Skip to content

Commit 880c1f6

Browse files
chore: change metrics API endpoint in workflow
Updated the API endpoint for collecting module metrics.
1 parent 7fa7180 commit 880c1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/collect-module-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
curl --silent --show-error -f -X GET \
1717
-H "Authorization: Bearer ${{ secrets.ZUPLO_COLLECTOR_API_KEY }}" \
18-
$ZUPLO_API_BASE_URL/metrics/experimental/asimov-modules
18+
$ZUPLO_API_BASE_URL/internal/metrics/asimov-modulues
1919
2020
- name: Check if succeeded
2121
if: success()

0 commit comments

Comments
 (0)