1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-18 15:27:06 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
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
Darren Shepherd
842289e01e Fix non-Linux build 2020-02-12 15:26:36 -07:00
Dax McDonald
61e72a6bdb Change Error to Errorf 2019-08-19 16:42:53 -07:00
Darren Shepherd
07c964e242 Move to some wrangler utils and k3s 2019-08-19 10:14:05 -07:00
Darren Shepherd
732706164d Remove hard dependency on k3s 2018-10-31 10:18:56 -07:00
Darren Shepherd
9b1f7db6f0 Fix k3s issues 2018-10-24 16:21:28 -07:00
Darren Shepherd
a47569f599 Move packages from rancher/rancher to norman 2018-10-23 22:46:45 -07:00