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 404b2980cf
commit 87e142c02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save