✍️ Description of changes:
Allow to configure the faas.trigger attribute of the OpenTelemetry layer span which is currently hardcoded to httpSmall breaking change: the faas.trigger default value is now datasource instead of http
🔏 By submitting this pull request
[x] I confirm that I've ran cargo +nightly fmt.
[x] I confirm that I've ran cargo clippy --fix.
[x] I confirm that I've made a best effort attempt to update all relevant documentation.
[x] I confirm that my contribution is made under the terms of the Apache 2.0 license.
📬 Issue #, if available: https://github.com/awslabs/aws-lambda-rust-runtime/pull/898#discussion_r1654283275
✍️ Description of changes: Allow to configure the
faas.trigger
attribute of the OpenTelemetry layer span which is currently hardcoded tohttp
Small breaking change: thefaas.trigger
default value is nowdatasource
instead ofhttp
🔏 By submitting this pull request
cargo +nightly fmt
.cargo clippy --fix
.