Commit graph

8 commits

Author SHA1 Message Date
b2d704bb3e fix(chart): add support for Ingress v1 2022-06-19 15:05:19 +02:00
6b1640b753 feat(observability): Replace Prometheus package with OpenTelemetry 2022-06-18 17:48:16 +02:00
ee5bd41a37 feat(api): configurable max pool connections
This should help with failing health checks while the crawler is running.

Quick math: 10 users, 30 songs each, each song requires at least 3
queries => 900 db queries every minute.

With the default of 10 pool connections, this blocks all available db
bandwidth for some time and causes slow UI and failing healthchecks.
2022-06-11 19:21:00 +02:00
879c6a62e2 feat: add optional basic auth for metrics endpoint 2020-12-06 03:03:33 +01:00
a6097204c7 feat(helm): add option to enable prometheus metrics 2020-12-06 02:44:36 +01:00
0e431e9aa8 style(helm): run prettier and add templates to prettierignore 2020-11-21 15:53:51 +01:00
5ca6eba764 fix(helm): add sentry options 2020-11-17 22:38:05 +01:00
1bdd6181ba feat(cd): add Helm Chart with automated releases 2020-05-08 23:45:58 +02:00