You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
I have a vault-operator-installed cluster that I'm monitoring with Prometheus. The StatsD exporter provides some metrics, but I am looking for a way to track the number of sealed/unsealed vault instances. (For example: I'd like to trigger an alert when a certain number of nodes are unsealed.)
I know that vault-operator keeps the VaultService resource's "status" section up to date with this information, but I haven't found a convenient way to get this information into Prometheus.
I've found the vault_exporter tool, perhaps that can be installed as a sidecar alongside the StatsD exporter?
The text was updated successfully, but these errors were encountered:
cpick
pushed a commit
to cpick/vault-operator
that referenced
this issue
Sep 24, 2018
I created PR #347 with the solution I landed on. @matyix if we didn't already have a CoreOS vault-operator installation and we were installing from scratch I think we would go with Banzai Cloud Vault operator. It seems to be more feature complete and, more importantly, actively maintained :(
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a
vault-operator
-installed cluster that I'm monitoring with Prometheus. The StatsD exporter provides some metrics, but I am looking for a way to track the number of sealed/unsealedvault
instances. (For example: I'd like to trigger an alert when a certain number of nodes are unsealed.)I know that
vault-operator
keeps the VaultService resource's "status" section up to date with this information, but I haven't found a convenient way to get this information into Prometheus.I've found the
vault_exporter
tool, perhaps that can be installed as a sidecar alongside the StatsD exporter?The text was updated successfully, but these errors were encountered: