Back to Neko

Metrics

webpage/docs/api/metrics.api.mdx

3.1.4839 B
Original Source

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint"; import ParamsDetails from "@theme/ParamsDetails"; import RequestSchema from "@theme/RequestSchema"; import StatusCodes from "@theme/StatusCodes"; import OperationTabs from "@theme/OperationTabs"; import TabItem from "@theme/TabItem"; import Heading from "@theme/Heading";

<Heading as={"h1"} className={"openapi__heading"} children={"Metrics"}

</Heading>

<MethodEndpoint method={"get"} path={"/metrics"} context={"endpoint"}

</MethodEndpoint>

Retrieve metrics for the API.

<ParamsDetails parameters={undefined}

</ParamsDetails>

<RequestSchema title={"Body"} body={undefined}

</RequestSchema>

<StatusCodes id={undefined} label={undefined} responses={{"200":{"description":"Metrics retrieved successfully."}}}

</StatusCodes>