open-telemetry / opentelemetry-cpp-contrib

https://opentelemetry.io/
Apache License 2.0
121 stars 130 forks source link

Exclude endpoint from otel #308

Open sharpSteff opened 11 months ago

sharpSteff commented 11 months ago

I have an nginx instance as reverse proxy running. This reverse proxy serves an endpoint (/v1/telemetry/) for other applications to send telemetry data.

I like to exclude this endpoint from sending telemetry data, since that's wasted space.

Thanks in advance!