Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.52 KB

File metadata and controls

38 lines (28 loc) · 2.52 KB

Grafana Cloud Connector

Status
Distributions contrib
Issues Open issues Closed issues
Code Owners @jpkrohling, @rlankfo, @jcreixell | Seeking more code owners!

Supported Pipeline Types

Exporter Pipeline Type Receiver Pipeline Type Stability Level
traces metrics development

Overview

The Grafana Cloud Connector (grafanacloudconnector) is a connector component that can analyze telemetry in pipelines to generate usage metrics for the following Grafana Cloud products:

  • Application Observability

Example configuration for the component

connectors:
  grafanacloud:
    host_identifiers: ["host.id"]
    metrics_flush_interval: 60s

This connector will generate a host info metric based on the first "host_identifiers" resource attribute found on spans. The rest are skipped. Valid flush intervals are between 15s and 5m.