Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Prefix for the metrics of the state package. Prefix = "state_" // ExecutorProcessingTimeName is the name of the metric that shows the processing time in the executor. ExecutorProcessingTimeName = Prefix + "executor_processing_time" // CallerLabelName is the name of the label for the caller. CallerLabelName = "caller" )
Variables ¶
This section is empty.
Functions ¶
func ExecutorProcessingTime ¶
ExecutorProcessingTime observes the last processing time of the executor in the histogram vector by the provided elapsed time and for the given label.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.