diff options
Diffstat (limited to 'config.ini.example')
| -rw-r--r-- | config.ini.example | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/config.ini.example b/config.ini.example index f2656f7..056adce 100644 --- a/config.ini.example +++ b/config.ini.example @@ -3,4 +3,16 @@ url=http://localhost:8086 org=<your-org> token=<your-token> timeout=6000 -verify_ssl=False
\ No newline at end of file +verify_ssl=False + +[exporter] +; Collection interval in milliseconds (default: 1000) +;interval = 1000 +; InfluxDB bucket name (default: ouroboros-metrics) +;bucket = ouroboros-metrics + +[output] +; Uncomment to write line protocol to file instead of InfluxDB +;file = /path/to/metrics.lp +; Extra tags added to every point (comma-separated key=value pairs) +;tags = test=mytest,run=12345 |
