Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components:
docker_component: {}
{% endif %}
prometheus:
endpoint: http://localhost:{{port}}/telemetry/metrics?format=prometheus&reset=false
endpoint: http://localhost:{{port}}/api/v1/telemetry/metrics?format=prometheus&reset=false

tests:
- name: Idle State Baseline - {{core_label}}
Expand All @@ -48,7 +48,7 @@ tests:
backend_hostname: localhost
post:
- ready_check_http:
url: http://localhost:{{port}}/telemetry/metrics?reset=false
url: http://localhost:{{port}}/api/v1/telemetry/metrics?reset=false
method: GET
expected_status_code: 200

Expand Down
Loading