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
- This folder contains middleware that is used to intercept the requests for all the endpoints as well as the definition of the metrics that are collected.
3
+
## Overview
4
4
5
-
- Metrics server is started on port `8081` which collects the metrics from the monitor app and exposes them on the `/metrics` endpoint.
5
+
The metrics system provides monitoring capabilities for the OpenZeppelin Monitor application through Prometheus and Grafana integration.
6
6
7
-
- We use `prometheus` to collect metrics from the application. The list of metrics are exposed on the `/metrics` endpoint.
7
+
## Architecture
8
8
9
-
- To view prometheus metrics in a UI, you can use `http://localhost:9090` on your browser.
9
+
- A metrics server runs on port `8081`
10
+
- Middleware intercepts requests across all endpoints
11
+
- Metrics are exposed via the `/metrics` endpoint
12
+
- Prometheus collects and stores the metrics data
13
+
- Grafana provides visualization through customizable dashboards
10
14
11
-
- To view grafana dashboard, you can use `http://localhost:3000` on your browser.
0 commit comments