@@ -157,11 +157,11 @@ require (
157
157
github.com/prometheus/blackbox_exporter v0.24.1-0.20230623125439-bd22efa1c900
158
158
github.com/prometheus/client_golang v1.20.5
159
159
github.com/prometheus/client_model v0.6.1
160
- github.com/prometheus/common v0.60.0
160
+ github.com/prometheus/common v0.60.1
161
161
github.com/prometheus/common/sigv4 v0.1.0
162
162
github.com/prometheus/consul_exporter v0.8.0
163
163
github.com/prometheus/memcached_exporter v0.13.0
164
- github.com/prometheus/mysqld_exporter v0.15.1
164
+ github.com/prometheus/mysqld_exporter v0.16.0
165
165
github.com/prometheus/node_exporter v1.6.0
166
166
github.com/prometheus/procfs v0.15.1
167
167
github.com/prometheus/prometheus v0.54.1 // a.k.a. v2.51.2
@@ -829,7 +829,7 @@ require (
829
829
github.com/moby/sys/userns v0.1.0 // indirect
830
830
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic v0.112.0 // indirect
831
831
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
832
- github.com/prometheus/exporter-toolkit v0.13.0 // indirect
832
+ github.com/prometheus/exporter-toolkit v0.13.1 // indirect
833
833
go.opentelemetry.io/collector/connector/connectorprofiles v0.112.0 // indirect
834
834
go.opentelemetry.io/collector/consumer/consumererror v0.112.0 // indirect
835
835
go.opentelemetry.io/collector/consumer/consumererror/consumererrorprofiles v0.112.0 // indirect
@@ -904,7 +904,7 @@ replace (
904
904
github.com/prometheus/exporter-toolkit => github.com/prometheus/exporter-toolkit v0.11.0
905
905
906
906
// TODO(marctc): remove once this PR is merged upstream: https://github.com/prometheus/mysqld_exporter/pull/774
907
- github.com/prometheus/mysqld_exporter => github.com/grafana/mysqld_exporter v0.15 .1-0.20241014135602-1f5a8998ad7d
907
+ github.com/prometheus/mysqld_exporter => github.com/grafana/mysqld_exporter v0.16 .1-0.20241111085008-47b8ea9fab19
908
908
909
909
// TODO(marctc, mattdurham): Replace node_export with custom fork for multi usage. https://github.com/prometheus/node_exporter/pull/2812
910
910
github.com/prometheus/node_exporter => github.com/grafana/node_exporter v0.18.1-grafana-r01.0.20231004161416-702318429731
@@ -938,3 +938,5 @@ exclude (
938
938
)
939
939
940
940
replace github.com/prometheus/procfs => github.com/prometheus/procfs v0.12.0
941
+
942
+ replace github.com/grafana/mysqld_exporter => github.com/grafana/mysqld_exporter v0.16.1-0.20241111085008-47b8ea9fab19
0 commit comments