mathworks / OpenTelemetry-MATLAB

MATLAB interface to OpenTelemetry
Apache License 2.0
14 stars 3 forks source link

Add GZip compression support to HTTP and gRPC exporters #158

Open duncanpo opened 1 week ago

duncanpo commented 1 week ago

otel-cpp 1.15.0 added a "compression" field in the gRPC and HTTP exporters, which can be set to "gzip" to enable GZip compression. We should expose this exporter property.