# Rated Exporter SDK

## What is the Rated Exporter SDK?

The Rated Exporter SDK is our source available library that simplifies collecting metrics and logs from your monitoring tools. Instead of writing different code for each monitoring source, you can use one consistent interface to fetch data from any supported monitoring system.

{% embed url="<https://github.com/rated-network/rated-exporter-sdk>" %}

## Monitoring Sources We Support

### Infrastructure & Cloud

* Prometheus
* AWS CloudWatch (soon)
* Google Cloud Monitoring (soon)
* Azure Monitor (soon)

### Application Performance

* Datadog (soon)
* New Relic (soon)

## Why Use Rated SDK?

### Simplified Data Collection

* One consistent way to fetch data from any monitoring source
* No need to learn multiple APIs
* Same error handling across all sources

### Error Handling Made Easy

Instead of dealing with different errors from each monitoring source, we provide:

* Standardized error types
* Automatic retries for common issues
* Clear error messages

***

*The Rated SDK: Your bridge to reliable monitoring data.*


---

# 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.rated.co/onboarding-your-data/rated-exporter-sdk.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.
