* feat(7294): updated dashboard uri for cloud integrations
This commit is contained in:
aniketio-ctrl 2025-06-03 19:43:42 +05:30 committed by GitHub
parent 6ed30318bd
commit 7955497a8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@
"multiSelect": false,
"name": "host.name",
"order": 0,
"queryValue": "SELECT JSONExtractString(labels, 'host.name') AS host.name\nFROM signoz_metrics.distributed_time_series_v4_1day\nWHERE metric_name = 'ClickHouseMetrics_VersionInteger' and __normalized=false \nGROUP BY host.name",
"queryValue": "SELECT JSONExtractString(labels, 'host.name') AS `host.name`\nFROM signoz_metrics.distributed_time_series_v4_1day\nWHERE metric_name = 'ClickHouseMetrics_VersionInteger' and __normalized=false \nGROUP BY `host.name`",
"selectedValue": "",
"showALLOption": false,
"sort": "DISABLED",