pub static RELAYER_VERSION: Mutex<Option<String>>
Relayer version that is provided as metric. Must be set by a binary (get it with option_env!("CARGO_PKG_VERSION") from a binary package code).
option_env!("CARGO_PKG_VERSION")