# Observe your Microservice

1. Navigate to the Microservice page in the left-sidebar

<figure><img src="/files/0TVikGCkP0w4HY5KrYIZ" alt=""><figcaption></figcaption></figure>

2. Click on the Microservice

<figure><img src="/files/j78cX554w9afkSKsD1cE" alt=""><figcaption></figcaption></figure>

\
3\. You can see the pod list view and pod status view\
\
This gives a comprehensive view of all the pods related to the microservice, the Pod status graph gives the overall pod count and the Unhealthy (failed) pod count.

<figure><img src="/files/IpyRtopd9Lb2lz8x1bGA" alt=""><figcaption></figcaption></figure>

4. You can see the status of the Pod in the List view

<figure><img src="/files/hS5p9KjKA0QcDaxHq2Bh" alt=""><figcaption></figcaption></figure>

5. click on inspect in the Action column

<figure><img src="/files/vszsvbvABxVy6rSpEEAd" alt=""><figcaption></figcaption></figure>

6. click on the stats tab

<figure><img src="/files/WarCTiCw1xDewgWIQpgk" alt=""><figcaption></figcaption></figure>

You can see two graphs depicting CPU and Memory related stats i.e CPU usage,requests, and limit likewise for Memory related metrics as well


---

# 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.ozone.one/ozone-end-user-guide/documentation/ci-cd/observe-your-microservice.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.
