aws-observability / aws-otel-lambda

AWS Distro for OpenTelemetry - AWS Lambda
https://aws-otel.github.io/
Apache License 2.0
148 stars 56 forks source link

Update config.yaml #987

Closed msailes closed 2 months ago

msailes commented 2 months ago

Metrics will be exported by default to CloudWatch using the awsemf exporter.

Description: Metrics created in the Lambda function by the otel SDK are now exported to CloudWatch using the awsemf exporter.

Link to tracking Issue: https://github.com/aws-observability/aws-otel-lambda/issues/976

Testing: I deployed the updated config file with my application code to Lambda and used the env var to point to the updated config. Then created a metric in my function. I verified that the metric was created in CloudWatch.

Documentation: If this new default is agreed to, then documentation will need to be updated. Which I'm happy to do if this is approved on theory.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.