From 2067a433cd4392e2b97ce6ab13c06d35589553dd Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Tue, 4 Jun 2019 00:42:05 +0200 Subject: [PATCH] Improve API / Dashboard wording in documentation --- docs/configuration/api.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/configuration/api.md b/docs/configuration/api.md index 2d746afcb..4dff5234f 100644 --- a/docs/configuration/api.md +++ b/docs/configuration/api.md @@ -35,7 +35,7 @@ For more customization, see [entry points](/configuration/entrypoints/) documentation and the examples below. -## Web UI +## Dashboard (Web UI) ![Web UI Providers](/img/web.frontend.png) @@ -322,9 +322,12 @@ curl -s "http://localhost:8080/health" | jq . } ``` -## Metrics +## Dashboard Statistics -You can enable Traefik to export internal metrics to different monitoring systems. +You can control how the Traefik's internal metrics are shown in the Dashboard. + +If you want to export internal metrics to different monitoring systems, +please check the page [Metrics](./metrics.md). ```toml [api]