Supported Backends
qryn
Configuring the qryn backend (Self-Hosted)
Getting Started
Configuring Destination Fields
- QRYN_OSS_URL
string
: API Url. The API Endpoint for for your qryn instance- This field is required
- Example:
http://qryn.local:3100
- QRYN_OSS_PASSWORD
string
: Basic auth password. The HTTP Basic Auth password for your qryn instance- This field is optional
- QRYN_OSS_USERNAME
string
: Basic auth username. The HTTP Basic Auth username for your qryn instance- This field is optional
- QRYN_OSS_RESOURCE_TO_TELEMETRY_CONVERSION
boolean
: Convert container attributes to labels.- This field is optional and defaults to
True
- This field is optional and defaults to
- QRYN_OSS_ADD_EXPORTER_NAME
boolean
: Add exporter name to labels.- This field is optional and defaults to
True
- This field is optional and defaults to
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 qryn
and follow the on-screen instructions
Using Kubernetes manifests
1
Save the YAML below to a file (e.g. qryn-oss.yaml
)
2
Apply the YAML using kubectl