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
I have set up Jaeger Collector to get traces from over 70+ services in production. The throughput of traces is large enough to fill 400 GiB every day.
I used the following instruction to set up adaptive sampling on the collector: Adaptive Sampling Setup
I use ScyllaDB 5.1.5.
Even though I set up adaptive sampling using the instruction, prod-jaeger-collector:14268/api/sampling for every service returns the same default sampling configuration without calculating probabilities:
Set up Jaeger Collector with adaptive sampling using the provided instructions.
Configure the collector to connect to ScyllaDB 5.1.5.
Query the sampling endpoint prod-jaeger-collector:14268/api/sampling.
Expected behavior
I expected the adaptive sampling configuration to calculate probabilities and provide different sampling configurations for different services, rather than returning the default configuration.
What happened?
I have set up Jaeger Collector to get traces from over 70+ services in production. The throughput of traces is large enough to fill 400 GiB every day.
I used the following instruction to set up adaptive sampling on the collector:
Adaptive Sampling Setup
I use ScyllaDB 5.1.5.
Even though I set up adaptive sampling using the instruction, prod-jaeger-collector:14268/api/sampling for every service returns the same default sampling configuration without calculating probabilities:
Steps to reproduce
Expected behavior
I expected the adaptive sampling configuration to calculate probabilities and provide different sampling configurations for different services, rather than returning the default configuration.
Relevant log output
Screenshot
No response
Additional context
No response
Jaeger backend version
v1.53.0
SDK
OpenTelemetry SDKs
Pipeline
OTEL SDK -> OTEL collector -> Jaeger Collector -> ScyllaDB
Stogage backend
ScyllaDB 5.1.5
Operating system
Linux
Deployment model
Kubernetes
Deployment configs
The text was updated successfully, but these errors were encountered: