-
Notifications
You must be signed in to change notification settings - Fork 56
Missing required attributes on OpenTelemetry Spans #294
Copy link
Copy link
Closed as not planned
Labels
supersededSuperseded by another issue, e.g. PR supersedes original issueSuperseded by another issue, e.g. PR supersedes original issue
Description
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 :
- and here's the JSON itself:
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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
supersededSuperseded by another issue, e.g. PR supersedes original issueSuperseded by another issue, e.g. PR supersedes original issue
