aboutsummaryrefslogtreecommitdiff
path: root/telemetry
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-06-28 14:59:55 -0700
committerchrislu <chris.lu@gmail.com>2025-06-28 14:59:55 -0700
commitadc78074514377c480823438a85fbf790404a585 (patch)
tree2143300af7d9c9a86821e10d488f5355d0b52ff9 /telemetry
parent52097a1d9b0bc43cb95a654625f5e2fadf61336a (diff)
downloadseaweedfs-adc78074514377c480823438a85fbf790404a585.tar.xz
seaweedfs-adc78074514377c480823438a85fbf790404a585.zip
update deploying
Diffstat (limited to 'telemetry')
-rw-r--r--telemetry/DEPLOYMENT.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/telemetry/DEPLOYMENT.md b/telemetry/DEPLOYMENT.md
index d5cd69154..dec46bff0 100644
--- a/telemetry/DEPLOYMENT.md
+++ b/telemetry/DEPLOYMENT.md
@@ -148,14 +148,14 @@ This will:
- Set up systemd service configuration
- Configure log rotation
- Upload Grafana dashboard and Prometheus configuration
+- Enable the telemetry service (but not start it yet)
+**Note**: The setup only prepares the infrastructure. You need to run a deployment afterward to install and start the telemetry server.
-### 2. Deploy Updates
-Deployments happen automatically when:
-- Code is pushed to the `master` branch with changes in the `telemetry/` directory
+### 2. Deploy Updates
-Or manually trigger deployment:
+To deploy updates, manually trigger deployment:
1. Go to GitHub Actions in your repository
2. Select "Deploy Telemetry Server" workflow
3. Click "Run workflow"