Prometheus Remote Write

Description

You can send your metrics to a Mezmo Pipeline to be received as Prometheus Remote Write data.

Configuration

The Mezmo Prometheus Remote Write source provides a unique endpoint URL that uses Bearer Token authentication. You can obtain the unique endpoint and Bearer Token from the Mezmo pipeline app when you create a new Prometheus Remote Write source.

Configuration Options

OptionDescription
urlunique URL for your remote_write source
bearer_tokentoken used in sending data to your remote_write source

Prometheus Configuration File

To configure a Prometheus instance add a section like this to its configuration file:

YAML
Copy

Kubernetes Operator

If you are running Prometheus within Kubernetes using the Kubernetes operator you can configure the instance with these commands, templating in the Bearer Token, the endpoint provided by the Mezmo Web App, and the Prometheus crd name:

Bash
Copy
Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated