mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2026-01-24 06:01:30 +00:00
* feat: expose metrics path & init analyzer errors metrics This commit add metrics path & the analyzer error metrics in the codebase. The changes have been made across all analyzers and include the addition of a new metric with label values for the analyzer's name, analyzed object's name, and namespace. The metric's value is set to the length of the analyzer objects failures. Signed-off-by: Matthis Holleville <matthish29@gmail.com> * feat: add metric to cronjob & deployment & netpol Signed-off-by: Matthis Holleville <matthish29@gmail.com> * feat: expose metric to NodeAnalyzer Signed-off-by: Matthis Holleville <matthish29@gmail.com> --------- Signed-off-by: Matthis Holleville <matthish29@gmail.com>