Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
39336e97
Commit
39336e97
authored
Oct 09, 2020
by
Riley Berton
Committed by
David McKay
Oct 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more toml fixes
parent
b447ad05
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Chart.yaml
charts/telegraf/Chart.yaml
+1
-1
_helpers.tpl
charts/telegraf/templates/_helpers.tpl
+2
-2
configmap.yaml
charts/telegraf/templates/configmap.yaml
+2
-2
No files found.
charts/telegraf/Chart.yaml
View file @
39336e97
apiVersion
:
v1
name
:
telegraf
version
:
1.7.
28
version
:
1.7.
30
appVersion
:
1.15
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...
...
charts/telegraf/templates/_helpers.tpl
View file @
39336e97
...
...
@@ -164,7 +164,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
]
{{- end }}
{{- if eq $tps "map[string]interface {}"}}
[[outputs.{{ $output }}.{{ $key }}.{{ $k }}]
]
[outputs.{{ $output }}.{{ $key }}.{{ $k }}
]
{{- range $foo, $bar := $v }}
{{ $foo }} = {{ $bar | quote }}
{{- end }}
...
...
@@ -253,7 +253,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
{{- range $k, $v := $value }}
{{- $tps := typeOf $v }}
{{- if eq $tps "map[string]interface {}"}}
[[inputs.{{ $input }}.{{ $key }}.{{ $k }}]
]
[inputs.{{ $input }}.{{ $key }}.{{ $k }}
]
{{- range $foo, $bar := $v }}
{{ $foo }} = {{ $bar | quote }}
{{- end }}
...
...
charts/telegraf/templates/configmap.yaml
View file @
39336e97
...
...
@@ -13,10 +13,10 @@ data:
{{ template "outputs" .Values.config.outputs }}
[[outputs.health]]
service_address = "http://:8888"
[
[outputs.health.compares]
]
[
outputs.health.compares
]
field = "buffer_size"
lt = 5000.0
[
[outputs.health.contains]
]
[
outputs.health.contains
]
field = "buffer_size"
{{ template "inputs" .Values.config.inputs -}}
[[inputs.internal]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment