Closed fishy closed 1 year ago
Can you update the PR description with a list of all of the changed / removed metrics so it's easy to copy/paste into release notes?
Removed metrics (all the replacements were already added from at least v0.9.12)
httpbp_server_panic_recover_total
: use httpbp_server_recovered_panics_total
insteadkafkabp_consumer_rebalance_total
: use kafkabp_consumer_rebalances_total
and kafkabp_consumer_rebalance_failures_total
insteadthriftbp_server_panic_recover_total
: use thriftbp_server_recovered_panics_total
insteadthriftbp_client_pool_exhausted_total
: use thriftbp_client_pool_exhaustions_total
insteadthriftbp_client_pool_release_error_total
: use thriftbp_client_pool_release_errors_total
insteadthriftbp_client_pool_active_connections
: use thrift_client_pool_active_connections
insteadthriftbp_client_pool_allocated_clients
: use thrift_client_pool_idle_connections
insteadRemoved labels:
thrift_client_name
from thrift_client_pool_*
: use thrift_pool
instead.
While I'm here, also add go 1.20 to CI.