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
Describe the bug
I'm using the lambda layer for instrumenting a python lambda function. Everything works as expected, even using other processors, but when I enable the filter processor, the collector crashes with the following error:
START RequestId: f565b21c-f901-4bd8-9c1a-4515f65676e9 Version: $LATEST
2022/07/09 09:55:48 [collector] Launching OpenTelemetry Lambda extension, version: v0.1.0
2022/07/09 09:55:48 Using config file at path /var/task/collector.yaml
2022/07/09 09:55:48 Failed to start the extension: failed to get config: cannot unmarshal the configuration: error reading processors configuration for "filter": 1 error(s) decoding:
* '' has invalid keys: spans
EXTENSION Name: collector State: Started Events: []
END RequestId: f565b21c-f901-4bd8-9c1a-4515f65676e9
REPORT RequestId: f565b21c-f901-4bd8-9c1a-4515f65676e9 Duration: 2415.91 ms Billed Duration: 2416 ms Memory Size: 128 MB Max Memory Used: 32 MB
RequestId: f565b21c-f901-4bd8-9c1a-4515f65676e9 Error: exit status 1
Extension.Crash
What version did you use?
OpenTelemetry collector v0.54
What config did you use?
The collector config file is the following:
Describe the bug
I'm using the lambda layer for instrumenting a python lambda function. Everything works as expected, even using other processors, but when I enable the filter processor, the collector crashes with the following error:
What version did you use?
OpenTelemetry collector v0.54
What config did you use?
The collector config file is the following:
I do not know if it is the right repo to open this issue since it is related both to the filter processor and to the lambda layer.
The text was updated successfully, but these errors were encountered: