File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ require (
126
126
github.com/rancher/dynamiclistener v0.7.0
127
127
github.com/rancher/lasso v0.2.3
128
128
github.com/rancher/permissions v0.0.0-20240523180510-4001d3d637f7
129
- github.com/rancher/remotedialer v0.5.0
129
+ github.com/rancher/remotedialer v0.5.1-0.20250827012652-e6b68fd83a6b
130
130
github.com/rancher/wharfie v0.7.0
131
131
github.com/rancher/wrangler/v3 v3.2.3
132
132
github.com/robfig/cron/v3 v3.0.1
Original file line number Diff line number Diff line change @@ -1212,8 +1212,8 @@ github.com/rancher/lasso v0.2.3 h1:74/z/C/O3ykhyMrRuEgc9kVyYiSoS7kp5BAijlcyXDg=
1212
1212
github.com/rancher/lasso v0.2.3 /go.mod h1:G+KeeOaKRjp+qGp0bV6VbLhYrq1vHbJPbDh40ejg5yE =
1213
1213
github.com/rancher/permissions v0.0.0-20240523180510-4001d3d637f7 h1:0Kg2SGoMeU1ll4xPi4DE0+qNHLFO/U5MwtK0WrIdK+o =
1214
1214
github.com/rancher/permissions v0.0.0-20240523180510-4001d3d637f7 /go.mod h1:fsbs0YOsGn1ofPD5p+BuI4qDhbMbSJtTegKt6Ucna+c =
1215
- github.com/rancher/remotedialer v0.5.0 h1:4H1o9ZBdA1nboaMPBvy03EQlFWXXzwcdMAXLmafop54 =
1216
- github.com/rancher/remotedialer v0.5.0 /go.mod h1:hpx8oaoxXyy8yHMWH5Iv8GcdVlYEYYzgVNjeXZrhv8E =
1215
+ github.com/rancher/remotedialer v0.5.1-0.20250827012652-e6b68fd83a6b h1:knmfUAUdaepeDUhreUz9OxBj+ipzYWO28bk+WlGocHA =
1216
+ github.com/rancher/remotedialer v0.5.1-0.20250827012652-e6b68fd83a6b /go.mod h1:hpx8oaoxXyy8yHMWH5Iv8GcdVlYEYYzgVNjeXZrhv8E =
1217
1217
github.com/rancher/wharfie v0.7.0 h1:M+OHMkE+tfafY59E5RuZ/Q4IorKNJGVqhtZRksTpOWo =
1218
1218
github.com/rancher/wharfie v0.7.0 /go.mod h1:wSQoRNUM58z0Qb9kmAT1L6ia2ys0LWHRH+7Vix/rkD8 =
1219
1219
github.com/rancher/wrangler/v3 v3.2.3 h1:s35Dpu/oIbXI1GV/FmYQaAex60+NXe67An3Z5zzzyEY =
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import (
11
11
"github.com/k3s-io/k3s/pkg/etcd"
12
12
"github.com/prometheus/client_golang/prometheus/promhttp"
13
13
lassometrics "github.com/rancher/lasso/pkg/metrics"
14
+ rdmetrics "github.com/rancher/remotedialer/metrics"
14
15
"k8s.io/component-base/metrics/legacyregistry"
15
16
)
16
17
@@ -38,6 +39,8 @@ func init() {
38
39
loadbalancer .MustRegister (DefaultRegisterer )
39
40
// and etcd snapshot metrics
40
41
etcd .MustRegister (DefaultRegisterer )
42
+ // and remotedialer metrics
43
+ rdmetrics .MustRegister (DefaultRegisterer )
41
44
}
42
45
43
46
// Config holds fields for the metrics listener
You can’t perform that action at this time.
0 commit comments