You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
description: Monitor Kowalski through the admin dashboard
4
+
icon: Dashboard
5
+
---
6
+
7
+
The suggested method of monitoring Kowalski is through the admin dashboard. You can find it at [http://localhost:3000/admin/monitoring](http://localhost:3000/admin/monitoring), where `localhost:3000` is the URL to your Kowalski instances' WebUI.
8
+
9
+
At this time, it does not require documentation, though you can [submit an Issue](https://github.com/abocn/TelegramBot/issues) if you need help.
description: Different methods of monitoring Kowalski
4
+
icon: ChartColumnIncreasing
5
+
---
6
+
7
+
You can monitor Kowalski's backend easily though a variety of ways. The best way to monitor Kowalski is through the admin dashboard, though we provide a Prometheus-compatible metrics endpoint for those looking to use tools like [Grafana](https://grafana.com/grafana/).
description: Different methods of monitoring Kowalski
4
+
icon: Prometheus
5
+
---
6
+
7
+
You can monitor Kowalski's backend easily though a variety of ways. The best way to monitor Kowalski is through the admin dashboard, though we provide a Prometheus-compatible metrics endpoint for those looking to use tools like [Grafana](https://grafana.com/grafana/).
8
+
9
+
## Metrics Endpoint
10
+
11
+
The /metrics endpoint runs on port `3030`, and is bundled as a part of the Telegram bot. Its code lives in the `telegram/api` directory.
12
+
13
+
You can use this data to build, for instance, a custom Grafana dashboard. Or you could even make your own monitoring dashboard! The choice is really yours.
14
+
15
+
## Grafana Dashboard
16
+
17
+
We've included a sample Grafana dashboard in the `examples` directory of the source, which can be a great way to get started with monitoring Kowalski with Prometheus. You can find it named as `examples/monitoring/grafana.json`, and import through the Grafana UI.
18
+
19
+
An example `docker-compose.monitoring.yml` file has also been provided for a quick-start of Kowalski, Prometheus, and Grafana.
0 commit comments