Alexei Zenin
11/03/2022, 9:01 PMAnkit Nayan
signozspanmetrics/prometheus
at https://github.com/SigNoz/signoz/blob/develop/deploy/docker/clickhouse-setup/otel-collector-config.yaml#L135 for sampling to not affect APM metrics as we create APM metrics from tracesAlexei Zenin
11/04/2022, 6:08 PMAnkit Nayan
I think we might want to set our sampling to a low rate early on before it hits the networkyou will be using the otel-collector for this right? Even before hitting the network, you can use
signoz/signoz-otel-collector:0.55.3
which has signozspanmetrics/prometheus
processorAlexei Zenin
11/06/2022, 7:35 PMAnkit Nayan
Alexei Zenin
11/07/2022, 1:46 PMAnkit Nayan
Alexei Zenin
11/10/2022, 8:14 PMsignozspanmetrics/prometheus
processor which looks at all traces.
Im assuming that processor only calculates the various PXX metrics with error rates, req rates etcpipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, signozspanmetrics/prometheus, probabilistic_sampler, batch]
exporters: [otlphttp]
# exports metrics which are scraped in-process instead of running separate container
metrics/spanmetrics:
receivers: [otlp/spanmetrics]
exporters: [prometheus]
metrics:
receivers: [prometheus]
processors: [memory_limiter, batch]
exporters: [otlphttp]