ypomortsev / infake

Fake metrics generator for InfluxDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fake metrics generator for InfluxDB

License:Other


Languages

Language:Go 81.9%Language:Python 18.1%