Skip to content

Commit f41d8e8

Browse files
add instance to metrics
1 parent 133adeb commit f41d8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pushLoggedMetrics/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
--arg sig "$sig" \
5454
'{"runner":$runner,"metrics":$metrics,"signature":$sig}' |
5555
tee >(curl -D- -H 'Content-Type: application/json' --data-binary @- \
56-
https://sf-github-metrics.ekstern.dev.nav.no/measures/job/sfplatform)
56+
"https://sf-github-metrics.ekstern.dev.nav.no/measures/job/sfplatform/instance/${{github.run_id}}")
5757
else
5858
echo No metrics file this time.
5959
ls -laR .sfpowerscripts

0 commit comments

Comments
 (0)