You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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]
The text was updated successfully, but these errors were encountered: