Registry / observability / opentelemetry-instrumentation-api-semconv

opentelemetry-instrumentation-api-semconv

JSON →
library1.33.6-alphajavamavenunverified

Provides semantic conventions and APIs for instrumenting Java libraries with OpenTelemetry.

<dependency> <groupId>io.opentelemetry.instrumentation</groupId> <artifactId>opentelemetry-instrumentation-api-semconv</artifactId> <version>1.33.6-alpha</version> </dependency>
INSTALL
IMPORT
SIG · OPENTELEMETRY-INST
O
opentelemetry-instrumentation-api-semconv
observabilityjavav1.33.6-alpha
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Instrumenter
io.opentelemetry.instrumentation.api.instrumenter.Instrumenter

Create an OpenTelemetry instrumenter for a custom operation.

import io.opentelemetry.instrumentation.api.instrumenter.Instrumenter; import io.opentelemetry.api.OpenTelemetry; public class Example { public static void main(String[] args) { Instrumenter<String, String> instrumenter = Instrumenter.builder(OpenTelemetry.noop(), "my-operation") .buildInstrumenter(); // Use instrumenter to start and end spans } }
Debug
Known issues
breakingThis artifact is alpha; APIs may change without notice.
fix
Pin to a specific version and monitor changelogs before upgrading.
affects: >=1.33.0-alpha
Upgrade
Version history
1.33.6-alphalatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
OpenAI (training)
2
Amazon
1
Resources
opentelemetry-instrumentation-api-semconv — mvn dependency:get opentelemetry-instrumentation-api-semconv · libregistry