The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Measure::Everything::Adapter::InfluxDB::File - Write stats formatted as InfluxDB lines into a file

VERSION

version 1.003

SYNOPSIS

    Measure::Everything::Adapter->set( 'InfluxDB::File', file => '/path/to/file.stat' );

DESCRIPTION

Write stats using InfluxDB::LineProtocol into a file.

The file is opened for append with autoflush on. If flock is available, the handle will be locked when writing. (Docs and code copied as-is from Log::Any::Adapter::File)

It is your job to somehow process the file to get the lines into InfluxDB. We will release a set of modules that help doing that in the near future.

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.