Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CompletedInvocations = promauto.NewCounterVec(prometheus.CounterOpts{ Name: "sedge_completed_total", Help: "The total number of completed function invocations", }, []string{"node", "function"}) ExecutionTimes = promauto.NewHistogramVec(prometheus.HistogramOpts{ Name: "sedge_exectime", Help: "Function duration", Buckets: durationBuckets, }, []string{"node", "function"}) )
Global metrics
View Source
var Enabled bool
Functions ¶
func AddCompletedInvocation ¶
func AddCompletedInvocation(funcName string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.