# Monitoring Endpoints

**Cluster-1**

| Name                | Url                                          |
| ------------------- | -------------------------------------------- |
| Relay k8s Cluster-1 | <https://k8s.oraclelabs.link/api/health>     |
| Grafana             | <https://grafana.oraclelabs.link/api/health> |
| Prometheus          | <https://prom.oraclelabs.link/api/health>    |
|                     |                                              |

**External Adapters**

| Name                            | Url                                       |
| ------------------------------- | ----------------------------------------- |
| External Adapters API Cluster-1 | <https://node.oraclelabs.link/api/health> |
|                                 |                                           |

**Ethereum Goerli Test Network**

| Name                   | Url                                          |
| ---------------------- | -------------------------------------------- |
| Chainlink Cluster-1    | <https://node.oraclelabs.link/goerli/health> |
| Blockchain Cluster-1   | <https://geth.oraclelabs.link/goerli/health> |
| Alchemy RPC (Failover) | <https://eth-goerli.g.alchemy.com/v2/>       |
| Infura RPC (Failover)  | <https://goerli.infura.io/v3/>               |

**Ethereum Mainnet (under construction)**

| Name                   | Url                                                                          |
| ---------------------- | ---------------------------------------------------------------------------- |
| Chainlink Cluster-1    | <p><https://node.oraclelabs.link/mainnet/health><br>(under construction)</p> |
| Blockchain Cluster-1   | <p><https://geth.oraclelabs.link/mainnet/health><br>(under construction)</p> |
| Alchemy RPC (Failover) | <https://eth-mainnet.g.alchemy.com/v2/>                                      |
| Infura RPC (Failover)  | <https://mainnet.infura.io/v3/>                                              |


---

# 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://www.oraclelabs.link/infrastructure-whitepaper/how-do-we-monitor/monitoring-endpoints.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.
