We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c52662 + 83fade0 commit 3a8deb4Copy full SHA for 3a8deb4
1 file changed
influxdb/rootfs/config.toml.tpl
@@ -105,3 +105,13 @@ bind-address = {{ default ":8088" .BIND_ADDRESS | quote }}
105
separator = {{ default "." .GRAPHITE_SEPERATOR | quote }}
106
{{ if .GRAPHITE_TAGS }}tags = [{{ .GRAPHITE_TAGS | quote }}]{{end}}
107
{{ if .GRAPHITE_TEMPLATES }}templates = [{{ .GRAPHITE_TEMPLATES | quote }}]{{end}}
108
+
109
+[[udp]]
110
+ enabled = {{ default false .UDP_ENABLED }}
111
+ bind-address = {{ default ":8089" .GRAPHITE_BIND_ADDRESS | quote }}
112
+ database = {{ default "udp" .UDP_DATABASE | quote }}
113
+ batch-size = {{ default "1000" .UDP_BATCH_SIZE }}
114
+ batch-timeout = {{ default "1s" .UDP_BATCH_TIMEOUT | quote }}
115
+ batch-pending = {{ default "5" .UDP_BATCH_PENDING }}
116
+ read-buffer ={{ default "0" .UDP_READ_BUFFER }}
117
0 commit comments