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

logs pipeline in OpenTelemetryCollector references undefined receiver and exporter if adotcontainerlogs.pattern.enabled is not defined in cdk.json #168

Closed
freschri opened this issue Jun 13, 2024 · 1 comment · Fixed by #169
Assignees

Comments

@freschri
Copy link
Contributor

Describe the bug
OpenTelemetryCollector fails if adotcontainerlogs.pattern.enabled is not defined in cdk.json
logs pipeline in OpenTelemetryCollector references undefined receiver (filelog) and exporter (awscloudwatchlogs) if adotcontainerlogs.pattern.enabled is not defined in cdk.json

pipeline snippet:
logs:
receivers: [filelog]
processors: [batch,k8sattributes]
exporters: [awscloudwatchlogs]

@freschri freschri self-assigned this Jun 13, 2024
@elamaran11
Copy link
Contributor

@freschri Thankyou for identifying this bug. let me know if you need any help to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants