# Telemetry Provider

A **telemetry provider** is a software object that represents a data source of metrics. A [telemetry instance](/akamas-docs/3.3.1/akamas-reference/glossary/telemetry-instance.md) is a specific instance of a telemetry provider that refers to a specific data source.

Examples of telemetry providers are:

* monitoring tools (e.g. Prometheus or Dynatrace)
* load testing tools (e.g. LoadRunner or Neoload)
* CSV files

A telemetry provider is a platform-wide entity that can be reused across systems to ease the integration with metrics sources.

Akamas provides a number of out-of-the-box [telemetry providers](/akamas-docs/3.3.1/akamas-reference/telemetry-providers.md). Custom telemetry providers can also be created.

## Construct

The construct to be used to define a telemetry provider is described on the [Telemetry Provider template](/akamas-docs/3.3.1/akamas-reference/construct-templates/telemetry-providers-template.md) page.

## Commands

A telemetry provider is an [Akamas resource](/akamas-docs/3.3.1/akamas-reference/cli-reference.md#clireference-operations) that can be managed via CLI using the [resource management commands.](/akamas-docs/3.3.1/akamas-reference/cli-reference/resource-management.md)

## User Interface

The Akamas UI shows systems in a specific top-level menu.

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


---

# 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.3.1/akamas-reference/glossary/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.
