Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AcdGetResourceCounter = promauto.NewCounterVec(prometheus.CounterOpts{ Name: "acd_get_resource_counter", }, []string{"appId", "envId", "acdAppName"})
View Source
var CdDuration = promauto.NewHistogramVec(prometheus.HistogramOpts{ Name: "cd_duration_seconds", Help: "Duration of CD process", }, []string{"appName", "status", "envName", "deploymentType"})
View Source
var CdTriggerCounter = promauto.NewCounterVec(prometheus.CounterOpts{ Name: "cd_trigger_counter", }, []string{"appName", "envName"})
View Source
var CiTriggerCounter = promauto.NewCounterVec(prometheus.CounterOpts{ Name: "ci_trigger_counter", }, []string{"appName"})
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.