Skip to content

Commit

Permalink
chore: change telemetry report url to resolve connectivity issues (#2608
Browse files Browse the repository at this point in the history
)

chore: change otel report url to resolve connectivity issues
  • Loading branch information
paomian authored Oct 18, 2023
1 parent 5b8e506 commit a7507a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/greptimedb-telemetry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit a7507a2

Please sign in to comment.