As described here I am trying to add the destination_ip
label to the istio_tcp_connections_closed_total
metric so that I can observe which IPs are being blocked by my mesh.
Since the introduction of Istiod these metrics are exposed directly by Envoy as a proxy-wasm plugin as described here.
How can I augment these metrics? Would it require recompiling the plugin at this time?