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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ Packages within this module are listed below.
7
7
8
8
## Remote
9
9
10
+
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.
11
+
12
+
The intention is that, with maturity some of the packages would graduate to stable version of client_golang module.
13
+
14
+
Packages within this module are listed below.
15
+
16
+
## Remote
17
+
18
+
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
19
Implements bindings from Prometheus remote APIs (remote write v1 and v2 for now).
11
20
12
21
Contains flexible method for building API clients, that can send remote write protocol messages.
0 commit comments