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
Is your feature request related to a problem? Please describe.
The current default configuration for the Lambda layer provides out-of-the-box support for tracing but not for metrics. Since the EMF exporter is already available and users often need a quick solution for telemetry, it would be very useful to include the EMF exporter in the default configuration. This will simplify the process for users by removing the need to add a configuration file only to support metrics. By default, outputting EMF logs to stdout would be enough. It’s frustrating that the current layer doesn’t support the awsemfexporter for metrics.
Describe the solution you'd like
I would like the default configuration to include the EMF exporter for metrics. This would allow users to have immediate access to CloudWatch metrics without additional setup. The configuration should output metrics to stdout by default, which simplifies the user experience.
Describe alternatives you've considered
Creating a new config file.
Additional context
I can create a PR for this change if needed, as the fix is fairly simple.
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled
Is your feature request related to a problem? Please describe.
The current default configuration for the Lambda layer provides out-of-the-box support for tracing but not for metrics. Since the EMF exporter is already available and users often need a quick solution for telemetry, it would be very useful to include the EMF exporter in the default configuration. This will simplify the process for users by removing the need to add a configuration file only to support metrics. By default, outputting EMF logs to stdout would be enough. It’s frustrating that the current layer doesn’t support the
awsemfexporter
for metrics.Describe the solution you'd like
I would like the default configuration to include the EMF exporter for metrics. This would allow users to have immediate access to CloudWatch metrics without additional setup. The configuration should output metrics to stdout by default, which simplifies the user experience.
Describe alternatives you've considered
Creating a new config file.
Additional context
I can create a PR for this change if needed, as the fix is fairly simple.
The text was updated successfully, but these errors were encountered: