feat: only show prometheus logical tables for __name__ values query (#6814)

feat: only show prometheus logical tables for __name__ query

Signed-off-by: Ning Sun <sunning@greptime.com>
This commit is contained in:
Ning Sun
2025-08-25 23:04:42 +08:00
committed by GitHub
parent 48572d18a8
commit 69eed2c3fa
2 changed files with 4 additions and 5 deletions

View File

@@ -1109,9 +1109,7 @@ pub async fn test_prom_http_api(store_type: StorageType) {
"demo_metrics",
"demo_metrics_with_nanos",
"logic_table",
"mito",
"multi_labels",
"numbers"
]))
.unwrap()
);