aboutsummaryrefslogtreecommitdiff
path: root/config.ini.example
blob: 056adce043c5d6083b4395c07c126d9099da06dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[influx2]
url=http://localhost:8086
org=<your-org>
token=<your-token>
timeout=6000
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