Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AggregatedObservations = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "nwpd_aggregated_observations", Help: "Total counts of observations", }, []string{"src", "dest", "jobid", "status"}, ) AggregatedObservationsLatency = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "nwpd_aggregated_observations_latency_secs", Help: "Observation duration in seconds", }, []string{"src", "dest", "jobid"}, ) )
Functions ¶
func CreateRunAgentCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.