Documentation ¶
Index ¶
Constants ¶
View Source
const ( MLPSecretsNotFound string = "flyte_dsw_mlp_secrets_not_found" MLPRequestsTotal string = "flyte_dsw_mlp_requests_total" )
Variables ¶
View Source
var MLPRequestsTotalMetrics = promauto.NewCounterVec(prometheus.CounterOpts{ Name: MLPRequestsTotal, Help: "Number of call to MLP API", }, []string{"project", "status"}, )
View Source
var MLPSecretsNotFoundMetrics = promauto.NewCounterVec(prometheus.CounterOpts{ Name: MLPSecretsNotFound, Help: "Number of occurrence where user requested secrets is not found in MLP API", }, []string{"project"}, )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.