Supported Backends
Groundcover inCloud
Configuring the Groundcover inCloud backend (Managed)
Getting Started
To get an API Key, refer to these docs.
Configuring Destination Fields
- GROUNDCOVER_ENDPOINT
string
: Groundcover inCloud Site. The format ishost:port
. Host is required, also known as yourinCloud_Site
, it is part of the configuration provided to you by Groundcover when setting up inCloud Managed. Port is optional, and defaults to the default OpenTelemetry gRPC port4317
.- This field is required
- GROUNDCOVER_API_KEY
string
: Groundcover API Key.- This field is required
Adding Destination to Odigos
There are two primary methods for configuring destinations in Odigos:
Using the UI
1
Use the Odigos CLI to access the UI
2
Click on Add Destination
, select Groundcover inCloud
and follow the on-screen instructions
Using Kubernetes manifests
1
Save the YAML below to a file (e.g. groundcover.yaml
)
2
Apply the YAML using kubectl