Skip to content

Commit

Permalink
send updates every 5 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Sep 16, 2024
1 parent aa98102 commit 0210f40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
destination = ${{ secrets.PROMETHEUS_REMOTE_WRITE_DESTINATION }}
username = ${{ secrets.PROMETHEUS_REMOTE_WRITE_USERNAME }}
password = ${{ secrets.PROMETHEUS_REMOTE_WRITE_PASSWORD }}
remote write URL path = /api/v1/write' > exporting.conf
remote write URL path = /api/v1/write
update every = 5
' > exporting.conf
docker run -d --rm \
--name netdata \
--hostname gha${{ github.repository_id }}-${{ github.run_id }}-${{ github.run_attempt }} \
Expand Down

0 comments on commit 0210f40

Please sign in to comment.