Getting Started
Configuring Destination Fields
Supported Signals:
Supported Signals:
✅ Traces
✅ Metrics
❌ Logs
- CAUSELY_URL
string: Endpoint. The endpoint URL is the combined<protocol>://<hostname>:<port>to access your Causely Mediator service. Protocol should behttp; usinghttpsor omitting it will automatically be converted tohttp. Hostname should typically follow the format:mediator.<namespace>. Namespace is the k8s namespace where the Causely Mediator service is deployed. Port is optional and defaults to the default OTLP gRPC port4317- This field is required
- Example:
http://mediator.causely:4317
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 Causely and follow the on-screen instructionsUsing Kubernetes manifests
1
Save the YAML below to a file (e.g.
causely.yaml)2
Apply the YAML using
kubectl