From 6acd08a8a464d244b58c1cc751104d2dfaae0682 Mon Sep 17 00:00:00 2001 From: Jacob Valdez Date: Fri, 16 May 2025 09:17:36 -0500 Subject: [PATCH] [release-11.6.2] docs: fix grammar on set-up-grafana-live.md (#105549) Co-authored-by: Navid Mafi fix grammar on set-up-grafana-live.md (#105545) --- docs/sources/setup-grafana/set-up-grafana-live.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/set-up-grafana-live.md b/docs/sources/setup-grafana/set-up-grafana-live.md index b2d1c605384..34d9a267170 100644 --- a/docs/sources/setup-grafana/set-up-grafana-live.md +++ b/docs/sources/setup-grafana/set-up-grafana-live.md @@ -29,7 +29,7 @@ By `real-time`, we indicate a soft real-time. Due to network latencies, garbage ## Concepts -Grafana Live sends data to clients over persistent WebSocket connection. Grafana frontend subscribes on channels to receive data which was published into that channel – in other words PUB/SUB mechanics is used. All subscriptions on a page multiplexed inside a single WebSocket connection. There are some rules regarding Live channel names – see [Grafana Live channel](#grafana-live-channel). +Grafana Live sends data to clients over persistent WebSocket connections, based on a Pub/Sub model. The Grafana frontend subscribes on each channel to receive data that has been published in that channel. All subscriptions on a page are multiplexed inside a single WebSocket connection. There are some rules regarding Live channel names – see [Grafana Live channel](#grafana-live-channel). Handling persistent connections like WebSocket in scale may require operating system and infrastructure tuning. That's why by default Grafana Live supports 100 simultaneous connections max. For more details on how to tune this limit, refer to [Live configuration section](#configure-grafana-live).