chore: add metrics for external api call (#2021)

This commit is contained in:
Kartikeya Hegde
2023-08-30 23:24:24 +05:30
committed by GitHub
parent 58105d4ae2
commit 08fb2a93c1
6 changed files with 95 additions and 58 deletions

View File

@ -39,3 +39,5 @@ pub(crate) const APPLEPAY_VALIDATION_URL: &str =
// Qr Image data source starts with this string
// The base64 image data will be appended to it to image data source
pub(crate) const QR_IMAGE_DATA_SOURCE_STRING: &str = "data:image/png;base64";
pub(crate) const METRICS_HOST_TAG_NAME: &str = "host";