Getting Started
Configuring Destination Fields
Supported Signals:
Supported Signals:
❌ Traces
✅ Metrics
❌ Logs
- GREPTIME_ENDPOINT
string
: OTLP HTTP Endpoint.- This field is required
- Example:
https://<unique_id>.<aws_region>.aws.greptime.cloud
- GREPTIME_DB_NAME
string
: Database Name.- This field is required
- GREPTIME_BASIC_USERNAME
string
: Basic Auth Username. The left part (from ”:”) of the Basic Auth Token.- This field is required
- GREPTIME_BASIC_PASSWORD
string
: Basic Auth Password. The right part (from ”:”) of the Basic Auth Token.- 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 GreptimeDB
and follow the on-screen instructionsUsing Kubernetes manifests
1
Save the YAML below to a file (e.g.
greptime.yaml
)2
Apply the YAML using
kubectl