signoz.io icon indicating copy to clipboard operation
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. 🖥.

Results 106 signoz.io issues
Sort by recently updated
recently updated
newest added

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.

documentation
instrumentation

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...

documentation
blog

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...

documentation
alerts

more documentation about writing custom clickhouse queries (maybe more examples) and explanations about the different signoz metrics used in the query builder.

documentation

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...

documentation

If you are looking for quantile on span metrics duration, you should use HIST_QANTILE_99 on signoz_latency_bucket with group by le

documentation