Jaeger datasource typo (#24920)

This commit is contained in:
Henry Muru Paenga 2020-05-20 23:14:17 +12:00 committed by GitHub
parent 731deb9628
commit 01de35d4db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. | | _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` | | _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. | | _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. | | _User_ | User name for basic authentication. |
| _Password_ | Password for basic authentication. | | _Password_ | Password for basic authentication. |