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 c944b1a commit cda49caCopy full SHA for cda49ca
docker/docker-compose-aspnetcore/http/oats.http-geterror.yaml
@@ -7,9 +7,13 @@ expected:
7
- traceql: '{ span.http.route =~ "api/HttpClient/GetError" }'
8
spans:
9
- name: 'GET api/HttpClient/GetError'
10
+ attributes:
11
+ http.request.method: GET
12
+ - name: 'GET'
13
attributes:
14
error.type: '500'
15
http.request.method: GET
16
+ http.response.status_code: '500'
17
metrics:
18
- promql: http_client_request_duration_seconds_count{}
19
value: '>= 0'
0 commit comments