Slackbot
11/03/2022, 9:01 PMAlexei Zenin
11/03/2022, 9:54 PMAlexei Zenin
11/03/2022, 9:56 PMAlexei Zenin
11/03/2022, 11:07 PMAlexei Zenin
11/04/2022, 12:40 AMAnkit 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 tracesAnkit Nayan
Ankit Nayan
Alexei 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
processorAnkit Nayan
Alexei Zenin
11/06/2022, 7:35 PMAnkit Nayan
Alexei Zenin
11/07/2022, 1:46 PMAlexei Zenin
11/09/2022, 10:33 PMAnkit Nayan
Alexei Zenin
11/10/2022, 8:14 PMAlexei Zenin
11/15/2022, 6:56 PMsignozspanmetrics/prometheus
processor which looks at all traces.
Im assuming that processor only calculates the various PXX metrics with error rates, req rates etcAlexei Zenin
11/15/2022, 6:58 PMpipelines:
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]
Alexei Zenin
01/06/2023, 6:52 PMSigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.
Powered by