> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/opsmx-1/opsmx-context-engine/user-guide/data-sources/used-integrations/monitoring-tools.md).

# Monitoring Tools

The monitoring tools can be integrated in the ISD page to perform the log analysis or metric analysis of the given data. The added monitoring tools can be used in the verification stage of the Pipelines. They can be integrated in the Log template or Metric template.

The following table lists the monitoring tools used to calculate Log Analysis and Metric Analysis.

| Log Analysis  | Metric Analysis |
| ------------- | --------------- |
| Cloudwatch    | Appdynamics     |
| Datadog       | Newrelic        |
| Elasticsearch | Datadog         |
| Graylog       | Prometheus      |
| Splunk        | Dynatrace       |
| Stackdriver   | Vmware Tanzu    |
| Sumologic     |                 |
| Vmware Tanzu  |                 |

#### Accessing Monitoring tools for Log & Metric Analysis

1. Create a pipeline by following the steps provided in [Create Pipelines](https://docs.opsmx.com/user-guide/manage-pipelines/create-a-pipeline).&#x20;
2. To add a stage to the created pipeline, click **Add Stage**.
3. In the **Type** dropdown, select **Verification**.
4. Refer [Verification Gate](https://docs.opsmx.com/user-guide/manage-pipelines/add-intelligent-gates-to-the-pipeline/verification-gate) on how to add values for the given fields.
5. You need to add the **Log Template** and **Metric Template** to integrate the monitoring tools in this stage. Refer [Log Template](https://docs.opsmx.com/user-guide/continuous-verification/templates/log-template) to know how to add a log template and [Metric Template](https://docs.opsmx.com/user-guide/continuous-verification/templates/metric-template) on how to add a metric template.&#x20;

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

Now, you can view the anlaysis of the pipeline execution.&#x20;

<br>

###

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-context-engine/user-guide/data-sources/used-integrations/monitoring-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
