From bcc52dd7714358f7bbf9d1e18a5581ba3f67ead7 Mon Sep 17 00:00:00 2001 From: jtvdez Date: Fri, 12 Dec 2025 09:19:38 -0600 Subject: [PATCH] fix style issues --- .../setup-grafana/configure-grafana/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 6f351cd9a7a..e99ced11d0b 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -2144,7 +2144,7 @@ Default is `true`. #### `backend` -Select which pluggable state history backend to use. +Select which state history backend to use. Options are `annotations`, `loki`, `prometheus`, or `multiple`. - `annotations`: Store state history as Grafana annotations (default) @@ -2172,13 +2172,13 @@ Either `loki_remote_url`, or both `loki_remote_read_url` and `loki_remote_write_ #### `loki_remote_read_url` For `loki` backend only. -URL of the external Loki's read path. +URL of the external Loki read path. Use in configurations where Loki has separated read and write URLs. #### `loki_remote_write_url` For `loki` backend only. -URL of the external Loki's write path. +URL of the external Loki write path. Use in configurations where Loki has separated read and write URLs. #### `loki_tenant_id` @@ -2224,7 +2224,7 @@ Default is `GRAFANA_ALERTS`. #### `prometheus_write_timeout` For `prometheus` backend only. -Timeout for writing GRAFANA_ALERTS metrics to the target datasource. +Timeout for writing GRAFANA_ALERTS metrics to the target data source. Default is `10s`.
@@ -3354,7 +3354,7 @@ Default is `5s`. #### `create_upload_url_timeout` -Timeout for requests to create a presigned upload URL. +Timeout for requests to create a pre-signed upload URL. Default is `5s`. #### `report_event_timeout` @@ -3413,4 +3413,4 @@ Storage type for migration snapshots. Options are `db` to store in database or `fs` to store in the file system. Default is `db`. -
\ No newline at end of file +