Time Range Query in Dashboard Time-series Panel
TLDR Bhuwan asked about time range in queries. Srikanth suggested using {{.SIGNOZ_START_TIME}}
and {{.SIGNOZ_END_TIME}}
.
Powered by Struct AI
1
4
8mo
Solved
Mar 24, 2023 (8 months ago)
Bhuwan
Bhuwan
08:45 PMHi, When I try to create a dashboard and add a time-series panel, i choose clickhouse query option and when i write a query i have to hard code the time range. Tried to use $timeFilter like we do in grafana but i guess it will not work. Don't we have support to provide time interval in query and it will change as user changes the interval from the top-right?
1
Mar 27, 2023 (8 months ago)
Pranay
Pranay
04:34 AM Srikanth should have more insights here
Srikanth
Srikanth
09:59 AM Bhuwan you can use
{{.SIGNOZ_START_TIME}}
/{{.SIGNOZ_END_TIME}}
. https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1676634590442709?thread_ts=1676549673.537039&cid=C01HWQ1R0BCBhuwan
Bhuwan
03:06 PMThanks Srikanth for coming back!
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 1023 threads (61% resolved)
Similar Threads
Adjusting Dashboard Details with Clickhouse Query and Time Dropdown
Harshith.R.S asked how to change dashboard details with clickhouse query based on time dropdown. Srikanth provided a solution using time template variables in the query.
15
10mo
Solved
Clickhouse Query Timeout in SigNoz Dashboard
Daniel experienced query timeouts in SigNoz dashboard. vishal-signoz confirmed it's a non-configurable 60s limit, but created a GitHub issue for adding the feature.
9
8mo
Creating Signoz Dashboard for GC Metrics
Div wanted to create a dashboard for GC events and metrics. Ankit and vishal-signoz provided help with Clickhouse queries and template variables.
10
7mo
Solved