Skip to content

Conversation

kpetremann
Copy link
Member

Implement build Prometheus metrics:

# HELP build_status Last completed build status, 0=Failed, 1=Success
# TYPE build_status gauge
build_status 1
# HELP completed_build_total Total number of completed build
# TYPE completed_build_total counter
completed_build_total{success="true"} 10
completed_build_total{success="false"} 1

@kpetremann kpetremann requested review from a team July 18, 2023 16:23
@kpetremann kpetremann merged commit 1ef9b66 into criteo:main Jul 19, 2023
@kpetremann kpetremann deleted the prometheus branch July 19, 2023 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants