chore: change telemetry report url to resolve connectivity issues (#2608)

chore: change otel report url to resolve connectivity issues
This commit is contained in:
localhost
2023-10-18 14:58:54 +08:00
committed by GitHub
parent 5b8e5066a0
commit a7507a2b12

View File

@@ -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";