/infake

Fake metrics generator for InfluxDB

Primary LanguageGoOtherNOASSERTION

Infake

Generate fake InfluxDB metrics

Setup

Requirements:

Usage

Build

bazel build //infake

# Binary will be in bazel-bin/infake/*/infake

Run

With a config file:

infake --config ./config.sample.yaml

Or, without log output:

infake --config ./config.sample.yaml 2>/dev/null

You can also run directly with bazel run:

bazel run //infake -- --config $PWD/config.sample.yaml