# Integrating Telemetry Providers

Akamas supports the integration with virtually any telemetry and observability tool.

### Supported Telemetry Providers

The following table describes the supported Telemetry Providers, which are created automatically at installation time.

| Telemetry Provider                                                                                                             | Description                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| [CSV provider](/akamas-docs/3.5.0/integrating/integrating-telemetry-providers/csv-provider.md)                                 | collects metrics from CSV files                                                      |
| [Dynatrace](/akamas-docs/3.5.0/integrating/integrating-telemetry-providers/dynatrace-provider.md)                              | collects metrics from Dynatrace                                                      |
| [Prometheus](/akamas-docs/3.5.0/reference/telemetry-providers/prometheus-metrics-mapping.md)                                   | collects metrics from Prometheus                                                     |
| [Spark History Server](/akamas-docs/3.5.0/integrating/integrating-telemetry-providers/spark-history-server-provider.md)        | collects metrics from Spark History Server                                           |
| [NeoloadWeb](/akamas-docs/3.5.0/integrating/integrating-telemetry-providers/neoloadweb-provider.md)                            | collects metrics from Tricentis Neoload Web                                          |
| [Load Runner Professional](/akamas-docs/3.5.0/integrating/integrating-telemetry-providers/loadrunner-professional-provider.md) | collects metrics from MicroFocus Load Runner Professional                            |
| [Load Runner Enterprise](/akamas-docs/3.5.0/integrating/integrating-telemetry-providers/loadrunner-enterprise-provider.md)     | collects metrics from MicroFocus Load Runner Enterprise                              |
| [AWS](/akamas-docs/3.5.0/integrating/integrating-telemetry-providers/aws-provider.md)                                          | collects price metrics for Amazon Elastic Compute Cloud (ec2) from Amazon’s own APIs |

Notice that Telemetry Providers are shared across all the workspaces within the same Akamas installation, and only users with administrative privileges can manage them.


---

# 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.akamas.io/akamas-docs/3.5.0/integrating/integrating-telemetry-providers.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.
