Skip to main content

Getting Started

qryn Access your Gigapipe account and generate a Scoped Token for Odigos
Gigapipe Token

Configuring Destination Fields

✅ Traces ✅ Metrics ✅ Logs ❌ Profiles
  • QRYN_API_SECRET string : API Secret. The API Secret for your Gigapipe Account
    • This field is required
  • QRYN_API_KEY string : API Key. The API Token for your Gigapipe Account
    • This field is required
  • QRYN_URL string : API Url. The API Endpoint for your Gigapipe Account
    • This field is required
    • Example: https://your-account.gigapipe.com
  • QRYN_RESOURCE_TO_TELEMETRY_CONVERSION boolean : Convert container attributes to labels.
    • This field is optional and defaults to True
  • QRYN_ADD_EXPORTER_NAME boolean : Add exporter name to labels.
    • This field is optional and defaults to True

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 Gigapipe and follow the on-screen instructions
Using Kubernetes manifests
1
Save the YAML below to a file (e.g. qryn.yaml)
2
Apply the YAML using kubectl