pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.42k stars 3.76k forks source link

Question: Are there any plans to support OTLP(OpenTelemetry Protocol)? #9586

Open kwSeo opened 1 year ago

kwSeo commented 1 year ago

We are using Java and some open-source projects. Our traces and metrics of Java applications can be collected by Pinpoint. But there are cases in which Pinpoint cannot collect them. For example, we are using open-source project Cortex. Cortex exposes traces that trace itself to Jaeger or OTLP(OpenTelemetry Protocol). We want to see traces across multiple platforms in one context. OpenTelemetry is open-source standard project and a set of technologies to collect traces, metrics and logs. Are there any plans to support OTLP in the future?

emeroad commented 1 year ago

The current plan is as follows. Trace: There are no support plans, as the specifications are completely different from Zipkin or Jagger. Metric: There are plans to support compatibility. Log: Not sure yet.