Skip to content

Commit 216697b

Browse files
authored
chore: fix prometheus version mapping annotation (#7108)
Signed-off-by: SungJin1212 <[email protected]>
1 parent 96d8836 commit 216697b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/prometheus/client_golang v1.23.2
4545
github.com/prometheus/client_model v0.6.2
4646
github.com/prometheus/common v0.66.1
47-
// Prometheus maps version 2.x.y to tags v0.x.y.
47+
// Prometheus maps version 3.x.y to tags v0.30x.y.
4848
github.com/prometheus/prometheus v0.306.0
4949
github.com/segmentio/fasthash v1.0.3
5050
github.com/sony/gobreaker v1.0.0

0 commit comments

Comments
 (0)