newrelic_exporter

command module
v0.0.0-...-cc9ec16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2019 License: BSD-2-Clause Imports: 9 Imported by: 0

README

New Relic Exporter

Prometheus exporter for New Relic data. Requires a New Relic account. Compared to mrf/newrelic_exporter has working appId Filter, can pass --log.level=debug etc. as a flag to change debugging level. Deprecated logging package has been updated to currently maintained Prometheus logging package,.

Building and running

Running in a container
cp newrelic_exporter.yml.example newrelic_exporter.yml
docker run invokermain/newrelic-exporter
From source
git clone https://github.com/invokermain/newrelic_exporter.git --branch release
cd newrelic_exporter
make
cp newrelic_exporter.yml.example newrelic_exporter.yml
./newrelic_exporter

Flags

Name Description
config Config file path. Defaults to newrelic_exporter.yml in current directory.
log.level specify logging level, useful for debugging.

Available Configuration Values

Name Description
api.key API key
api.server API location. Defaults to https://api.newrelic.com
api.period Period of data to request, in seconds. Defaults to 60.
api.timeout Period of time to wait for an API response in seconds (default 5s)
api.apps-list-cache-time Length of time to cache list of available applications
api.metric-names-cache-time Length of time to cache names of metrics (not values)
api.service Define section of API to limit requests to (applications, mobile, etc)
api.include-apps List of applications to query (optional)
api.include-metric-filters List of metric groups to filter by to reduce number of API calls (required)
api.include-values List of values to filter by to reduce number of API calls (optional)
web.listen-address Address to listen on for web interface and telemetry. Port defaults to 9126.
web.telemetry-path Path under which to expose metrics.
debug.proxy-address Proxy settings for debugging

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL