Skip to content

Commit

Permalink
Proper quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-snow committed Jun 3, 2024
1 parent 7fa31fc commit 30777a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightstep/resource_dashboard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 30777a1

Please sign in to comment.