You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues getting any more status than response time from mc-monitor. I found that passing an environment variable of debug:true to the container would change to debug mode.
Within my container, I only see a debug log for gathering, but it doesn't list what it may be gathering.
For my commands in docker-compose I have the following:
command: gather-for-telegraf status-bedrock
environment:
- GATHER_INTERVAL=10s
- GATHER_TELEGRAF_ADDRESS=telegraf:8094
- GATHER_SERVERS=minecraft-creative:19132
The text was updated successfully, but these errors were encountered:
Apparently I never went back and added bedrock support for "gather-for-telegraf". I had personally moved on to using a Prometheus stack rather than TCIK, so (selfishly) had only added bedrock support to "export-for-prometheus".
Side note: you're passing two commands "gather-for-telegraf status-bedrock". Pass just "gather-for-telegraf".
I am having issues getting any more status than response time from mc-monitor. I found that passing an environment variable of debug:true to the container would change to debug mode.
Within my container, I only see a debug log for gathering, but it doesn't list what it may be gathering.
2021-02-08T14:47:55.451Z DEBUG gather project/telegraf.go:49 gathering {"host": "minecraft-creative", "port": "19132"}
For my commands in docker-compose I have the following:
command: gather-for-telegraf status-bedrock
environment:
- GATHER_INTERVAL=10s
- GATHER_TELEGRAF_ADDRESS=telegraf:8094
- GATHER_SERVERS=minecraft-creative:19132
The text was updated successfully, but these errors were encountered: