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

Switch to OTC v0.19.2-sumo #1394

Merged
merged 2 commits into from
Feb 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ otelcol:
memBallastSizeMib: "683"
image:
repository: "public.ecr.aws/sumologic/opentelemetry-collector"
tag: "0.16.2-sumo"
tag: "0.19.2-sumo"
pullPolicy: IfNotPresent

## Extra Environment Values - allows yaml definitions
Expand Down Expand Up @@ -2119,9 +2119,10 @@ otelcol:

## Resource processor sets the associted cluster attribute
resource:
labels: {
k8s.cluster.name: "processors.resource.cluster.replace"
}
attributes:
- key: k8s.cluster.name
value: "processors.resource.cluster.replace"
action: upsert

## The memory_limiter processor is used to prevent out of memory situations on the collector.
memory_limiter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ data:
check_interval: 5s
limit_mib: 1900
resource:
labels:
k8s.cluster.name: kubernetes
attributes:
- action: upsert
key: k8s.cluster.name
value: kubernetes
source:
annotation_prefix: k8s.pod.annotation.
collector: "kubernetes"
Expand Down
6 changes: 4 additions & 2 deletions tests/tracing/static/simple.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ data:
check_interval: 5s
limit_mib: 1900
resource:
labels:
k8s.cluster.name: kubernetes
attributes:
- action: upsert
key: k8s.cluster.name
value: kubernetes
source:
annotation_prefix: k8s.pod.annotation.
collector: "kubernetes"
Expand Down