From 894dbc7e0caa831ffa832b5a9104f623ba8e681f Mon Sep 17 00:00:00 2001 From: Pradeep Chhetri <30620077+chhetripradeep@users.noreply.github.com> Date: Sun, 29 Jan 2023 16:13:17 +0800 Subject: [PATCH] Update readme (#24) Signed-off-by: Pradeep Chhetri --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7163e19..445fa3a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ Show live statistics for monitoring your ClickHouse node. ## Usage -It pulls metrics from the prometheus exporter endpoint of ClickHouse, so -make sure that you have enabled prometheus exporter endpoint for ClickHouse. +It can populate graphs either by pulling metrics from the prometheus exporter +endpoint of ClickHouse or by running sql queries on ClickHouse native protocol endpoint. + +To enable prometheus exporter endpoint for ClickHouse, you will need to add following +ClickHouse server configuration: ```