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
c71efaa7
Unverified
Commit
c71efaa7
authored
May 24, 2024
by
hamps
Committed by
GitHub
May 24, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[telegraf] Add support for Cisco Model-Driven Telemetry (cisco_telemetry_mdt) (#548)
parent
f6dacf9a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Chart.yaml
charts/telegraf/Chart.yaml
+1
-1
service.yaml
charts/telegraf/templates/service.yaml
+6
-0
No files found.
charts/telegraf/Chart.yaml
View file @
c71efaa7
apiVersion
:
v2
name
:
telegraf
version
:
1.8.4
7
version
:
1.8.4
8
appVersion
:
1.30.3
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...
...
charts/telegraf/templates/service.yaml
View file @
c71efaa7
...
...
@@ -84,6 +84,12 @@ spec:
name
:
{{
printf "%s-%s" "socket-listener" (regexFind "
[
0-9
]
+$" $value.service_address)
}}
{{
- end
}}
{{
- end
}}
{{
- if eq $key "cisco_telemetry_mdt"
}}
- port
:
{{
trimPrefix "
:
"
$value.service_address
|
int64
}}
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
protocol:
"
TCP"
name
:
"
cisco-telemetry-mdt"
{{
- end
}}
{{
- end -
}}
{{
- end
}}
{{
- range $objectKey
,
$objectValue
:
= .Values.config.outputs
}}
...
...
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