Fixed help for ColdStarts metric in executor according to new labels (#2446)

This commit is contained in:
Ankit Chawla
2022-06-02 12:26:05 +05:30
committed by GitHub
parent 063209dc9e
commit ac3307bd91
+1 -1
View File
@@ -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,
)