0.0.4 • Published 7 years ago

testarmada-bloop v0.0.4

Weekly downloads
254
License
MIT
Repository
github
Last release
7 years ago

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.