mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			249 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			249 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| use router_env::{global_meter, histogram_metric_f64, histogram_metric_u64};
 | |
| 
 | |
| global_meter!(GLOBAL_METER, "ROUTER_API");
 | |
| 
 | |
| histogram_metric_f64!(METRIC_FETCH_TIME, GLOBAL_METER);
 | |
| histogram_metric_u64!(BUCKETS_FETCHED, GLOBAL_METER);
 | |
| 
 | |
| pub mod request;
 | 
