Pierre-Lannoy / wp-decalog

Capture and log events, metrics and traces on your site. Make WordPress observable - finally!
https://perfops.one/
GNU General Public License v3.0
64 stars 8 forks source link

OpenTelemetry-compatible backends (OTLP) #52

Open stevapple opened 1 year ago

stevapple commented 1 year ago

Is your feature request related to a problem? Please describe. OpenTelemetry is a new and widely adopted standard in distributed tracing. Many well-known backends are OTLP-compatible now, so adding OTLP support will unblock new backends as well as improving already-supported backends like Jaeger.

Describe the solution you'd like Implements OTLP support and add a new OpenTelemetry-compatible backend support.

Describe alternatives you've considered Don’t add OpenTelemetry support at this time. OTLP heavily uses Protobuf, which may be troublesome.

Additional context Add any other context or screenshots about the feature request here.