feldentm-SAP
feldentm-SAP
This also affects handling of OpenTelemetry attributes and TraceContext especially if the set of attributes is not trivial. If you have thousands of service instances in your Loki and you...
Hi @sandstrom, please inform us and your support organization, once this is GA. Also, please make sure that the GA version will allow ingesting data that has the structured-metadata already...
Some fields have variable length, hence, it is required. EDIT: I think both sides used the wrong arguments here. The point against the current tracestate definition is that it encouraged...
And you really consider such processing valid? I would have expected that implementations either handle the header transparently or view it as a data structure parsing it correctly with code...
@codyoss please have a look at it; not having it in an official release is burning a lot of my time because I have to rework tests from a different...
We have a service that runs as a backing service for other services. As such, we are, fundamentally, confronted with this situation if the service above uses tracing as we...
@KarstenSchnitter I have no deeper insights into your terminology. I'll try to make an example that can be turned into a test. Let us assume that we have a somewhat...
@JacobOaks My understanding is that the code is executed for failed tests, only. Hence, performance considerations are almost irrelevant. I also agree that skipping callers would improve the output, but...
I think we should also discuss - different identification styles (pod_name vs pod_uid) as id_attr - different identification context encoding (within cluster vs global) Since I joined the group recently,...
The span exporter is "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc". The observation regarding safety is correct. However, our expectation is that if you end a span in the same thread/go routine that will also call...