mirror of
https://github.com/rancher/norman.git
synced 2025-07-31 23:00:43 +00:00
Norman metrics' labels have too high of a cardinality as they include object key as a label. This is a problem because metrics produces a data row for every combination of labels. This can have a large impact on performance and is cautioned against in the prometheus docs. Norman now uses lasso which has metrics with matching functionality apart from the object key, so norman metrics will be removed in favor of lasso metrics. |
||
---|---|---|
.. | ||
cluster_check.go | ||
error.go | ||
generic_controller.go |