This is a Chrome Extension that allows you to monitor your Prometheus instances from your browser.
- Pretty overview of metrics
- Formats values in human-readable units
- Groups metrics by labels
- Detailed view of histograms and summaries
- Tooltip with metric description
- Aggregates common labels
- Supports the OpenMetrics format
- Dark mode support
- Clone this repository
- Install the dependencies by running
yarn install
- Build the extension by running
yarn build
- Open Chrome and navigate to
chrome://extensions/
- Enable Developer Mode
- Click on
Load unpacked extension...
- Select the directory where you cloned this repository
The extension uses Yarn, ESBuild and TypeScript. To build the extension, run:
yarn install
yarn build