Grafana Cloud

Supported Types

MetricsLogsTraces

Configuration Table

ParameterTypeDefaultDescription
metric_instance_idstringThe metrics instance ID for your Grafana Cloud project.
api_keystringYour Grafana.com API Key. Should have at least MetricsPublisher role.
gcp_zonestringprod-us-central-0The GCP zone associated with your Grafana Cloud instance (e.g. https://grafana.com/docs/grafana-cloud/data-configuration/otlp/send-data-otlp/).

Supported Retry and Queuing Settings

This destination supports the following retry and queuing settings:

Sending QueuePersistent QueueRetry on Failure

Example Configuration

Web Interface

Standalone Processor

apiVersion: bindplane.observiq.com/v1
kind: DestinationType
metadata:
  id: grafana_cloud
  name: grafana_cloud
spec:
  type: grafana_cloud
  parameters:
    - name: metric_instance_id
      value: '1234'
    - name: api_key
      value: 'my_api_key'
    - name: gcp_zone
      value: 'prod-us-central-0'