We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please open bug only for Docker component here, if you want to do so for Graphite, please use graphite-web repo
Describe the bug When executing docker compose up, graphite does not allow querying metrcs.
docker compose up
With docker compose logs the below error is displayed during startup:
✔ Container graphite Started 10.2s graphite | Started runsvdir, PID is 46 graphite | wait for processes to start.... graphite | /usr/sbin/crond 4.5 dillon's cron daemon, started with loglevel notice graphite | node:internal/modules/cjs/loader:1031 graphite | throw err; graphite | ^ graphite | graphite | Error: Cannot find module '/opt/statsd/stats.js' graphite | at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15) graphite | at Function.Module._load (node:internal/modules/cjs/loader:873:27) graphite | at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) graphite | at node:internal/main/run_main_module:22:47 { graphite | code: 'MODULE_NOT_FOUND', graphite | requireStack: [] graphite | } graphite | Starting carbon-cache (instance a)
To Reproduce docker compose pull the latest version, and then up -
docker compose pull
up -
Expected behavior
Make it so that Grafana can query the data.
Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@blade1989 : you should mount /opt/statsd/config and not whole /opt/statsd
Sorry, something went wrong.
No branches or pull requests
Please open bug only for Docker component here, if you want to do so for Graphite, please use graphite-web repo
Describe the bug
When executing
docker compose up
, graphite does not allow querying metrcs.With docker compose logs the below error is displayed during startup:
To Reproduce
docker compose pull
the latest version, and thenup -
Expected behavior
Make it so that Grafana can query the data.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: