From 43d4fd5bbca63f9d4075d46b1533a7b6835c1893 Mon Sep 17 00:00:00 2001 From: Wesley Shillingford Date: Tue, 9 Jun 2020 13:42:58 +0100 Subject: [PATCH] Telemetry update (#321) --- docs/commands/rpc-protocol.md | 10 ++++++---- docs/integration-guides/websockets.md | 5 +++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/commands/rpc-protocol.md b/docs/commands/rpc-protocol.md index b6fd23bed..5ee6a0b3a 100644 --- a/docs/commands/rpc-protocol.md +++ b/docs/commands/rpc-protocol.md @@ -1790,16 +1790,18 @@ When setting raw to true metrics from all nodes are displayed. It additionally c { "metrics": [ { - "signature": "5F8DEE5F895D53E122FDEB4B1B4118A41F9DDB818C6B299B09DF59131AF9F201BB7057769423F6B0C868B57509177B54D5D2C731405FE607527F5E2B6B2E290F", - "node_id": "DF00C99E4205D74B0B20E2F9399DCF847C6A8FDFD9F47BAB2F95EE8C056B670C" + "block_count": "5777903", ... + "node_id": "DF00C99E4205D74B0B20E2F9399DCF847C6A8FDFD9F47BAB2F95EE8C056B670C", + "signature": "5F8DEE5F895D53E122FDEB4B1B4118A41F9DDB818C6B299B09DF59131AF9F201BB7057769423F6B0C868B57509177B54D5D2C731405FE607527F5E2B6B2E290F", "address": "::ffff:152.89.106.89", "port": "54000" }, { - "signature": "D691B855D9EC70EA6320DE609EB379EB706845433E034AD22721E8F91BF3A26156F40CCB2E98653F1E63D4CE5F10F530A835DE1B154D1213464E3B9BB9BE4908", - "node_id": "C8172AB14437B245760B418621AD0FF22003F4ED55C1736C41FAFEAFC30FF70B" + "block_count": "5777902", ... + "node_id": "C8172AB14437B245760B418621AD0FF22003F4ED55C1736C41FAFEAFC30FF70B", + "signature": "D691B855D9EC70EA6320DE609EB379EB706845433E034AD22721E8F91BF3A26156F40CCB2E98653F1E63D4CE5F10F530A835DE1B154D1213464E3B9BB9BE4908", "address": "::ffff:95.216.205.215", "port": "54006" } diff --git a/docs/integration-guides/websockets.md b/docs/integration-guides/websockets.md index 97da14a96..01dec7078 100644 --- a/docs/integration-guides/websockets.md +++ b/docs/integration-guides/websockets.md @@ -540,8 +540,6 @@ No filters are currently available for the `telemetry` topic. "topic": "telemetry", "time": "1587109495082", "message": { - "signature": "A133AD584C3C1F44BB7FDA1F53B80DA83EBF5E3D9DCB55D74F0B6899151331C1FB11E4E29CE54F3B4C315FEAEECAD4AF383BDB175ECA76C1744DE51AEB097709", - "node_id": "59A442B93C43623EB250330A31B158D7DF97EFB9365ABACC1A9416968FDCE4CB", "block_count": "23173713", "cemented_count": "23173713", "unchecked_count": "0", @@ -557,6 +555,9 @@ No filters are currently available for the `telemetry` topic. "pre_release_version": "0", "maker": "0", "timestamp": "1587109484086", + "active_difficulty": "ffffffcdbf40aa45", + "node_id": "59A442B93C43623EB250330A31B158D7DF97EFB9365ABACC1A9416968FDCE4CB", + "signature": "A133AD584C3C1F44BB7FDA1F53B80DA83EBF5E3D9DCB55D74F0B6899151331C1FB11E4E29CE54F3B4C315FEAEECAD4AF383BDB175ECA76C1744DE51AEB097709", "address": "::ffff:165.22.133.254", "port": "54000" }