Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builder metrics #510

Open
wants to merge 3 commits into
base: released
Choose a base branch
from
Open

builder metrics #510

wants to merge 3 commits into from

Conversation

LnL7
Copy link
Member

@LnL7 LnL7 commented May 27, 2020

# HELP ofborg_builds_attributes_attempted_total Total number of attributes attempted to build.
# TYPE ofborg_builds_attributes_attempted_total counter
ofborg_builds_attributes_attempted_total{system="x86_64-darwin"} 1
# HELP ofborg_builds_attributes_not_attempted_total Total number of attributes not attempted to build.
# TYPE ofborg_builds_attributes_not_attempted_total counter
ofborg_builds_attributes_not_attempted_total{system="x86_64-darwin"} 0
# HELP ofborg_builds_finished_total Total number of builds finished.
# TYPE ofborg_builds_finished_total counter
ofborg_builds_finished_total{status="success",system="x86_64-darwin"} 1
# HELP ofborg_builds_received_total Total number of builds received.
# TYPE ofborg_builds_received_total counter
ofborg_builds_received_total{system="x86_64-darwin"} 1
# HELP ofborg_jobs_received_total Total number of jobs received.
# TYPE ofborg_jobs_received_total counter
ofborg_jobs_received_total 1
# HELP ofborg_version Labeled OfBorg version information.
# TYPE ofborg_version gauge
ofborg_version{version="0.1.9"} 1

@LnL7 LnL7 force-pushed the builder-metrics branch from 3db32e4 to 35bfc73 Compare May 28, 2020 18:19
LnL7 added 3 commits May 28, 2020 21:42
Exposes the http server and metric definitions which can be used by the
services to expose prometheus in the background.
Counters for some basic build metrics.
@LnL7 LnL7 force-pushed the builder-metrics branch from 35bfc73 to aa507e7 Compare May 28, 2020 19:42
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