Skip to content

Missing required attributes on OpenTelemetry Spans #294

@arik-dig

Description

@arik-dig

looking at the OTEL semantic conventions of Telemetry SDK it seems that 3 entries are required: telemetry.sdk.name , telemetry.sdk.language , telemetry.sdk.version

Actual Result

however when using it with Spring-Boot (petclinic application) I could not see those

  • here's a Jaeger trace :

image

  • and here's the JSON itself:

trace_abcd1234_json.txt

Expected result

When using the standard OTEL java agent so seeing those entries:

Attribute Value
telemetry.sdk.language java
telemetry.sdk.name opentelemetry
telemetry.sdk.version 1.26.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    supersededSuperseded by another issue, e.g. PR supersedes original issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions