SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
18.95k stars 1.24k forks source link

Add a metrics summary page - highlighting metrics information, tag values and cardinality information. #1541

Open pts95 opened 2 years ago

pts95 commented 2 years ago

Problem

A typical organization using a monitoring / metrics solution will have >100 metrics - where each metric is a tagged numerical value.

Since most traditional monitoring solutions (as well as SigNoz with it's usage of clickhouse) store each tag combination as a unique timeseries -understanding cardinality of such metrics is important both from a cost and scalability perspective. This article sheds a good detail on what is metric cardinality.

Solution

SigNoz should add a metrics summary page which allows getting information on:

Source thread: https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1661439478353779

pranay01 commented 1 year ago

thanks for sharing the suggestions @pts95