https://github.com/ksm2/prometheus-chrome-extension
Helps investigate endpoints which return Prometheus metrics
https://github.com/ksm2/prometheus-chrome-extension
chrome-extension metrics-visualization prometheus
Last synced: 10 months ago
JSON representation
Helps investigate endpoints which return Prometheus metrics
- Host: GitHub
- URL: https://github.com/ksm2/prometheus-chrome-extension
- Owner: ksm2
- License: mit
- Created: 2024-06-08T00:19:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T21:04:46.000Z (almost 2 years ago)
- Last Synced: 2024-07-03T14:17:47.772Z (almost 2 years ago)
- Topics: chrome-extension, metrics-visualization, prometheus
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/prometheus-viewer/cbemcojgcihplgfjjdoplpfjmamiikcn
- Size: 1.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Prometheus Viewer][CWS]
========================
[][CWS]
[][CWS]
[][CWS]
This is a Chrome Extension that allows you to monitor your Prometheus instances from your browser.
## Features
- 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][OM] format
- Dark mode support
## Installation
1. Clone this repository
2. Install the dependencies by running `yarn install`
3. [Build the extension](#building) by running `yarn build`
4. Open Chrome and navigate to `chrome://extensions/`
5. Enable Developer Mode
6. Click on `Load unpacked extension...`
7. Select the directory where you cloned this repository
## Building
The extension uses Yarn, ESBuild and TypeScript.
To build the extension, run:
```sh
yarn install
yarn build
```
[CWS]: https://chromewebstore.google.com/detail/prometheus-viewer/cbemcojgcihplgfjjdoplpfjmamiikcn
[OM]: https://openmetrics.io/