From 30777a1d5fd23510bb00f04124fa9fd8b41b3555 Mon Sep 17 00:00:00 2001 From: Erik Singleton Date: Mon, 3 Jun 2024 11:26:23 -0700 Subject: [PATCH] Proper quotes --- lightstep/resource_dashboard_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightstep/resource_dashboard_test.go b/lightstep/resource_dashboard_test.go index 7a5283b..5f77c74 100644 --- a/lightstep/resource_dashboard_test.go +++ b/lightstep/resource_dashboard_test.go @@ -958,7 +958,7 @@ chart { display = "trichart" display_type_options = { display_type = trichart } hidden = false - query_string = "with\n errors = spans count\n | delta\n | filter service == "web" && error == true\n | group_by [], sum;\n total = spans count\n | delta\n | filter service == "web"\n | group_by [], sum;\n join errors / total, errors=0, total=0" + query_string = "with\n errors = spans count\n | delta\n | filter service == \"web\" && error == true\n | group_by [], sum;\n total = spans count\n | delta\n | filter service == \"web\"\n | group_by [], sum;\n join errors / total, errors=0, total=0" } query { query_name = "latency"