Generate fake InfluxDB metrics
Requirements:
- Go 1.6+
- bazel 0.16.0+
bazel build //infake
# Binary will be in bazel-bin/infake/*/infake
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