From 01de35d4db29f6ff6c80fa27202ccb5a1f4ba852 Mon Sep 17 00:00:00 2001 From: Henry Muru Paenga Date: Wed, 20 May 2020 23:14:17 +1200 Subject: [PATCH] Jaeger datasource typo (#24920) --- docs/sources/features/datasources/jaeger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/datasources/jaeger.md b/docs/sources/features/datasources/jaeger.md index c88c357bb0f..13c7cd36380 100644 --- a/docs/sources/features/datasources/jaeger.md +++ b/docs/sources/features/datasources/jaeger.md @@ -23,7 +23,7 @@ To access Jaeger 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 Jaeger instance, e.g., `http://localhost:16686` | | _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 Jaeger data source. | | _User_ | User name for basic authentication. | | _Password_ | Password for basic authentication. |