mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 15:56:07 +08:00
Feat/7294 (#8139)
* feat(7294): updated dashboard uri for cloud integrations
This commit is contained in:
parent
6ed30318bd
commit
7955497a8d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user