You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the default prometheus push-gateway, it rejects any metrics that have timestamps on them with the error "pushed metrics must not have timestamps"
This is the url I am trying to use if Im actually misusing the push-gateway http://<HOSTNAME>:9091/metrics/job/github_action/instance/compile_build_job/branch/${GITHUB_REF##*/}
The text was updated successfully, but these errors were encountered:
Hello @deefdragon and thanks for checking out our github action! I should have made it more clear in the docs, but currently it only works with zapier's aggregation gateway, but we have a plan to release a new version that can handle prometheus push gateway too - stay tuned for that in the coming weeks!
When using the default prometheus push-gateway, it rejects any metrics that have timestamps on them with the error "pushed metrics must not have timestamps"
This is the url I am trying to use if Im actually misusing the push-gateway
http://<HOSTNAME>:9091/metrics/job/github_action/instance/compile_build_job/branch/${GITHUB_REF##*/}
The text was updated successfully, but these errors were encountered: