File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
actions/pushLoggedMetrics Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1111 continue-on-error : true
1212 shell : bash
1313 run : |
14- export SFPOWERSCRIPTS_STATSD=true
15- echo "statsd: $SFPOWERSCRIPTS_STATSD"
16- bash -c 'echo "statsd: $SFPOWERSCRIPTS_STATSD"'
17- sfp pool prepare --poolconfig "${{ matrix.pool.poolConfigPath }}" --targetdevhubusername devhub
1814 if [[ -f .sfpowerscripts/logs/metrics.log ]]; then
1915 # send some stats whilst we're at it
2016 echo Metrics file found.
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
202202
203203 - name : Push logged metrics
204- uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@e8c32a1ccbfe20b367525b7121bfbdde5629def0
204+ uses : navikt/sf-platform/.github/actions/pushLoggedMetrics@main
205205 with :
206206 metricsKey : ${{ secrets.METRICS_KEYS }}
207207
You can’t perform that action at this time.
0 commit comments