You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may change with the switch to OpenTelemetry (#1972).
It looks like the Elastic APM tracing backend in thanos does not currently support sampling. Without sampling, every request will be traced, which can be quite expensive.
The Elastic APM client library does support sampling via Tracer.SetSampler, so adding support for that might not be that hard.
The text was updated successfully, but these errors were encountered:
This may change with the switch to OpenTelemetry (#1972).
It looks like the Elastic APM tracing backend in thanos does not currently support sampling. Without sampling, every request will be traced, which can be quite expensive.
The Elastic APM client library does support sampling via
Tracer.SetSampler
, so adding support for that might not be that hard.The text was updated successfully, but these errors were encountered: