diff --git a/content/en/docs/Features/details.md b/content/en/docs/Features/details.md index caa56ecdc..96918ba98 100644 --- a/content/en/docs/Features/details.md +++ b/content/en/docs/Features/details.md @@ -105,6 +105,13 @@ As an example and for self-monitoring purpose Kiali itself [exposes Go metrics]( The pod annotation for Kiali is: `kiali.io/dashboards: go` +#### Kiali + +Kiali has its own built-in dashboard that helps you observe performance of the Kiali server itself. To view this dashboard, navigate to either the application or workload view of the Kiali server and select the `Kiali Internal Metrics` tab to see Kiali's own internal metrics: + +![Kiali Metrics (app view)](/images/documentation/features/kiali-dashboard-app-metrics.png) +![Kiali Metrics (workload view)](/images/documentation/features/kiali-dashboard-workload-metrics.png) + #### Node.js Contains metrics such as active handles, event loop lag, and heap usage. The expected metrics are provided by [prom-client](https://www.npmjs.com/package/prom-client). diff --git a/static/images/documentation/features/kiali-dashboard-app-metrics.png b/static/images/documentation/features/kiali-dashboard-app-metrics.png new file mode 100644 index 000000000..f828e7d6c Binary files /dev/null and b/static/images/documentation/features/kiali-dashboard-app-metrics.png differ diff --git a/static/images/documentation/features/kiali-dashboard-workload-metrics.png b/static/images/documentation/features/kiali-dashboard-workload-metrics.png new file mode 100644 index 000000000..247aedf56 Binary files /dev/null and b/static/images/documentation/features/kiali-dashboard-workload-metrics.png differ