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. It Should have at least theMetricsPublisher 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

observIQ docs - Grafana Cloud - image 1

Standalone Processor

yaml
1apiVersion: bindplane.observiq.com/v1
2kind: DestinationType
3metadata:
4  id: grafana_cloud
5  name: grafana_cloud
6spec:
7  type: grafana_cloud
8  parameters:
9    - name: metric_instance_id
10      value: '1234'
11    - name: api_key
12      value: 'my_api_key'
13    - name: gcp_zone
14      value: 'prod-us-central-0'