Skip to content

Commit

Permalink
use new loki syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 13, 2024
1 parent 0eb9041 commit 3c6b91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dotnet/oats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ expected:
- promql: 'http_server_active_requests{http_request_method="GET"}'
value: ">= 0"
logs:
- logql: '{exporter="OTLP"} | json | body =~ `Anonymous player is rolling the dice.*`'
- logql: '{service_name="rolldice"} |~ `Anonymous player is rolling the dice.*`'
contains:
- 'Anonymous player is rolling the dice'

0 comments on commit 3c6b91a

Please sign in to comment.