Open alexthaii opened 2 months ago
Describe the bug I'd like to know the status of my VaultStaticSecrets but I'm not clear whether or not this is possible through the /metrics endpoint.
/metrics
Looking at the controller_resource_status metric being exposed, the only Controllers reporting are vaultauth and vaultconnection.
controller_resource_status
vaultauth
vaultconnection
However, it seems the source code shows a few other Controllers and is missing others (e.g. VaultStaticSecret) https://github.com/search?q=repo%3Ahashicorp/vault-secrets-operator%20SetResourceStatus&type=code
To Reproduce Steps to reproduce the behavior:
kube-prometheus-stack
Expected behavior I hope to see the current statuses of my VaultStaticSecret resources
Environment
Describe the bug I'd like to know the status of my VaultStaticSecrets but I'm not clear whether or not this is possible through the
/metrics
endpoint.Looking at the
controller_resource_status
metric being exposed, the only Controllers reporting arevaultauth
andvaultconnection
.However, it seems the source code shows a few other Controllers and is missing others (e.g. VaultStaticSecret) https://github.com/search?q=repo%3Ahashicorp/vault-secrets-operator%20SetResourceStatus&type=code
To Reproduce Steps to reproduce the behavior:
kube-prometheus-stack
Expected behavior I hope to see the current statuses of my VaultStaticSecret resources
Environment