-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe OpenCensus became OpenTelemetry. The support would live in their list of instrumentatons if you wanted to contribute one. I think most often the expectation is to use OT as a backend with a metrics library, like Micrometer or Dropwizard Metrics, as the api that the application's logic is instrumented with. Their java agent appears to intercept framework and async calls, to propagate the context across threads. The agent used to use Caffeine and switched to its predecessor for Android compatibility, so they would be very familiar with this library and what developers should do. |
Beta Was this translation helpful? Give feedback.
I believe OpenCensus became OpenTelemetry. The support would live in their list of instrumentatons if you wanted to contribute one.
I think most often the expectation is to use OT as a backend with a metrics library, like Micrometer or Dropwizard Metrics, as the api that the application's logic is instrumented with. Their java agent appears to intercept framework and async calls, to propagate the context across threads. The agent used to use Caffeine and switched to its predecessor for Android compatibility, so they would be very familiar with this library and what developers should do.