SUSE / telemetry

Telemetry scaffolding
Apache License 2.0
0 stars 0 forks source link

SDK: Enforce size limits on provided telemetry #10

Open rtamalin opened 4 months ago

rtamalin commented 4 months ago

When a provider generates telemetry we should enforce a limit on the size of telemetry data that is provided, failing with an appropriate error.

We should also provide a mechanism that can be used by telemetry providers to determine the size limit, e.g. GetTelemetryDataLimits().

gbuenodevsuse commented 3 months ago

Note: Check payload size before compressing it for data storage (check #comment) This will demand additional checks forward when retrieving telemetry data for over the wire transactions.

gbuenodevsuse commented 2 months ago

Issue reopened to further improve on compression. See #comment