Grafana Cloud
Supported Types
Metrics | Logs | Traces |
---|---|---|
✓ | ✓ | ✓ |
Configuration Table
Parameter | Type | Default | Description |
---|---|---|---|
metric_instance_id | string | The metrics instance ID for your Grafana Cloud project. | |
api_key | string | Your Grafana.com API Key. Should have at least MetricsPublisher role. | |
gcp_zone | string | prod-us-central-0 | The 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 Queue | Persistent Queue | Retry 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'
Updated 5 months ago