Skip to content

Latest commit

 

History

History

measured-signalfx-reporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Measured SignalFx Reporter

This package ties together measured-core and measured-reporting to create a dimensional aware self reporting metrics registry that reports metrics to SignalFx.

Install

npm install measured-signalfx-reporter

What is in this package

A SignalFx specific implementation of the Reporter Abstract Class.

Extends Self Reporting Metrics Registry but overrides methods that generate Meters to use the NoOpMeter.

NoOpMeters

Please note that this package ignores Meters by default. Meters do not make sense to use with SignalFx because the same values can be calculated using simple counters and the aggregation functions available within SignalFx itself. Additionally, this saves you money because SignalFx charges based on your DPM (Datapoints per Minute) consumption.

This can be changed if anyone has a good argument for using Meters. Please file an issue.

Usage

See the full end to end example here: SignalFx Express Full End to End Example

Dev

There is a user acceptance test server to test this library end-to-end with SignalFx.

SIGNALFX_API_KEY=xxxxx yarn uat:server