Balaji Arun
Balaji Arun
I need to pass a unique ID to each of my processes in the remote nodes. For example, ./run.sh 0 ./run.sh 1 ./run.sh 2 ... Is there a way to...
### Description ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4174)
### Description This PR introduces the ability to collect _platform-agnostic_ system metrics from Aptos nodes and expose them as prometheus metrics. The metrics are also exported to Aptos via telemetry...
### Description We no longer support/use TCP log writer. This PR removes it from aptos-core and cleans up any references to it. ### Test Plan - - - This change...
### Description This PR packs a plethora of upgrades and fixes to the telemetry service. * Fixes GCP trace ID key in log entry. GCP needs the trace key to...
### Description Cherry pick #5132 ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5173)
### Description **NOTE: This PR only has telemetry service related changes and does not affect node behavior** This PR instruments the telemetry service with prometheus metrics and exports them to...
### Description ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5209)
### Description ### Test Plan
### Description This PR upgrades `serde` and `serde-reflection` crates. This change fixes #10424 and makes serde upgradable again. It uses the new API `ignore_aliases` introduced in our fork of serde-reflection...