Skip to main content
Module

x/polkadot/rpc-provider/types.ts>EndpointStats

Package publishing for deno.land/x/polkadot
Latest
interface EndpointStats
import { type EndpointStats } from "https://deno.land/x/polkadot@0.2.45/rpc-provider/types.ts";

Stats for a specific endpoint

Properties

bytesRecv: number

The total number of bytes sent

bytesSent: number

The total number of bytes received

cached: number

The number of cached/in-progress requests made

errors: number

The number of errors found

requests: number

The number of requests

subscriptions: number

The number of subscriptions

timeout: number

The number of request timeouts