From e16634a49d5b3517510a399b2c111c4b7a637fd7 Mon Sep 17 00:00:00 2001 From: Francisco Valente Castro <1435136+franciscovalentecastro@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:48:31 -0500 Subject: [PATCH] example/metric/exponential_histogram: Remove filter from `dashboard.json` (#808) --- 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\"" } } }