Skip to content

ksm2/prometheus-chrome-extension

Repository files navigation

Chrome Web Store Chrome Web Store Chrome Web Store

This is a Chrome Extension that allows you to monitor your Prometheus instances from your browser.

Features

Pretty overview of metrics Detailed view of histograms and summaries Grouping by labels
  • 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

Installation

  1. Clone this repository
  2. Install the dependencies by running yarn install
  3. Build the extension 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:

yarn install
yarn build