Skip to content

Commit

Permalink
docs examples update
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 17, 2024
1 parent 3339409 commit 11170d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
9 changes: 5 additions & 4 deletions docs/backends/gigapipe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ metadata:
namespace: odigos-system
spec:
data:
QRYN_URL: <API Url>
QRYN_URL: API Url
QRYN_API_KEY: API Key from Gigapipe
QRYN_RESOURCE_TO_TELEMETRY_CONVERSION: "Yes" if you want to see container attrs in the prometheus metrics
QRYN_ADD_EXPORTER_NAME: "Yes" if you want to see special label {"qryn_exporter": "odigos-qryn-traces/metrics/logs"}
destinationName: gigapipe
secretRef:
name: gigapipe-secret
Expand All @@ -64,12 +67,10 @@ spec:
- METRICS
- LOGS
type: gigapipe
---
apiVersion: v1
data:
QRYN_API_KEY: <base64 API Key>
QRYN_API_SECRET: <base64 API Secret>
QRYN_API_SECRET: base64 API Secret
kind: Secret
metadata:
name: gigapipe-secret
Expand Down
15 changes: 8 additions & 7 deletions docs/backends/qryn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,22 @@ metadata:
namespace: odigos-system
spec:
data:
QRYN_OSS_URL: <API Url>
destinationName: qryn
QRYN_OSS_URL: API Url
QRYN_OSS_USERNAME: Basic Auth Username
QRYN_OSS_RESOURCE_TO_TELEMETRY_CONVERSION: "Yes" if you want to see container attrs in the prometheus metrics
QRYN_OSS_ADD_EXPORTER_NAME: "Yes" if you want to see special label {"qryn_exporter": "odigos-qryn-traces/metrics/logs"}
destinationName: gigapipe
secretRef:
name: qryn-secret
name: gigapipe-secret
signals:
- TRACES
- METRICS
- LOGS
type: qryn
type: gigapipe
---
apiVersion: v1
data:
QRYN_OSS_USERNAME: <base64 API Username>
QRYN_OSS_PASSWORD: <base64 API Password>
QRYN_OSS_PASSWORD: base64 Basic Auth password
kind: Secret
metadata:
name: qryn-secret
Expand Down

0 comments on commit 11170d1

Please sign in to comment.