On Wed, Mar 30, 2022 at 4:08 AM Magnus Edenhill <mag...@edenhill.se> wrote:
> > 41. We include CompressionType in PushTelemetryRequestV0, but not in > > ClientTelemetryPayload. How would the implementer know the compression > type > > for the telemetry payload? > The PushTelemetryRequest handler decompresses the payload before passing it > to the metrics plugin. > This was done to avoid having to expose a public decompression interface to > metrics plugin developers. > Are there cases where the metrics plugin developers would want to forward the compressed payload without decompressing? Ismael