pygments-prometheus

Pygments lexer for prometheus metrics


Keywords
pygments, prometheus, pygments-lexer
License
BSD-3-Clause
Install
pip install pygments-prometheus==1.0

Documentation

pygments-prometheus

A pygments lexer for Prometheus metrics

Overview

This package provides a prometheus metrics language lexer for Pygments. THe lexer is published as an entry point and, once installed, Pygments will pick it up automatically.

You can then use the prom langauge with Pygments:

$ pygmentize -l prom metrics.prom

Installation

Use your favorite installer to install pygments-prometheus into the same Python you have installed Pygments. for example:

$ pip install pygments-prometheus

TO verify the installation run:

$ pygmentize -L lexer | grep -A1 -i prometheus
  * prometheus:
    prom (filenames *.prom)