mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-26 05:18:01 +00:00
Cut metrics (#280)
This commit is contained in:
@@ -9,4 +9,4 @@ import * as FeedMessage from './feed';
|
||||
export { Types, FeedMessage };
|
||||
|
||||
// Increment this if breaking changes were made to types in `feed.ts`
|
||||
export const VERSION: Types.FeedVersion = 29 as Types.FeedVersion;
|
||||
export const VERSION: Types.FeedVersion = 30 as Types.FeedVersion;
|
||||
|
||||
@@ -42,15 +42,8 @@ export type NodeDetails = [
|
||||
Maybe<NetworkId>
|
||||
];
|
||||
export type NodeStats = [PeerCount, TransactionCount];
|
||||
export type NodeIO = [
|
||||
Array<Bytes>,
|
||||
Array<Bytes>,
|
||||
Array<BytesPerSecond>,
|
||||
Array<BytesPerSecond>
|
||||
];
|
||||
export type NodeIO = [Array<Bytes>];
|
||||
export type NodeHardware = [
|
||||
Array<MemoryUse>,
|
||||
Array<CPUUse>,
|
||||
Array<BytesPerSecond>,
|
||||
Array<BytesPerSecond>,
|
||||
Array<Timestamp>
|
||||
|
||||
Reference in New Issue
Block a user