Skip to content

Commit

Permalink
Escape more quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-snow committed Jun 3, 2024
1 parent 30777a1 commit eb9b88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightstep/resource_dashboard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -965,14 +965,14 @@ chart {
display = "trichart"
display_type_options = { display_type = trichart }
hidden = false
query_string = "spans latency | delta | filter service == "web" | group_by [], sum | point percentile(value, 99.0)"
query_string = "spans latency | delta | filter service == \"web\" | group_by [], sum | point percentile(value, 99.0)"
}
query {
query_name = "rate"
display = "trichart"
display_type_options = { display_type = trichart }
hidden = false
query_string = "spans count | rate | filter service == "web" | group_by [], sum"
query_string = "spans count | rate | filter service == \"web\" | group_by [], sum"
}
}
}
Expand Down

0 comments on commit eb9b88c

Please sign in to comment.