File: README.md

package info (click to toggle)
prometheus-trafficserver-exporter 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 348 kB
  • sloc: python: 457; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# trafficserver_exporter

[![Linux build status](https://travis-ci.org/gdvalle/trafficserver_exporter.svg?branch=master)](https://travis-ci.org/gdvalle/trafficserver_exporter)

An Apache Traffic Server metrics exporter for Prometheus.  Uses the stats_over_http plugin to translate JSON data into Prometheus format.


## Development
```
virtualenv venv
. venv/bin/activate
pip install -e .
trafficserver_exporter -vv --endpoint=http://trafficserver/_stats
```