issues
search
emiller42
/
splunk-statsd-backend
A backend plugin for Statsd to output metrics to the Splunk HTTP Event Collector (HEC)
MIT License
11
stars
2
forks
source link
Variety of code cleanup
#8
Closed
emiller42
closed
3 years ago
emiller42
commented
3 years ago
replace
var
with
const
/
let
as appropriate
replace function expressions with function declarations
use ES6 style classes
make naming more consistent. (snake_case is only used in output)
use nullish coalescing for config defaults
remove unused variables
var
withconst
/let
as appropriate