项目作者: dominikschulz

项目描述 :
Prometheus KeyCDN Exporter
高级语言: Go
项目地址: git://github.com/dominikschulz/prometheus-keycdn-exporter.git
创建时间: 2015-12-15T13:32:11Z
项目社区:https://github.com/dominikschulz/prometheus-keycdn-exporter

开源协议:Apache License 2.0

下载


KeyCDN exporter

The KeyCDN exporter allows exporting stats from the KeyCDN
to be exported to Prometheus.

Building and running

Local Build

  1. make
  2. ./keycdn_exporter <flags>

Building with Docker

  1. docker build -t keycdn_exporter .
  2. docker run -d -p 9116:9116 --name keycdn_exporter -v `pwd`:/config keycdn_exporter -config.file=/config/keycdn.yml

Configuration

A configuration showing all options is below:

  1. apikey: "your key"