mirror of https://github.com/linkerd/linkerd2.git
It is currently not possible to easily drop metrics with the Prometheus configuration that is included with the linkerd-viz helm chart. To enable this we extend the Prometheus configuration template to add a metric_relabel_config section. This configuration is usually used when dropping metrics and thus allows users to customize their recorded metrics to avoid high cardinality. E.g. there is a blog post that describes the problem in depth: https://itnext.io/optimizing-linkerd-metrics-in-prometheus-de607ec10f6b With this change we are able to deploy the helm chart without the need to do custom modifications to the templates. Fixes #12194 Signed-off-by: Heiko Voigt <heiko.voigt@jimdo.com> |
||
|---|---|---|
| .. | ||
| charts/linkerd-viz | ||
| cmd | ||
| metrics-api | ||
| pkg | ||
| static | ||
| tap | ||
| main.go | ||