Skip to main content

Getting Started

groundcover To get an API Key, refer to these docs.

Configuring Destination Fields

✅ Traces ✅ Metrics ✅ Logs ❌ Profiles
  • GROUNDCOVER_ENDPOINT string : Groundcover inCloud Site. The format is host:port. Host is required, also known as your inCloud_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 port 4317.
    • 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