gebn / bmc_exporter

Exposes Baseboard Management Controller data in Prometheus format.
GNU Lesser General Public License v3.0
45 stars 3 forks source link

Hashicorp Vault session provider #54

Open gebn opened 4 years ago

gebn commented 4 years ago

If we let the session provider do its retrying, it can choose whether or not to - releases us from having to decide. Also allows retrying to possibly be more efficient - doesn't have to re-prepare each time. Can also provide abstracts to retry session creation that it can use if it wants to.