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
At the moment Lambda Collector extension layer contains very limit components due to the the reason described here.
Adding more collector components into code is cautious because we don't want to inflate the binary size, and also for neutrality we suggest Vendor maintains its downstream repo. For example aws-otel-lambda contains AWS XRay exporter and EMF exporter.
Ideally, we want to provide a mechanism to let user easily build a custom collector extension layer based on his demand. Here give an option by using opentelemetry-collector-builder, so user can dynamically build and publish custom lambda layer to his individul AWS account:
download this repo
go to collector folder
create his Collector config custom.yml under folder collector
run make publishpublish-layer
The text was updated successfully, but these errors were encountered:
Is there any time estimate on this or possible workaround until it's resolved? We would love to use open telemetry in our lambdas and send traces to Datadog, but the only way to do that it seems to be by using the datadog exporter in the collector, which is not included in the layer version of it
At the moment Lambda Collector extension layer contains very limit components due to the the reason described here.
Adding more collector components into code is cautious because we don't want to inflate the binary size, and also for neutrality we suggest Vendor maintains its downstream repo. For example aws-otel-lambda contains AWS XRay exporter and EMF exporter.
Ideally, we want to provide a mechanism to let user easily build a custom collector extension layer based on his demand. Here give an option by using opentelemetry-collector-builder, so user can dynamically build and publish custom lambda layer to his individul AWS account:
collector
foldercollector
make publishpublish-layer
The text was updated successfully, but these errors were encountered: