cb645j
cb645j
@nokute78 I see what your saying now. Can we not change this to get this data from the message or support both like you suggested in one of your comments....
@nokute78 I will open up a separate PR https://github.com/fluent/fluent-bit/pull/8644 @nokute78 can you post an example opentelemetry output configuration where you actually set these new properties (logs_span_id_metadata_key, etc...)
@nokute78 @edsiper I tested this and the trace id and span id fields do not work as strings. The other fields work but trace id and span id dont. It...
@nokute78 thanks, yes i figured that out. For when getting from message of log event, since the traceid and spanid are strings in this case, i had to convert to...
i use a scrip task to set it in the pipeline itself. - script: | export M2_HOME=/opt/apache-maven-3.9.6/ export MAVEN_HOME=/opt/apache-maven-3.9.6/ export PATH=${M2_HOME}/bin:${PATH}
i second this