Skip to content

Commit

Permalink
[otel-integration] fix logs pipeline (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Oct 26, 2023
1 parent dc89f10 commit 7b45600
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## OpenTelemtry-Integration

### v0.0.24 / 2023-10-26
* [FIX] service::pipelines::logs: references exporter "k8sattributes" which is not configured

### v0.0.23 / 2023-10-26
* [FEATURE] Add k8sattributes and resourcedetecion processor for logs and traces in agent.

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.23
version: 0.0.24
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
4 changes: 2 additions & 2 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ opentelemetry-agent:
exporters:
- coralogix
processors:
- batch
receivers:
- k8sattributes
- resourcedetection/env
- resourcedetection/region
- batch
receivers:
- otlp
tolerations:
- operator: Exists
Expand Down

0 comments on commit 7b45600

Please sign in to comment.