You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

measured-signalfx-reporter

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

measured-signalfx-reporter

A Registry Reporter that knows how to report core metrics to SignalFx

2.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

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

SignalFxMetricsReporter

A SignalFx specific implementation of the Reporter Abstract Class.

SignalFxSelfReportingMetricsRegistry

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

FAQs

Package last updated on 10 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts