Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // StepDurationSummary report the step execution duration summary. StepDurationSummary = prometheus.NewSummaryVec(prometheus.SummaryOpts{ Name: "step_duration_ms", Help: "step latency distributions.", Objectives: map[float64]float64{0.5: 0.05, 0.9: 0.01, 0.99: 0.001}, ConstLabels: prometheus.Labels{}, }, []string{"application", "workflow_revision", "step_name", "step_type"}) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.