Skip to content

Support AWS Lambda metrics #7714

@simitt

Description

@simitt

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions