Closed hdkshingala closed 10 months ago
The configuration for a project's Grafana setup has been modified. The access URL and the local port have been updated from localhost:3000
to localhost:3333
. This alteration impacts how users will interact with the Grafana dashboard, necessitating updates to the documentation and configuration files to reflect the new access point.
File(s) | Change Summary |
---|---|
playground/README.md |
Updated Grafana access URL to localhost:3333 |
playground/Tiltfile |
Changed local_port for aperture-grafana to 3333 |
🐇 "In the land of code and bytes,
We hopped from 3000 to threes and threes.
Dashboards awake at the new port's light,
A change so small, yet it pleases with ease!" 🎉
Summary by CodeRabbit
Documentation
localhost:3000
tolocalhost:3333
.Chores
local_port
configuration for the Grafana service to match the new URL.