Skip to content

Commit b98558b

Browse files
authored
chore: change default telemetry endpoint (#18559)
1 parent a77953f commit b98558b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/building/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub fn add_env_telemetry() {
109109
let endpoint = env::var("DATABEND_TELEMETRY_ENDPOINT")
110110
.ok()
111111
.filter(|s| !s.is_empty())
112-
.unwrap_or_else(|| "https://telemetry.databend.cloud/v1/report".to_string());
112+
.unwrap_or_else(|| "https://telemetry.databend.com/v1/report".to_string());
113113
println!("cargo:rustc-env=DATABEND_TELEMETRY_ENDPOINT={endpoint}");
114114

115115
println!("cargo:rerun-if-env-changed=DATABEND_TELEMETRY_API_KEY");

0 commit comments

Comments
 (0)