Playframework StasD收集数据,但不显示在Graphite web UI上

Playframework StasD收集数据,但不显示在Graphite web UI上,playframework,graphite,statsd,Playframework,Graphite,Statsd,我的statsd.conf: { graphitePort: 2003, graphiteHost: "graphite.bluemailapp.com", port: 8125, debug: true, dumpMessages: true, keyFlush: { interval: "10000", log: "/opt/statsd/statsd.log" } } 我在statsd日志中看到了我想看到的计数器,但它们不在graphite u

我的statsd.conf:

{
  graphitePort: 2003,
  graphiteHost: "graphite.bluemailapp.com",
  port: 8125,
  debug: true,
  dumpMessages: true,
  keyFlush: {
    interval: "10000",
    log: "/opt/statsd/statsd.log"
  }
}
我在statsd日志中看到了我想看到的计数器,但它们不在graphite ui中。我会错过什么

。。只缺少新的指标。 未创建目录

谢谢,
Michael

可能的问题:

  • graphite主机上的端口2003是否打开?检查防火墙
  • whisper是否具有数据目录的写入权限?检查日志
  • graphite web是否对数据目录具有读取权限
    尝试首先直接向Graphite发送一个指标,以确定问题的来源。