From ee1be75b7b0c58777307ca56eb406ef2e5176e84 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Tue, 9 Jun 2020 01:14:44 +0530 Subject: [PATCH] Docs: Update zipkin.md (#25246) --- docs/sources/features/datasources/zipkin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/datasources/zipkin.md b/docs/sources/features/datasources/zipkin.md index c80f178588e..134cc641fcc 100644 --- a/docs/sources/features/datasources/zipkin.md +++ b/docs/sources/features/datasources/zipkin.md @@ -24,7 +24,7 @@ To access Zipkin settings, click the **Configuration** (gear) icon, then click * | _Default_ | Default data source means that it will be pre-selected for new panels. | | _URL_ | The URL of the Zipkin instance, e.g., `http://localhost:9411` | | _Access_ | Server (default) = URL needs to be accessible from the Grafana backend/server, Browser = URL needs to be accessible from the browser. | -| _Basic Auth_ | Enable basic authentication to the Prometheus data source. | +| _Basic Auth_ | Enable basic authentication to the Zipkin data source. | | _User_ | User name for basic authentication. | | _Password_ | Password for basic authentication. |