AndreyVMarkelov / prom-bitbucket-exporter

Prometheus Exporter for Bitbucket
https://marketplace.atlassian.com/plugins/ru.andreymarkelov.atlas.plugins.prom-bitbucket-exporter/server/overview
BSD 2-Clause "Simplified" License
52 stars 21 forks source link

Feature request: include project name in repository push metrics #5

Closed Starefossen closed 6 years ago

Starefossen commented 6 years ago

First of all, thanks for crating this plugin!

Is it possible to get a project label in the repository push metrics?

bitbucket_repo_push_count{project="project1",repository="repo1",username="user1",} 5.0
bitbucket_repo_push_count{project="project1",repository="repo2",username="user1",} 2.0
bitbucket_repo_push_count{project="project2",repository="repo1",username="user2",} 2.0
bitbucket_repo_push_count{project="project3",repository="repo1",username="user1",} 2.0
AndreyVMarkelov commented 6 years ago

@Starefossen Yes. will be added shortly