-
Notifications
You must be signed in to change notification settings - Fork 235
Open
Labels
featurekind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/supportIndicates an issue that is a support question.Indicates an issue that is a support question.
Description
We are looking to implement metrics over the custom resource managed by the operator and would like to avoid k8s api calls if possible. It seems that the cache could be utilized either directly or indirectly for this purpose. Directly would look like having access in the Controller, possibly via the init method - then we could use that to drive simple metrics count, and checks based upon the resource Status. Indirect access would be related to #323 - such that count and other readily definable metrics are automatically exposed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurekind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/supportIndicates an issue that is a support question.Indicates an issue that is a support question.