diff --git a/src/common/greptimedb-telemetry/src/lib.rs b/src/common/greptimedb-telemetry/src/lib.rs index 817d437d4d..37b86c6425 100644 --- a/src/common/greptimedb-telemetry/src/lib.rs +++ b/src/common/greptimedb-telemetry/src/lib.rs @@ -26,7 +26,7 @@ use reqwest::{Client, Response}; use serde::{Deserialize, Serialize}; /// The URL to report telemetry data. -pub const TELEMETRY_URL: &str = "https://api.greptime.cloud/db/otel/statistics"; +pub const TELEMETRY_URL: &str = "https://telemetry.greptimestats.com/db/otel/statistics"; /// The local installation uuid cache file const UUID_FILE_NAME: &str = ".greptimedb-telemetry-uuid";