[Enhancement] Add capability for operators to monitor etcd data #597
Labels
area/metering
Metering related
area/monitoring
Monitoring (including availability monitoring and alerting) related
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
priority/2
Priority (lower number equals higher priority)
Enhancement (What you would like to be added):
There is a need to get insights into data that it stores in the DB (bbolt-DB). This provides valuable information on which resource type has the most keys and size.
@istvanballok recently executed the following command to get that data out of etcd:
Example output:
It would be beneficial for the operators/devs to get easy access to this data either on demand or as custom metrics that are exposed to prometheus.
Motivation (Why is this needed?):
Use cases:
Approach/Hint to the implement solution (optional):
The text was updated successfully, but these errors were encountered: