github_exporter icon indicating copy to clipboard operation
github_exporter copied to clipboard

Prometheus exporter for GitHub

Results 20 github_exporter issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/google/go-github/v61](https://togithub.com/google/go-github) | `v61.0.0` -> `v62.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv61/v62.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/promhippie/github_exporter). This repository currently has no open or...

Hi there, is there any way to add custom labels to `workflow` metrics? I was using this (https://promhippie.github.io/github_exporter/#getting-started) reference doc to set the exporter, and it mentioned the following ENV...

enhancement
help wanted

I'm wondering if we could add `path` to the workflow parameters. I found out today that the 'name' field ends up being the display name, which, if you use `run-name`...

enhancement
help wanted

Do you have any example dashboards for this maybe for grafana? or is there a way you can possibly add some example dashboards in the repository? thanks

docs

Hi, I enabled the flag `GITHUB_EXPORTER_COLLECTOR_ADMIN` with the idea of collecting the metrics related to the admin stats (available to ORG aswell). However, the exporter seems to make the api...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang) | `v1.19.1`...

renovate

Workflow collector currently doesn't export `actor.login` as label. Implemented in https://github.com/promhippie/github_exporter/pull/369

enhancement

Hello! I noticed that the following metric and selector`github_workflow_status{status="queued"}` lists runs that are in a status of `Startup Failure` also. ![Screenshot 2024-06-19 at 23 31 14](https://github.com/promhippie/github_exporter/assets/47980969/b2ff83ac-095c-41d5-895b-2e65488b803c) I would expect to...

bug
help wanted