Skip to content

Commit

Permalink
Telemetry update (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
wezrule committed Jun 9, 2020
1 parent 967e643 commit 43d4fd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 6 additions & 4 deletions docs/commands/rpc-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
5 changes: 3 additions & 2 deletions docs/integration-guides/websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit 43d4fd5

Please sign in to comment.