fix(#237): Use Prometheus type Counter instead of Gauge for forward module's packet and byte counters #1217
images.yaml
on: pull_request
Matrix: Build Operator Images
Matrix: Build Agent Images
Matrix: Build Agent Windows Images
Matrix: Generate Manifests
Run E2E Tests
0s
Annotations
17 errors
Build Agent Images (linux, amd64)
metrics.ForwardCounter.WithLabelValues(ingressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Images (linux, amd64)
metrics.ForwardCounter.WithLabelValues(egressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Images (linux, amd64)
metrics.ForwardBytesCounter.WithLabelValues(ingressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Images (linux, amd64)
metrics.ForwardBytesCounter.WithLabelValues(egressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Images (linux, amd64)
metrics.ForwardCounter.WithLabelValues(ingressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Images (linux, amd64)
metrics.ForwardCounter.WithLabelValues(egressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Images (linux, amd64)
metrics.ForwardBytesCounter.WithLabelValues(ingressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Images (linux, amd64)
metrics.ForwardBytesCounter.WithLabelValues(egressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Images (linux, amd64)
no required module provides package github.com/microsoft/retina/pkg/plugin/packetforward: go.mod file not found in current directory or any parent directory; see 'go help modules'
|
Build Agent Images (linux, amd64)
no required module provides package go.uber.org/mock/mockgen/model: go.mod file not found in current directory or any parent directory; see 'go help modules'
|
Build Agent Images (linux, arm64)
The job was canceled because "linux_amd64" failed.
|
Build Agent Images (linux, arm64)
The operation was canceled.
|
Build Agent Windows Images (windows, amd64)
metrics.ForwardCounter.WithLabelValues(ingressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Windows Images (windows, amd64)
metrics.ForwardCounter.WithLabelValues(egressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Windows Images (windows, amd64)
metrics.ForwardBytesCounter.WithLabelValues(egressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Windows Images (windows, amd64)
metrics.ForwardBytesCounter.WithLabelValues(ingressLabel).Set undefined (type prometheus.Counter has no field or method Set)
|
Build Agent Windows Images (windows, amd64)
Process completed with exit code 2.
|