-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update otel/opentelemetry-collector docker tag to v0.99.0 (
#182) * chore(deps): update otel/opentelemetry-collector docker tag to v0.99.0 * fix: Adjust to new version of collector and deprecate chart * chore: Update docs * fix: Remove maintainers as chart has been deprecated --------- Co-authored-by: Thor Anker Kvisgård Lange <tal@netic.dk>
- Loading branch information
1 parent
4c57745
commit f14cedd
Showing
7 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
apiVersion: v2 | ||
name: opentelemetry-collector | ||
version: 0.1.2 | ||
appVersion: 0.27.0 | ||
version: 0.1.3 | ||
appVersion: 0.99.0 | ||
type: application | ||
description: A small Helm chart to install OpenTelemetry Collector | ||
maintainers: | ||
- name: langecode | ||
email: tal@netic.dk | ||
deprecated: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
config: | ||
exporters: | ||
logging: | ||
logLevel: debug | ||
debug: {} | ||
service: | ||
pipelines: | ||
traces: | ||
receivers: [otlp] | ||
processors: [memory_limiter, batch] | ||
exporters: [logging] | ||
exporters: [debug] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters