Learn-skills.dev observability-railway-deploy
Deploy LGTM observability stack to Railway cloud. Use when deploying cloud-hosted observability with team access.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/adaptationio/skrillz/observability-railway-deploy" ~/.claude/skills/neversight-learn-skills-dev-observability-railway-deploy && rm -rf "$T"
manifest:
data/skills-md/adaptationio/skrillz/observability-railway-deploy/SKILL.mdsource content
Observability Railway Deploy
Deploy Grafana, Loki, Tempo, Prometheus, and Alloy to Railway for cloud-hosted observability.
Workflow
- Verify Railway CLI installed and authenticated
- Deploy Template 8TLSQD (Grafana stack)
- Configure Environment Variables (admin credentials, retention)
- Attach Persistent Volumes (Grafana, Loki, Tempo, Prometheus data)
- Get Public URLs (Grafana dashboard, Alloy OTLP endpoint)
- Generate Claude Code Config for Railway endpoint
- Verify Deployment (health checks, telemetry flow)
Output
✅ Railway Stack Deployed! Access URLs: Grafana: https://your-grafana-abc123.railway.app OTLP Endpoint: https://your-alloy-abc123.railway.app:443 Next: Use claude-code-telemetry-enable --mode railway --endpoint <OTLP_URL>
Cost Estimate
- Free tier: $5 credit/month (testing)
- Production: $15-25/month (5 services, 10GB volumes)
Scripts
- Automated Railway deploymentscripts/deploy-to-railway.sh
- Fetch public URLsscripts/get-railway-urls.sh