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 aaedcb1 commit 1519977Copy full SHA for 1519977
docker/docker-compose-aspnetcore/oats.yaml
@@ -14,6 +14,8 @@ expected:
14
contains:
15
- 'Application started'
16
metrics:
17
+ - promql: db.client.operation.duration{}
18
+ value: '>= 0'
19
- promql: http_client_request_duration_seconds_count{}
20
value: '>= 0'
21
- promql: http_client_request_duration_seconds_count{http_request_method="GET", http_response_status_code="200"}
0 commit comments