1
0
mirror of https://github.com/rancher/norman.git synced 2025-07-31 23:00:43 +00:00
norman/controller
Ricardo Weir 20335edec8 Remove controller metrics
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.
2022-04-27 11:45:54 -07:00
..
cluster_check.go Update cluster_check to use interface if available 2020-03-02 10:21:55 -07:00
error.go Allow to put Reason in controller.ForgetError 2018-10-03 02:44:42 +09:00
generic_controller.go Remove controller metrics 2022-04-27 11:45:54 -07:00