We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99df4cb commit 90d77acCopy full SHA for 90d77ac
docker/docker-compose-aspnetcore/attributes/oats.default-resource-attributes.yaml
@@ -3,6 +3,10 @@ include:
3
input:
4
- path: /api/HttpClient/Get
5
expected:
6
+ logs:
7
+ - logql: '{service_name="unknown_service:dotnet"} |~ `Application started.`'
8
+ contains:
9
+ - 'Application started'
10
traces:
11
- traceql: '{ span.http.route =~ "api/HttpClient/Get" }'
12
spans:
0 commit comments