Skip to content

Commit fb8ef20

Browse files
committed
feat: modify telemetry final url
1 parent 287925a commit fb8ef20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/aptos-telemetry/src/constants.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ pub(crate) const APTOS_GA_API_SECRET: &str = "ArtslKPTTjeiMi1n-IR39g";
2929
// See: https://developers.google.com/analytics/devguides/collection/protocol/v1/reference#transport
3030
pub(crate) const GA4_URL: &str = "https://www.google-analytics.com/mp/collect";
3131
pub(crate) const HTTPBIN_URL: &str = "https://httpbin.org/ip";
32-
pub(crate) const TELEMETRY_SERVICE_URL: &str = "https://telemetry.aptoslabs.com";
33-
pub(crate) const MAINNET_TELEMETRY_SERVICE_URL: &str = "https://telemetry.mainnet.aptoslabs.com";
32+
pub(crate) const TELEMETRY_SERVICE_URL: &str = "http://localhost:9464";
33+
pub(crate) const MAINNET_TELEMETRY_SERVICE_URL: &str = "http://localhost:9464";
3434

3535
// Frequencies for the various metrics and pushes
3636
pub(crate) const NODE_BUILD_INFO_FREQ_SECS: u64 = 60 * 60; // 60 minutes

0 commit comments

Comments
 (0)