1

我想从中读取遥测数据,nearcore并且我知道该节点与 Prometheus 兼容。该文件config.json包含语音遥测,它指向 NEAR 块资源管理器:

 "telemetry": {
    "endpoints": [
      "https://explorer.betanet.nearprotocol.com/api/nodes"
    ]
  },

我可以将自己的遥测服务器添加到该阵列吗?我应该在防火墙上打开哪个端口?

4

1 回答 1

2

您需要托管一个近距离浏览器:https ://github.com/near/near-explorer并将其 url 用作遥测服务器。遥测请求是来自 neard 的出站流量(请求是从 neard 到 explorer),因此您不需要为 neard 节点打开任何端口。

于 2020-06-08T22:24:09.577 回答