mirror of https://github.com/linkerd/linkerd2.git
Fixes #10764 Removed the `server_port_subscribers` gauge, as it wasn't distiguishing amongst different pods, and the number of subscribers for each pod were conflicting with one another when updating the metric (see more details [here](https://github.com/linkerd/linkerd2/issues/10764#issuecomment-1650835823)). Besides carying an invalid value, this was generating the warning `unable to delete server_port_subscribers metric with labels` The metric was replaced with the `server_port_subscribes` and `server_port_unsubscribes` counters, which track the overall number of subscribes and unsubscribes to the particular pod port. 🌮 to @adleong for the diagnosis and the fix! |
||
|---|---|---|
| .. | ||
| watcher | ||
| client.go | ||
| dedup_profile_listener.go | ||
| default_profile_listener.go | ||
| destination_fuzzer.go | ||
| endpoint_profile_translator.go | ||
| endpoint_translator.go | ||
| endpoint_translator_test.go | ||
| fallback_profile_listener.go | ||
| fallback_profile_listener_test.go | ||
| opaque_ports_adaptor.go | ||
| profile_translator.go | ||
| profile_translator_test.go | ||
| server.go | ||
| server_test.go | ||
| test_util.go | ||