signoz.io
signoz.io copied to clipboard
SigNoz website | SigNoz is an Open source Application Performance Monitoring (APM) tool 🔥 | An open-source alternative to DataDog, NewRelic, etc. 🖥.
I think this information is there in https://signoz.io/docs/install/troubleshooting/ - but it is not added in the k8s install section or in the instrument app section.
Many users of SigNoz use a message broker like Kafka, RabbitMQ etc. in their application. To get a complete visibility of their trace across the infrastructure, it would be great...
For example **Alert for p99 latency for applications** you can use this to set alerts on percentile of latencies. `histogram_quantile(0.99, sum(rate(signoz_latency_bucket{service_name="customer", span_kind="SPAN_KIND_SERVER"}[5m])) by (le)) > 10` Above alert would be...
more documentation about writing custom clickhouse queries (maybe more examples) and explanations about the different signoz metrics used in the query builder.
Java otel agent supports adding custom spans without too much change: https://opentelemetry.io/docs/instrumentation/java/automatic/annotations/ It is different from manual instrumentation which is tedious and requires too much code changes. I have tested...
https://github.com/SigNoz/dashboards/tree/main
If you are looking for quantile on span metrics duration, you should use HIST_QANTILE_99 on signoz_latency_bucket with group by le