1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
pub const APTOS_GA_MEASUREMENT_ID: &str = "G-ZX4L6WPCFZ";
pub const APTOS_GA_API_SECRET: &str = "ArtslKPTTjeiMi1n-IR39g";
pub const HTTPBIN_URL: &str = "https://httpbin.org/ip";
pub const GA4_URL: &str = "https://www.google-analytics.com/mp/collect";
pub const NETWORK_PUSH_TIME_SECS: u64 = 30;
pub const NODE_PUSH_TIME_SECS: u64 = 30;
pub const APTOS_CLI_PUSH_METRICS: &str = "APTOS_CLI_PUSH_METRICS";
pub const APTOS_NETWORK_PUSH_METRICS: &str = "APTOS_NETWORK_PUSH_METRICS";
pub const APTOS_NODE_PUSH_METRICS: &str = "APTOS_NODE_PUSH_METRICS";
pub const GIT_REV_METRIC: &str = "GIT_REV";
pub const IP_ADDR_METRIC: &str = "IP_ADDRESS";
pub const CHAIN_ID_METRIC: &str = "CHAIN_ID";
pub const PEER_ID_METRIC: &str = "PEER_ID";
pub const SYNCED_VERSION_METRIC: &str = "SYNCED_VERSION";
pub const NETWORK_ID_METRIC: &str = "NETWORK_ID";
pub const ORIGIN_METRIC: &str = "ORIGIN";
pub const PEERS_CONNECTED_METRIC: &str = "PEERS_CONNECTED";
pub const ROLE_METRIC: &str = "ROLE";