> For the complete documentation index, see [llms.txt](https://tradesync.gitbook.io/tradesync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tradesync.gitbook.io/tradesync/fxtr-v2/metrics.md).

# Metrics

| Name                                    | Type      | Description                                                                                                                                                 |
| --------------------------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `fxtr_v2_service_requests_count`        | `counter` | service requests - cumulative indicator of the number of http/ws requests that do not require authorization by token (for URLs that do not require a token) |
| `fxtr_v2_authorized_requests_count`     | `counter` | authorized requests - cumulative indicator of the number of successfully authorized http/ws requests (only for URLs that require token verification)        |
| `fxtr_v2_unauthorized_requests_count`   | `counter` | unauthorizedRequestsCounter - cumulative indicator of the number of unauthorized http/ws requests (only for URLs requiring token verification)              |
| `fxtr_v2_number_of_client_connections`  | `gauge`   | Number of clients connections                                                                                                                               |
| `fxtr_v2_number_of_backend_connections` | `gauge`   | Number of connections with RW manager                                                                                                                       |
| `fxtr_v2_number_of_streams`             | `gauge`   | number of streams (client + backend stream manager) in FXTR v2                                                                                              |
