Skip to content

Commit

Permalink
Undo changes in go.mod
Browse files Browse the repository at this point in the history
fix format in README
  • Loading branch information
huyan0 committed Aug 14, 2020
1 parent 4d19e51 commit fbdbf06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 108 deletions.
5 changes: 1 addition & 4 deletions exporter/prometheusremotewriteexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ This Exporter sends metrics data in Prometheus TimeSeries format to Cortex or an
Non-cumulative monotonic, histogram, and summary OTLP metrics are dropped by this exporter.

The following settings are required:

- `endpoint`: protocol:host:port to which the exporter is going to send traces or metrics, using
the HTTP/HTTPS protocol.
- `endpoint`: protocol:host:port to which the exporter is going to send traces or metrics, using the HTTP/HTTPS protocol.

The following settings can be optionally configured:
- `namespace`: prefix attached to each exported metric name.

- `headers`: additional headers attached to each HTTP request. `X-Prometheus-Remote-Write-Version` cannot be set by users
and is attached to each request.
- `insecure` (default = false): whether to enable client transport security for
Expand Down
Loading

0 comments on commit fbdbf06

Please sign in to comment.