mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
59b2661444
This PR backports Node version and `spec_version` bumps to `1.8.0` from the latest release and orders prdoc files related to it.
20 lines
814 B
Plaintext
20 lines
814 B
Plaintext
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
|
|
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
|
|
|
|
title: rpc server remove prometheus metrics `substrate_rpc_requests_started/finished` and refactor WS ping/pongs.
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
This PR updates the rpc server library to `jsonrpsee v0.22` to utilize new APIs.
|
|
|
|
Breaking changes:
|
|
- Remove prometheus RPC metrics `substrate_rpc_requests_started` and `substrate_rpc_requests_finished`.
|
|
- The RPC server now disconnects inactive peers that didn't acknowledge WebSocket
|
|
pings more than three times in time.
|
|
|
|
Added:
|
|
- Add prometheus RPC `substrate_rpc_sessions_time` to collect the duration for each WebSocket
|
|
session.
|
|
crates: [ ]
|