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 98573cf commit d711165Copy full SHA for d711165
router/metrics.go
@@ -283,7 +283,7 @@ func newInterfaceMetrics(
283
localIA addr.IA,
284
neighbors map[uint16]addr.IA) interfaceMetrics {
285
286
- ifLabels := interfaceLabels(0, localIA, neighbors)
+ ifLabels := interfaceLabels(id, localIA, neighbors)
287
m := interfaceMetrics{}
288
for sc := minSizeClass; sc < maxSizeClass; sc++ {
289
scLabels := prometheus.Labels{"sizeclass": sc.String()}
0 commit comments