Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump otelcol and remove unused tags #468

Merged
merged 2 commits into from
Mar 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ otelcol:
memBallastSizeMib: "683"
image:
name: "sumologic/opentelemetry-collector"
tag: "0.2.6.2"
tag: "0.2.6.4"
pullPolicy: IfNotPresent
config:
receivers:
Expand All @@ -645,13 +645,11 @@ otelcol:
# extract the following well-known metadata fields
- containerId
- containerName
- containerImage
- cluster
- daemonSetName
- deployment
- hostName
- namespace
- namespaceId
- node
- owners
- podId
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we shouldn't remove this. It's used by filter_sumologic plugin

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reintroduced it

Expand All @@ -662,14 +660,12 @@ otelcol:
- statefulSetName
tags:
containerId: container_id
containerName: container_name
containerImage: container_image
containerName: container
cluster: cluster
daemonSetName: daemonset
deployment: deployment
hostName: hostname
namespace: namespace
namespaceId: namespace_id
node: node
podId: pod_id
podName: pod
Expand Down