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: exp/README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
# client_golang experimental module
2
2
3
3
Contains experimental utilities and APIs for Prometheus.
4
-
The module may be contain breaking changes or be removed in the future.
5
4
6
5
Packages within this module are listed below.
7
6
8
7
## Remote
9
8
9
+
This module contains production quality code with explicitly unstable API. Any code in this module can change its API or be removed; use with care.
10
+
11
+
The intention is that, with maturity some of the packages would graduate to stable version of client_golang module.
12
+
13
+
Packages within this module are listed below.
14
+
15
+
## Remote
16
+
17
+
NOTE: The `api/remote` package is used by `prometheus/prometheus`. Any changes to this package should ensure Prometheus is not affected (e.g. does not break Prometheus on upgrade or if it breaks, the Prometheus gets updated soon.
10
18
Implements bindings from Prometheus remote APIs (remote write v1 and v2 for now).
11
19
12
20
Contains flexible method for building API clients, that can send remote write protocol messages.
@@ -59,4 +67,4 @@ Also contains handler methods for applications that would like to handle and sto
59
67
}
60
68
```
61
69
62
-
For more details, see [go doc](https://pkg.go.dev/github.com/prometheus/client_golang/exp/api/remote).
70
+
For more details, see [go doc](https://pkg.go.dev/github.com/prometheus/client_golang/exp/api/remote).
0 commit comments