You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #1558: Add new metric label server_binding_address_type
d4c43bd feat: [#1375] add new metric label server_binding_address_type (Jose Celano)
Pull request description:
Add new metric label `server_binding_address_type`.
- Label name: `server_binding_address_type`
- Label values: `plain`, `v4_mapped_v6`
Usage example in Prometheus format:
```
udp_tracker_server_requests_accepted_total{request_kind="connect",server_binding_address_type="plain",server_binding_ip="0.0.0.0",server_binding_port="6969",server_binding_protocol="udp"} 1
```
Example of IPv4-mapped-IPv6 IP: `[::ffff:192.0.2.33]`
It should be included whenever another IP label value is used.
cc @devnakx
ACKs for top commit:
josecelano:
ACK d4c43bd
Tree-SHA512: cfcf908a6b8c82130785d6e7cbe524cb85836ab625f25a3b154b54a1861643b406e638f439d7dfee4a9564c00dc573a5e3a68e86bdc29052274d30564d692161
0 commit comments