Slide 11
Slide 11 text
OpenTelemetry とは
10
https://opentelemetry.io/docs/specs/otel/overview/
OpenTelemetry における言葉
• API
• API packages consist of the cross-cutting public interfaces used for instrumentation.
• SDK
• The SDK is the implementation of the API provided by the OpenTelemetry project.
• Within an application, the SDK is installed and managed by the application owner.
• Instrumentation authors MUST NOT directly reference any SDK package of any kind,
only the API.