> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Prometheus Exporter destination plugin

export const entity_0 = "Prometheus Exporter destination plugin"

export const plugin_0 = "Prometheus Exporter destination plugin"

The Prometheus Exporter [destination plugin](/ingest/pipeline/plugins/destination-plugins)
(name: `prometheus_exporter`) lets you export data using the Prometheus
Exporter.

## Supported telemetry types

The {plugin_0} for Chronosphere Telemetry Pipeline supports these telemetry types:

|               Logs              |                   Metrics                  |              Traces             |
| :-----------------------------: | :----------------------------------------: | :-----------------------------: |
| <Icon icon="ban" color="red" /> | <Icon icon="circle-check" color="green" /> | <Icon icon="ban" color="red" /> |

## Configuration parameters

Use the parameters in this section to configure the {entity_0}. The
Telemetry Pipeline web interface uses the items in the **Name** column to
describe these parameters. [Pipeline configuration files](/ingest/pipeline/v2/configure/config-files)
use the items in the **Key** column as YAML keys.

### General

| Name           | Key         | Description                                                                                              | Default   |
| -------------- | ----------- | -------------------------------------------------------------------------------------------------------- | --------- |
| **Host**       | `host`      | Required. The address Telemetry Pipeline binds to when hosting Prometheus metrics.                       | `0.0.0.0` |
| **Port**       | `port`      | Required. The port Telemetry Pipeline binds to when hosting Prometheus metrics.                          | `2021`    |
| **Add Labels** | `add_label` | Adds custom labels to all metrics exposed through the Prometheus Exporter. You can have multiple fields. | `Value`   |
