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
17.65k stars 1.1k forks source link

Allow PromQL and QB to create dashboard variables #3996

Open ankitnayan opened 7 months ago

ankitnayan commented 7 months ago

Currently, we support only writing Clickhouse SQL queries which is inconvenient to write. Enabling promql will also help in importing Grafana dashboards

makeavish commented 4 months ago

This issue intends that user can use variables in query builder (filters, aggregates and other places), right? @srikanthccv / @ankitnayan

makeavish commented 4 months ago

This issue intends that user can use variables in query builder (filters, aggregates and other places), right? @srikanthccv / @ankitnayan

Created different issue for this usecase: https://github.com/SigNoz/signoz/issues/4610

ankitnayan commented 1 month ago

Select distinct operation is the only relevant aggregation? Remove groupby clause too? Only the where clause is needed?

How to select the time range?

Discuss these and do product research before implementation

srikanthccv commented 4 weeks ago

@vikrantgupta25 prepared the docs https://www.notion.so/signoz/QB-and-PromQL-support-in-dashboard-variables-00063c3b75a645148332c3ce9fe58092. Please take a look