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 dce26c2 commit 31832b9Copy full SHA for 31832b9
1 file changed
telegraf/rootfs/home/telegraf/config.toml.tpl
@@ -57,6 +57,7 @@
57
58
{{- if .POSTGRESQL_CONNECTION}}
59
[[outputs.postgresql]]
60
+ startup_error_behavior = "retry"
61
connection = "{{ .POSTGRESQL_CONNECTION }}"
62
tags_as_foreign_keys = true
63
create_templates = [
@@ -70,6 +71,7 @@
70
71
72
{{- if .KAFKA_BROKERS}}
73
[[outputs.kafka]]
74
75
brokers = [{{ .KAFKA_BROKERS }}]
76
topic = {{ default "telegraf" .KAFKA_TOPIC | quote }}
77
routing_tag = {{ .KAFKA_ROUTING_TAG | quote }}
0 commit comments