https://signoz.io logo
#general
Title
# general
s

Slackbot

04/10/2023, 1:56 PM
This message was deleted.
s

Srikanth Chekuri

04/10/2023, 2:47 PM
Regarding panel variables, is it possible to use a variable value from one query in another?
Following should work
SELECT DISTINCT(JSONExtractString(labels, 'k8s_node_name'))
FROM signoz_metrics.time_series_v2
where JSONExtractString(labels, 'region') = {{.region}}
a

Al

04/10/2023, 6:29 PM
@Srikanth Chekuri Thanks for the response and yes it's working now. Not sure what I was doing wrong. Thanks!!
3 Views