Versions in this module Expand all Collapse all v0 v0.0.2 Jun 22, 2023 Changes in this version + const MLPRequestsTotal + const MLPSecretsNotFound + var MLPRequestsTotalMetrics = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var MLPSecretsNotFoundMetrics = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) v0.0.1 Jun 9, 2023 Changes in this version + type APIClient struct + func (m *APIClient) GetMLPSecretValue(project string, secretName string) (string, error) + type MLPClient interface + GetMLPSecretValue func(project string, name string) (string, error)