NAME
Measure::Everything::Adapter - Tell Measure::Everything where to send the stats
VERSION
version 1.003
SYNOPSIS
# generic syntax
Measure::Everything::Adapter->set(
'SomeAdapter'
,
config
=>
'value'
);
# write InfluxDB lines to a file
Measure::Everything::Adapter->set(
'InfluxDB::File'
,
file
=>
'/var/stats/influx.stats'
);
DESCRIPTION
AUTHOR
Thomas Klausner <domm@plix.at>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 - 2021 by Thomas Klausner.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.