-
Notifications
You must be signed in to change notification settings - Fork 536
Closed
elastic/apm-aws-lambda
#220Description
With elastic/apm-aws-lambda#108 the aws lambda extension will be sending metrics to the APM Server. Research how to handle this metrics in the first beta
version in the server.
Intake API
The Intake API generically accepts any kind of metrics. Since there is no server side aggregation planned for the first version, there is no requirement for adding the specific metrics on the intake level.
Data Streams
The metrics can be considered well defined on the agent level, therefore they can be sent to the metrics-apm.internal-*
data stream. Given the granularity of these metrics documents (not-aggregated, creating one event per request to the extension), we should consider storing them in a dedicated data stream though, allowing for a different retention period.