This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Description
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?