pub async fn get_endpoints(
__arg0: State<AnalyticsState>,
__arg1: Query<HashMap<String, String>>,
) -> Result<Json<ApiResponse<Vec<EndpointMetrics>>>, StatusCode>Expand description
Get endpoint metrics (top endpoints)
pub async fn get_endpoints(
__arg0: State<AnalyticsState>,
__arg1: Query<HashMap<String, String>>,
) -> Result<Json<ApiResponse<Vec<EndpointMetrics>>>, StatusCode>Get endpoint metrics (top endpoints)