Johannes Tax

Results 23 issues of Johannes Tax

The current naive exporter interface has a few shortcomings that need to be addressed: * It must work with span circular buffers where the data isn't stored in a single...

priority:p2
release:after-ga
do-not-stale

This OTEP aims to describe the necessary changes for bringing the [existing semantic conventions for messaging](https://github.com/open-telemetry/opentelemetry-specification/blob/a1a8676a43dce6a4e447f65518aef8e98784306c/specification/trace/semantic_conventions/messaging.md) from the current [experimental](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/versioning-and-stability.md#experimental) to a [stable](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/versioning-and-stability.md#stable) state. It is based on [OTEP 0173](0173-messaging-semantic-conventions.md),...

**NOTE: This is an early draft document. It captures results of discussions currently going on in the messaging workgroup.** This OTEP aims at defining consistent conventions about what spans to...

### Library name and version Azure.Messaging.EventHubs 5.7.0 ### Describe the bug OpenTelemetry spans submitted by Azure SDKs contain a "kind" attribute, which duplicates the span type by the [SpanKind](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#spankind) property....

Client
customer-reported
question
needs-team-attention
Open Telemetry

**Describe your environment** ```sh $ uname -a Linux [...] 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux $ gcc -v Using built-in specs. COLLECT_GCC=gcc...

bug
triage/accepted

# Feature Request A recent [experimental addition to the OTel specification](https://github.com/open-telemetry/opentelemetry-specification/pull/3678) introduces a new required `AddLink` operation on spans, which allows adding span links after a span was created. This...

enhancement
needs-runtime-change
traces

See https://github.com/open-telemetry/opentelemetry-demo/pull/1538 The messaging semantic conventions [describe "Receive" operations as follows](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/messaging/messaging-spans.md#consumer-spans): > "Receive" spans SHOULD be created for operations of passing messages to the application when those operations are initiated...

messaging-stability-blocker

[CloudEvents](https://github.com/cloudevents/spec) is a specification for describing event data in common formats to provide interoperability across services, platforms and systems. It is a CNCF project which is very popular with messaging...

messaging-stability-blocker
area:messaging

This issue tracks specification-related changes which are needed to declare messaging semantic conventions stable. It needs to be ensured that all of those are resolved before declaring stability. * [x]...

messaging-stability-blocker

Fixes #5398 This PR adds a resource detector for physical hosts which sets values according to [semantic conventions for host resources](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/host.md): * `host.arch` * `host.id` * `host.name` * `host.ip` *...