From 68f79a324483a081370a74ad9351ba347f3a31e8 Mon Sep 17 00:00:00 2001 From: Francisco Valente <1435136+franciscovalentecastro@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:39:24 +0000 Subject: [PATCH] example/metric/exponential_histogram: Remove filter from `dashboard.json` --- example/metric/exponential_histogram/dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/metric/exponential_histogram/dashboard.json b/example/metric/exponential_histogram/dashboard.json index 110c2204..aa758459 100644 --- a/example/metric/exponential_histogram/dashboard.json +++ b/example/metric/exponential_histogram/dashboard.json @@ -110,7 +110,7 @@ "groupByFields": [], "perSeriesAligner": "ALIGN_DELTA" }, - "filter": "metric.type=\"workload.googleapis.com/latency_c\" resource.type=\"gce_instance\" metadata.system_labels.\"name\"=\"exemplar-dev\" resource.label.\"project_id\"=\"fcovalente-dev\"" + "filter": "metric.type=\"workload.googleapis.com/latency_c\" resource.type=\"gce_instance\"" } } }