sitespeed.io/lib/plugins/graphite
Mason Malone 3ece3ad107
Fix sendAnnotation option (#3726)
The boolean "graphite.sendAnnotation" was added in
https://github.com/sitespeedio/sitespeed.io/pull/3625, but it can't be
disabled, because `opts.sendAnnotation || true` is always going to
evaluate to `true`. Since it defaults to `true`, the `|| true` shouldn't
be necessary, so I removed it.
2022-09-20 09:07:28 +02:00
..
helpers FIX statsd timer (#2014) 2018-05-03 09:53:45 +02:00
cli.js Make it easy to send run data to Graphite in a sane way (#3721) 2022-09-13 19:00:26 +02:00
data-generator.js Make it easy to send run data to Graphite in a sane way (#3721) 2022-09-13 19:00:26 +02:00
graphite-sender.js Update to latest prettier/eslint setup (#3478) 2021-10-11 18:44:59 +02:00
index.js Fix sendAnnotation option (#3726) 2022-09-20 09:07:28 +02:00
send-annotation.js Avoid sending the slug as annotation if the name collide. (#3279) 2021-02-12 06:00:44 +01:00
sender.js Remove Bluebird promises and use await/sync where we can. (#2205) 2018-11-20 09:14:05 +01:00
statsd-sender.js Update to latest prettier/eslint setup (#3478) 2021-10-11 18:44:59 +02:00