1. 查看当前集群honeycomb-server版本

先点击「集群信息」,然后在看板内查看即可
image.png

2. 设置首页

image.png

3. 当无法暴露9999端口时

因为honeycomb-server通过9999端口暴露管理接口,所以9999端口需要暴露给honeycomb-console,当因为网络导致无法暴露时,可以通过以下设置,可以将服务器的 hc 路径流量导向到 9999 端口

配置 server.json

  1. {
  2. "proxy": {
  3. "proxyAdmin": "/__hc__"
  4. }
  5. }