-
-
Notifications
You must be signed in to change notification settings - Fork 616
Description
Hi team,
I’m running my Sitespeed.io script using the following Docker command:
docker run --rm --shm-size=2g -v "%cd%":/sitespeed.io sysco/qperf-sitespeed:37.5.1
sitespeed.io /sitespeed.io/duck.js --headless --browsertime.chrome.args no-sandbox
--outputFolder /sitespeed.io --multi -n 1
--graphite.host host.docker.internal
--graphite.port 2003
--graphite.namespace sitespeed_io.default
--graphite.addSlugToKey true
--slug duckTest
The run completes successfully, and I can see the HTML report generated locally.
However, I don’t see any data being pushed or reflected in my Graphite database.
What I expected:
The metrics should appear under the configured namespace in Graphite (sitespeed_io.default) after the test run.
What actually happened:
No new data points are visible in Graphite.
I verified that the Graphite service is reachable on port 2003 and working for other data sources.
Could you please help me identify if this is a configuration issue or a known bug with Graphite publishing?