File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66telegraf /manifests /* .tmp.yaml
77influxdb /manifests /* .tmp.yaml
88chronograf /manifests /* .tmp.yaml
9- grafana /manifests /* .tmp.yaml
9+ grafana /manifests /* .tmp.yaml
10+
11+ telegraf /rootfs /telegraf
Original file line number Diff line number Diff line change 155155
156156{{ if .HTTP_JSON_SERVERS }}
157157[[inputs.httpjson]]
158- <<<<<<< Updated upstream
159- name = " {{ .HTTP_JSON_NAME }}"
160- servers = [{{ .HTTP_JSON_SERVERS }}]
161- method = " {{ .HTTP_JSON_METHOD }}"
162- tag_keys = [{{ .HTTP_JSON_TAG_KEYS }}]
163- [inputs.httpjson.parameters]
164- event_type = " {{ .HTTP_JSON_EVENT_TYPE }}"
165- threshold = " {{ .HTTP_JSON_THRESHOLD }}"
166- {{ end }}
167- =======
168158 name = " {{.HTTP_JSON_NAME }}"
169159 servers = [{{.HTTP_JSON_SERVERS}}]
170160 method = " {{.HTTP_JSON_METHOD }}"
173163 event_type = " {{.HTTP_JSON_EVENT_TYPE }}"
174164 threshold = " {{.HTTP_JSON_THRESHOLD }}"
175165{{end}}
176- >>>>>>> Stashed changes
177166
178167{{ if .INFLUXDB_URLS }}
179168[[inputs.influxdb]]
You can’t perform that action at this time.
0 commit comments