Channels
watercooler
incidents
reactjs-config
k8s_operator_helm
write-for-signoz
signoz-alert-testing
testsupport
webhook-dev
general
contributing
support
contributing-frontend
github-activities
Powered by
#support
Title
# support
r
Romario Lopez C
04/24/2023, 5:36 PM
Hello! What’s the variable name of the interval select input? How can I use this in a clickhouse query?
There’s also a panel time select but I can’t find any info in the docs
a
Ankit Nayan
04/24/2023, 6:01 PM
try
timestamp > {{.start_datetime}} and timestamp < {{.end_datetime}}
in you clickhouse query
r
Romario Lopez C
04/24/2023, 6:04 PM
it worked!
thanks
2 Views
Post