Skip to content

Commit c944b1a

Browse files
Fix metrics
Fix metric names.
1 parent b736b5e commit c944b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose-aspnetcore/http/oats.http-get.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ expected:
1010
attributes:
1111
http.request.method: GET
1212
metrics:
13-
- promql: http_client_request_duration_count{http_request_method="GET", http_response_status_code="200"}
13+
- promql: http_client_request_duration_seconds_count{http_request_method="GET", http_response_status_code="200"}
1414
value: '>= 0'

docker/docker-compose-aspnetcore/http/oats.http-geterror.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ expected:
1111
error.type: '500'
1212
http.request.method: GET
1313
metrics:
14-
- promql: http_client_request_duration_count{}
14+
- promql: http_client_request_duration_seconds_count{}
1515
value: '>= 0'

0 commit comments

Comments
 (0)