This message was deleted.
s
This message was deleted.
a
trace pipeline config:
Copy code
traces:
  receivers: [otlp]
  processors: [memory_limiter, signozspanmetrics/prometheus, probabilistic_sampler, batch]
  exporters: [otlphttp]
Copy code
probabilistic_sampler:
  hash_seed: 42
  sampling_percentage: 10
s
This table is not using the spanmetrics data. Since it’s using the traces data, you don’t see the accurate total calls.
a
Would it make more sense for it to display total calls and not the ones sampled?
Are the other columns also not displaying span metrics data? Are P99 etc showing inaccurate numbers as well?
v
Key operations table and Latency graph are fetched from traces data. We should move them to fetching data from metrics. cc: @Ankit Nayan
👍 1
a
Do you know if error rate is fetched from traces or metrics? @Vishal Sharma
cc @Pranay
v
@Alexei Zenin Error rate is fetched from metrics
👍 1
a
thanks, these are the metrics computed by signozspanmetrics processor?
cc @Andrew Uken
v
Yes