Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 3, 2024
1 parent 5289b40 commit bd936c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 2 additions & 1 deletion ci/scripts/ci-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
set -euo pipefail
IFS=$'\n\t'
set -x

namespace=$NAMESPACE
nodegroup=$NODE_GROUP
mode=$MODE
Expand All @@ -28,7 +29,7 @@ install_collector() {
--set-string image.tag=otelcolcontrib-v$CI_COMMIT_SHORT_SHA \
--set clusterRole.name=${clusterRole} \
--set clusterRole.clusterRoleBinding.name=${clusterRole} \
--set-string image.repository=601427279990.dkr.ecr.us-east-1.amazonaws.com/otel-collector-contrib \
--set-string image.repository=${clusterArn} \
--set mode=${mode} \
--set replicaCount=${replicaCount}"

Expand Down
9 changes: 2 additions & 7 deletions ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ config:
- key: service
from_attribute: service_name
action: upsert
attributes/trace:
actions:
- key: mack.cluster.test
action: insert
value: juillet
transform:
metric_statements: &statements
- context: resource
Expand Down Expand Up @@ -240,11 +235,11 @@ config:
exporters: [datadog]
traces:
receivers: [otlp]
processors: [resourcedetection, k8sattributes, transform, attributes/trace, batch]
processors: [resourcedetection, k8sattributes, transform, batch]
exporters: [datadog/connector]
traces/sampled:
receivers: [datadog/connector]
processors: [probabilistic_sampler, attributes/trace, batch]
processors: [probabilistic_sampler, batch]
exporters: [datadog]
logs:
processors: [memory_limiter, resourcedetection, k8sattributes, attributes, attributes/kafkasrc, transform, batch]
Expand Down

0 comments on commit bd936c0

Please sign in to comment.