This repository contains the JSON configuration for the Grafana dashboard used to monitor various aspects of OpenMetaData's infrastructure.
The dashboard.json
file in this repository contains the configuration for the Grafana dashboard. It includes panels for monitoring different services and resources related to OpenMetaData.
- OMD Web App: Overview panel for the OpenMetaData web application.
- Server Latency Percentiles: Monitors latency percentiles for the server.
- Slowest URI's (Top 5): Tracks the slowest URIs in the system.
- Elastic Search: Monitoring ES response types and space usage.
- ES Cluster Status: Monitors the status of the ES cluster.
- DB CPU Utilization: Monitors CPU utilization in the database.
- DB Max Latency: Tracks maximum latency in the database for reads and writes.
- DB Connections: Monitors database connections based on different roles.
-
Clone this repository:
git clone <repository_url>
Import the dashboard.json file into your Grafana instance:
Log in to Grafana.
Go to Create -> Import.
Upload the dashboard.json file.
Review and customize the dashboard as needed.
Note: You need to customize the dashboard to your application.
Treat this just as a starting template.