# Monitoraggio

La maggior parte dei microservizi offre la possibilità di essere sottoposto a monitoraggio con vari tools:

1. i microservizi espongono un path `/metrics`che espone metriche in [formato prometheus](https://prometheus.io/docs/concepts/data_model/)
2. mediante una variabile di ambiente è possibile abilitare l'integrazione con [Sentry ](https://sentry.io/)uno strumento per la gestione aggregata e analitica degli errori applicativi, disponibile sia come servizio cloud, sia come[ software opensource](https://develop.sentry.dev/self-hosted/) che si può installare sulla propria infrastruttura


---

# 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.opencityitalia.it/installazione-e-manutenzione/monitoraggio.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.
