# Metrics and Health APIs

The **Metrics and Health APIs** offer detailed diagnostic endpoints that allow you to monitor application performance and verify the operational status of Data Mover Smart and its components.

### Metrics APIs

Data Mover Smart Metrics are accessible at the following address:

`<http|https>://<host>:<port>/admin/metrics`&#x20;

This endpoint provides a comprehensive set of runtime metrics that can be used to monitor the application’s performance and resource usage.&#x20;

### Health APIs

Data Mover Smart Health APIs are available at:

`<http|https>://<host>:<port>/admin/health`&#x20;

This page provides information on:

* Overall application status
  * Indicates whether the application is UP or DOWN.
  * UP indicates that the application as a whole is healthy and operational and all components are functioning correctly.
* Database status
  * Indicates whether the database is reachable (UP) or not (DOWN).
  * Verifies the connection to the database.
  * Reports any connectivity issues.
* JMS broker status
  * Indicates whether Artemis is reachable and functioning (UP) or not (DOWN).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-mover-smart/metrics-and-health/metrics-and-health-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
