Skip to content

Commit ec80250

Browse files
Apply suggestion from @bwplotka
Co-authored-by: Bartlomiej Plotka <[email protected]> Signed-off-by: Minh Nguyen <[email protected]>
1 parent 3ca982f commit ec80250

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

exp/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Packages within this module are listed below.
77

88
## Remote
99

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.
1019
Implements bindings from Prometheus remote APIs (remote write v1 and v2 for now).
1120

1221
Contains flexible method for building API clients, that can send remote write protocol messages.

0 commit comments

Comments
 (0)