# Features and Benefits

With a properly implemented Monitoring Service and various metrics, the following is a brief list of advantages of Monitoring Service for clients:

* **Centralized Metric Aggregation** Users can push metrics from various Prometheus-compatible agents to a central endpoint, where the service aggregates and stores them for comprehensive analysis.
* **Unified Querying Interface** Metrics and logs (from the logging service) are accessible through a single Grafana instance, allowing users to perform detailed queries and gain insights across all their data sources.
* **Scalable Architecture** The service is designed to handle extensive volumes of metrics, with the ability to scale up or down according to user needs, ensuring consistent performance regardless of workload.
* **High-Performance Data Processing** Optimized for speed and efficiency, the service delivers rapid data ingestion, aggregation, and querying, enabling efficient monitoring and analysis.

## Benefits

Besides all the topics listed in the features set, there are some more business-related benefits:

* **Metrics Unification:** Unify metrics across multiple data centers and applications, providing a holistic view of infrastructure and application performance.
* **Reduced Cost:** By centralizing and scaling the monitoring infrastructure, users can lower costs associated with maintaining and operating separate monitoring solutions.
* **Enhanced Data Consistency:** Aggregating all metrics in one place ensures consistent and accurate data, improving the reliability of insights and reporting.
* **In-Depth Analysis:** Leverages Grafana's powerful visualization and exploration capabilities to uncover insights from metric data.

{% hint style="info" %}
**Note:** All sub-user accounts in Grafana have at least a `Viewer` role, which allows them to see dashboards. The primary account owner can assign additional roles to sub-users as needed.
{% endhint %}


---

# 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.ionos.com/cloud/observability/monitoring-service/overview/features-benefits.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.
