Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 471 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 471 Bytes

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