We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f102c commit 799883aCopy full SHA for 799883a
pkg/epp/datalayer/metrics/extractor_test.go
@@ -107,6 +107,14 @@ func TestExtractorExtract(t *testing.T) {
107
},
108
109
110
+ defaultTotalRunningRequestsMetric: &dto.MetricFamily{
111
+ Type: dto.MetricType_GAUGE.Enum(),
112
+ Metric: []*dto.Metric{
113
+ {
114
+ Gauge: &dto.Gauge{Value: ptr.To(1.0)},
115
+ },
116
117
118
defaultKvCacheUsagePercentageMetric: &dto.MetricFamily{
119
Type: dto.MetricType_GAUGE.Enum(),
120
Metric: []*dto.Metric{
0 commit comments