mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
chore: add metrics for external api call (#2021)
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user