-
It would be nice, to have in the metrics also a n installed version. eg.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You could use https://github.com/sstarcher/helm-exporter to get Helm specific metrics. The GitOps Toolkit metrics are generic, they are exposed by all Flux controllers for every custom resource. The Maybe we could introduce custom metrics specific to a controller? e.g. Having custom metrics can significantly increase the Prometheus storage size of Flux data. We should probably make this opt-in via a feature flag. |
Beta Was this translation helpful? Give feedback.
-
Please refer to: This has been addressed, now you can create any metrics that you wish if the information is in the CRD spec or status, you can create a metric to report on it. That includes version, there is an example in the docs to support it. See also: |
Beta Was this translation helpful? Give feedback.
Please refer to:
This has been addressed, now you can create any metrics that you wish if the information is in the CRD spec or status, you can create a metric to report on it. That includes version, there is an example in the docs to support it.
See also:
https://fluxcd.io/flux/monitoring/custom-metrics/