File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/aptos-telemetry/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ pub(crate) const APTOS_GA_API_SECRET: &str = "ArtslKPTTjeiMi1n-IR39g";
29
29
// See: https://developers.google.com/analytics/devguides/collection/protocol/v1/reference#transport
30
30
pub ( crate ) const GA4_URL : & str = "https://www.google-analytics.com/mp/collect" ;
31
31
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 " ;
34
34
35
35
// Frequencies for the various metrics and pushes
36
36
pub ( crate ) const NODE_BUILD_INFO_FREQ_SECS : u64 = 60 * 60 ; // 60 minutes
You can’t perform that action at this time.
0 commit comments