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
d07bc44a
Unverified
Commit
d07bc44a
authored
May 23, 2024
by
Louis Latour
Committed by
GitHub
May 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
telegraf: Adding support for opentelemetry input in service template (#645)
parent
847d8d7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Chart.yaml
charts/telegraf/Chart.yaml
+1
-1
service.yaml
charts/telegraf/templates/service.yaml
+5
-0
No files found.
charts/telegraf/Chart.yaml
View file @
d07bc44a
apiVersion
:
v2
apiVersion
:
v2
name
:
telegraf
name
:
telegraf
version
:
1.8.4
6
version
:
1.8.4
7
appVersion
:
1.30.3
appVersion
:
1.30.3
deprecated
:
false
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...
...
charts/telegraf/templates/service.yaml
View file @
d07bc44a
...
@@ -41,6 +41,11 @@ spec:
...
@@ -41,6 +41,11 @@ spec:
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
name:
"
influxdb-v2-listener"
name:
"
influxdb-v2-listener"
{{
- end
}}
{{
- end
}}
{{
- if eq $key "opentelemetry"
}}
- port
:
{{
trimPrefix "
:
"
$value.service_address
|
int64
}}
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
name:
"
opentelemetry"
{{
- end
}}
{{
- if eq $key "statsd"
}}
{{
- if eq $key "statsd"
}}
- port
:
{{
trimPrefix "
:
"
$value.service_address
|
int64
}}
- port
:
{{
trimPrefix "
:
"
$value.service_address
|
int64
}}
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
...
...
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