# Monitoring Experiments

The Experiments may be monitored on Prometheus. This includes the following metrics.

* Performance of the app (latency, throughput, error rate, etc.) and various components (such as calls to DB)
* Resource utilization
* Experiment Lookup
* Treatment assignment (Matching, non-matching experiments)

## Treatment logs

Treatment request and response log are available to be written to BigQuery or Kafka.


---

# 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.caraml.dev/user-guides/01_getting_started-1/08_monitoring_experiments.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.
