aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-17feat: allow controlling whether exported in repo configsHEADmasterMartin Fischer
2026-01-17break: take --repos-dir instead of --reposMartin Fischer
Because I want to be able to configure which repos are exported in the repo configs, which is implemented in the next commit.
2026-01-17break: collect metrics on demandMartin Fischer
As per https://prometheus.io/docs/instrumenting/writing_exporters/#scheduling: > Metrics should only be pulled from the application when Prometheus scrapes them, > exporters should not perform scrapes based on their own timers. > That is, all scrapes should be synchronous.
2025-12-30initial commitMartin Fischer