From cf586a09aee9e6c8dfe50e43266d8b536fe32da3 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 07:01:13 -0800 Subject: [PATCH] [v10.3.x] Add timeout parameter to the example (#81600) Add timeout parameter to the example (#80921) Adding the http timeout parameter to the example to know where is needed in the yaml configuration. (cherry picked from commit 5c0d7749ebb660481bb026f18f2b69e90c6a267b) Co-authored-by: ausias-armesto --- docs/sources/datasources/loki/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/datasources/loki/_index.md b/docs/sources/datasources/loki/_index.md index f81b2c90072..179432fd3cb 100644 --- a/docs/sources/datasources/loki/_index.md +++ b/docs/sources/datasources/loki/_index.md @@ -60,6 +60,7 @@ datasources: access: proxy url: http://localhost:3100 jsonData: + timeout: 60 maxLines: 1000 ```