You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,10 @@ CHANGELOG.md.
24
24
25
25
Features that require breaking changes in the stable parts of the repository
26
26
are being batched up and tracked in the [v2
27
-
milestone](https://github.com/prometheus/client_golang/milestone/2). The v2
28
-
development happens in a [separate
29
-
branch](https://github.com/prometheus/client_golang/tree/dev-v2) for the time
30
-
being. v2 releases off that branch will happen once sufficient stability is
31
-
reached. In view of the widespread use of this repository, v1 and v2 will
32
-
coexist for a while to enable a convenient transition.
27
+
milestone](https://github.com/prometheus/client_golang/milestone/2), but plans for further development of v2 at the moment.
28
+
29
+
> NOTE: The initial v2 attempt is in a [separate branch](https://github.com/prometheus/client_golang/tree/dev-v2). We also started
30
+
experimenting on a new `prometheus.V2.*` APIs in [the 1.x's V2 struct](https://github.com/prometheus/client_golang/blob/main/prometheus/vnext.go#L23). Help wanted!
0 commit comments