summaryrefslogtreecommitdiff
path: root/internal/api/metrics/metrics.go
AgeCommit message (Collapse)AuthorFiles
2025-02-06[chore] update otel libraries (#3740)Libravatar Dominik Süß1
* chore: update otel dependencies * refactor: combine tracing & metrics in observability package * chore: update example tracing compose file
2024-09-23[chore] add nometrics build tagging to metrics API endpoint (#3331)Libravatar kim1
* add nometrics API endpoint code, to ensure prometheus NEVER compiled in unless wanted * whoops, fix build tagging
2024-08-25[bugfix] Let prometheus client do its own compression handling (#3232)Libravatar tobi1
2023-11-23[chore/bugfix] Fix double gzip on prometheus endpoint (#2383)Libravatar tobi1
* [chore] Move "/metrics" into separate API module * use our own gzip middleware for prom