stackabletech / operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier
Apache License 2.0
112 stars 11 forks source link

fix(stackable-telemetry/webhook): Correctly extract connect and host info in Axum trace layer #806

Closed Techassi closed 1 month ago

Techassi commented 1 month ago

This correctly extract the server.address, server.port, client.address and client.port fields in the OpenTelemetry compatible traces.

This fix requires changes in the stackable-webhook crate to instruct various parts of the connection handling chain to extract the required data, which can be consumed by the stackable-telemetry crate.

Screenshot

image