Fixed help for ColdStarts metric in executor according to new labels (#2446)
This commit is contained in:
@@ -29,7 +29,7 @@ var (
|
||||
ColdStarts = promauto.NewCounterVec(
|
||||
prometheus.CounterOpts{
|
||||
Name: "fission_function_cold_starts_total",
|
||||
Help: "How many cold starts are made by function_name, function_uid.",
|
||||
Help: "How many cold starts are made by function_name, function_namespace.",
|
||||
},
|
||||
functionLabels,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user