refactor(metrics): use macros for constructing counter and histogram metrics (#755)

This commit is contained in:
Sanchith Hegde
2023-03-16 02:27:38 +05:30
committed by GitHub
parent 5ae2f63fbb
commit 58106d91f0
5 changed files with 101 additions and 97 deletions

View File

@ -9,6 +9,7 @@
pub mod env;
pub mod logger;
pub mod metrics;
/// `cargo` build instructions generation for obtaining information about the application
/// environment.
#[cfg(feature = "vergen")]