Skip to content

mslocrian/flexswitch_exporter

Repository files navigation

Flexswitch exporter Build Status

CircleCI Docker Repository on Quay Docker Pulls

Prometheus exporter for SnapRoute FlexSwitch metrics, written in Go with pluggable metric collectors.

Collectors

You can create pluggable collectors for flexswitch similarly to that used by node_exporter.

Enabled by default

Name Description
ports Shows FlexSwitch Port Utilization statistics

Building and running

make
./flexswitch_exporter <flags>

Running tests

make test

Using Docker

You can deploy this exporter using the prom/flexswitch-exporter Docker image.

For example:

docker pull prom/flexswitch-exporter

docker run -d -p 9117:9117 --net="host" prom/flexswitch-exporter