Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Since version 6.5.10, Ceptor supports OpenTelemetry Tracing.

OpenTelemetry is an ideal method for collecting Tracing between different components and detecting performance issues. It is an API that has many different implementation from free and Open Source tools like Jaeger to more expensive and full features tools such as Dynatrace.

...

Note

Ceptor OpenTelemetry Support is a separate licensable module, please check your license before using it or contact support@ceptor.io if you have any questions.

...

Ceptor calls the OpenTelemetry open-source API, but requires and implementation from a tracer product like Dynatrace or OpenTelemetry Agent to actively work.

Required libraries

Ceptor Agent requires opentelemetry-api-<version>.jar and opentelemetry-context-<version>.jar - without these files in the classpath, OpenTelemetry support will not be available.

Using OpenTelemetry with Dynatrace

...