Cargo Features

[dependencies]
metrics_cloudwatch_embedded = { version = "0.5.0", default-features = false, features = ["lambda"] }
default = lambda

The lambda feature is set by default whenever metrics_cloudwatch_embedded is added without default-features = false somewhere in the dependency tree.

lambda default

Enables http, lambda_http, lambda_runtime, pin-project, and tower

Affects collector::Config.lambda_cold_start, collector::Config.lambda_request_id, collector::Config.lambda_xray_trace_id, metrics_cloudwatch_embedded::lambda