Skip to content

Serverless POC: Send all telemetry into a single payload #2635

@obenkenobi

Description

@obenkenobi

Description

Due to the current implementation of the DataSender class, telemetry data (such as events, metrics, etc) are all written to file and console in seperate payloads. According to the serverless spec, the data should be merged into a single continuous payload.

Acceptance Criteria

Update the implementation of DataSenderServerlessImpl to save data into a temporary buffer.
Then add a new method to save tha data into the console & file and flush out the buffer.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Needs Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions