Socket
Book a DemoInstallSign in
Socket

testarmada-bloop

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testarmada-bloop

statsd reporter for Magellan

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
3
Created
Source

bloop

Codecov

Statsd metrics to help spot trends and hotspots in a test automation ecosystem.

The functionality of the reporter is adjustable via environment variables. These environment variables are:

VariableDefaultDescription
MAGELLAN_STATSDThis needs to be set to non-null to enable the reporter to send results to statsd. This is important, you have to set this to something truthy for this reporter to run.
MAGELLAN_JOB_NAMEThe '.' delimited name of the build job. For example 'checkout.pr-verify'. You really need to set this as well. It's importante. Without it you'll have no way to disambiguate your project's statistics versus any other. Or it might just not work at all.
MAGELLANSTATS_STATSD_URLThe statsd URL. This is not optional. You must set this value or the reporter will not be enabled.
MAGELLANSTATS_STATSD_PORT8125The statsd port number.
MAGELLANSTATS_STATSD_PREFIXmagellanStatsdMetricsA prefix for all of the metrics. Because it's going to statsd it can, if you like, be '.' delimited.
MAGELLAN_LOG_DIRECTORYAn optional logging directory path.

Please check Magellan for information on how to add reporters to the Magellan test framework.

FAQs

Package last updated on 15 Mar 2017

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