We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220e6c5 commit 2ee374cCopy full SHA for 2ee374c
plugins/outputs/opentsdb/opentsdb.go
@@ -32,7 +32,7 @@ type OpenTSDB struct {
32
Host string
33
Port int
34
35
- HttpBatchSize int
+ HttpBatchSize int // deprecated httpBatchSize form in 1.8
36
HttpPath string
37
38
Debug bool
@@ -54,11 +54,11 @@ var sampleConfig = `
54
55
## Number of data points to send to OpenTSDB in Http requests.
56
## Not used with telnet API.
57
- httpBatchSize = 50
+ http_batch_size = 50
58
59
## URI Path for Http requests to OpenTSDB.
60
## Used in cases where OpenTSDB is located behind a reverse proxy.
61
- httpPath = "/api/put"
+ http_path = "/api/put"
62
63
## Debug true - Prints OpenTSDB communication
64
debug = false
0 commit comments