【发布时间】:2016-06-24 09:11:53
【问题描述】:
我尝试在我的 PC 上运行的 Graphite Docker 映像存在问题。容器正常启动,但我无法发送任何消息以使其显示在“指标”选项卡下。卷安装也无济于事。默认 storage-schema.conf 应该接受所有消息。
用于测试的消息是这样的:
echo "test.bash.stats 42
date +%s" | nc 本地主机 2003。
此外,大多数时间(但不总是)在发送上述消息“400 Bad request”错误后都会得到响应。
以下图片已经过测试:
https://hub.docker.com/r/hopsoft/graphite-statsd/
https://hub.docker.com/r/kamon/grafana_graphite/
有什么想法吗,我缺少要额外配置的东西?
【问题讨论】:
-
问题很简单。不必深入研究 - 只需使用正确的端口,而不是 Graphite GUI 端口...
标签: spring docker spring-boot graphite statsd