Prometheus exporter ot export test metrics and alerts from ThousandEyes. The port 9350 was chosen because someone already reserved it for a ThousandEyes exporter that was supposed to be coming soon but has not been published up to November 2018.
###Build Pre-Req:
- Golang installed with
$GOBIN
and$GOPATH
set - Gox -- Uses Gox for cross-platform builds
$ go get github.com/mitchellh/gox
...
$ gox -h
...
Makefile Targets:
Target | Description |
---|---|
deps | Download and Install any missing dependecies |
build | Install missing dependencies. Builds binaries for linux and darwin in ./dist |
tidy | Verifies and downloads all required dependencies |
fmt | Runs gofmt on all source files |
clean | Removes build, dist and report dirs |
debug | Print make env information |
Mandatory
ENV VAR " THOUSANDEYES_BEARER_TOKEN"
or
ENV VAR "THOUSANDEYES_BASIC_AUTH_USER"
&&ENV VAR "THOUSANDEYES_BASIC_AUTH_TOKEN"
set to a valid ThousandEyes token to be able to query.
-GetBGP=true [true|false (default)]
if you want BGP test data collected-GetHTTP=true [true|false (default)]
if you want HTTP request test data collected (false is default if not set)-GetHttpMetrics=true [true|false (default)]
if you want HTTP routing test data collected (false is default if not set)-GetNetPathViz=true [true|false (default)]
if you want Network Visualization Tests (false is default if not set)
HINT: please be aware of the API request limit per minute .. if you have many tests and collect all details it's pretty sure that you're going to it.
- Just for debugging purpose:
-RetrospectionPeriod
You can set the period of time it queries into the past, e.g.-RetrospectionPeriod 12h
. Large values do not make much sense, because we do not get data about when they started or ended. Just that they existed.