//! API handlers for the [`stats`](crate::servers::apis::v1::context::stats)
//! API context.
use Arc;
use State;
use Json;
use Stats;
use stats_response;
use crateget_metrics;
use crateTracker;
/// It handles the request to get the tracker statistics.
///
/// It returns a `200` response with a json [`Stats`]
///
/// Refer to the [API endpoint documentation](crate::servers::apis::v1::context::stats#get-tracker-statistics)
/// for more information about this endpoint.
pub async