Browse Source

remote_write documentation: fix blank lines (#8264)

The blank line is not efficiently placed in the remote_write config,
affecting readability.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/8265/head
Julien Pivotto 4 years ago committed by GitHub
parent
commit
87e142c02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/configuration/configuration.md

2
docs/configuration/configuration.md

@ -1770,6 +1770,7 @@ queue_config:
[ min_backoff: <duration> | default = 30ms ]
# Maximum retry delay.
[ max_backoff: <duration> | default = 100ms ]
# Configures the sending of series metadata to remote storage.
# Metadata configuration is subject to change at any point
# or be removed in future releases.
@ -1778,7 +1779,6 @@ metadata_config:
[ send: <boolean> | default = true ]
# How frequently metric metadata is sent to remote storage.
[ send_interval: <duration> | default = 1m ]
```
There is a list of

Loading…
Cancel
Save