pixie-io / pixie

Instant Kubernetes-Native Application Observability
https://px.dev
Apache License 2.0
5.38k stars 416 forks source link

Is there any way to configure truncation size for HTTP traffic? #1936

Closed joshsten closed 1 month ago

joshsten commented 1 month ago

Is your feature request related to a problem? Please describe. Is there any way to configure truncation size for HTTP traffic? It'd be nice to make it larger if needed. On the fly configuration would be nice, but static configuration is fine too.

Describe the solution you'd like I'd like an easy way to configure sizing for truncation.

ddelnano commented 1 month ago

Hi Josh, this is possible with the following pem flag: PX_STIRLING_HTTP_BODY_LIMIT_BYTES. To achieve the same result, the --http_body_limit_bytes cli flag can be set on the PEM DaemonSet as well (source).