Overview of OpenTelemetry Java
mainOpenTelemetry Java provides two primary components for observability:
- OpenTelemetry API: Used for recording telemetry (traces, metrics, and logs) within your application code.
- OpenTelemetry SDK: Used for managing and processing the telemetry recorded by the API (e.g., configuring exporters, samplers, and processors).
For detailed guides, instrumentation ecosystem information (including the OpenTelemetry Java agent), and end-to-end code examples, refer to the official opentelemetry.io Java Documentation.