Skip to content

Commit

Permalink
[otel-integration] add error_mode:ignore for semconv transformation (#…
Browse files Browse the repository at this point in the history
…519)

Fixes ES-642
  • Loading branch information
povilasv authored Feb 19, 2025
1 parent 00f8836 commit 39a46b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Integration

### v0.0.147 / 2025-02-19

- [Fix] Add error_mode: ignore to transform/semconv.

### v0.0.146 / 2025-02-19

- [Feat] Automatically convert http.request.method to http.method for spans
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: otel-integration
description: OpenTelemetry Integration
version: 0.0.146
version: 0.0.147
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
3 changes: 2 additions & 1 deletion otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
defaultSubsystemName: "integration"
logLevel: "warn"
collectionInterval: "30s"
version: "0.0.146"
version: "0.0.147"

extensions:
kubernetesDashboard:
Expand Down Expand Up @@ -317,6 +317,7 @@ opentelemetry-agent:
# Will get the k8s resource limits
memory_limiter: null
transform/semconv:
error_mode: ignore
trace_statements:
- context: span
statements:
Expand Down

0 comments on commit 39a46b6

Please sign in to comment.