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
6cf09316
Commit
6cf09316
authored
Jun 13, 2022
by
Sebastian Spaink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: address linter issues
parent
e2881bf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
values.yaml
charts/telegraf-ds/values.yaml
+10
-10
values.yaml
charts/telegraf/values.yaml
+11
-11
No files found.
charts/telegraf-ds/values.yaml
View file @
6cf09316
...
...
@@ -31,14 +31,14 @@ env:
# This pulls HOSTNAME from the node, not the pod.
-
name
:
HOSTNAME
valueFrom
:
fieldRef
:
fieldRef
:
fieldPath
:
spec.nodeName
# In test clusters where hostnames are resolved in /etc/hosts on each node,
# the HOSTNAME is not resolvable from inside containers
# So inject the host IP as well
-
name
:
HOSTIP
valueFrom
:
fieldRef
:
fieldRef
:
fieldPath
:
status.hostIP
# Mount the host filesystem and set the appropriate env variables.
# ref: https://github.com/influxdata/telegraf/blob/master/docs/FAQ.md
...
...
@@ -135,14 +135,14 @@ config:
omit_hostname
:
false
outputs
:
-
influxdb
:
urls
:
urls
:
-
"
http://influxdb.monitoring.svc:8086"
database
:
"
telegraf"
retention_policy
:
"
"
timeout
:
"
5s"
username
:
"
"
password
:
"
"
user_agent
:
"
telegraf"
insecure_skip_verify
:
false
database
:
"
telegraf"
retention_policy
:
"
"
timeout
:
"
5s"
username
:
"
"
password
:
"
"
user_agent
:
"
telegraf"
insecure_skip_verify
:
false
monitor_self
:
false
docker_endpoint
:
"
unix:///var/run/docker.sock"
charts/telegraf/values.yaml
View file @
6cf09316
...
...
@@ -122,14 +122,14 @@ config:
flush_interval
:
"
10s"
flush_jitter
:
"
0s"
precision
:
"
"
debug
:
false
debug
:
false
b
quiet
:
false
logfile
:
"
"
hostname
:
"
$HOSTNAME"
omit_hostname
:
false
processors
:
-
enum
:
mapping
:
mapping
:
field
:
"
status"
dest
:
"
status_code"
value_mappings
:
...
...
@@ -138,19 +138,19 @@ config:
critical
:
3
outputs
:
-
influxdb
:
urls
:
urls
:
-
"
http://influxdb.monitoring.svc:8086"
database
:
"
telegraf"
inputs
:
-
statsd
:
service_address
:
"
:8125"
percentiles
:
-
50
-
95
-
99
metric_separator
:
"
_"
allowed_pending_messages
:
10000
percentile_limit
:
1000
service_address
:
"
:8125"
percentiles
:
-
50
-
95
-
99
metric_separator
:
"
_"
allowed_pending_messages
:
10000
percentile_limit
:
1000
metrics
:
health
:
enabled
:
false
...
...
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