Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: some minors for qryn destination #1601

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions destinations/data/qryn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Destination
metadata:
type: qryn-oss
displayName: qryn
category: self-hosted
category: self hosted
spec:
image: qryn.svg
signals:
Expand All @@ -14,6 +14,12 @@ spec:
logs:
supported: true
fields:
- name: QRYN_OSS_URL
displayName: API Url
componentType: input
componentProps:
type: text
required: true
- name: QRYN_OSS_PASSWORD
displayName: Basic auth password
componentType: input
Expand All @@ -25,12 +31,6 @@ spec:
componentType: input
componentProps:
type: text
- name: QRYN_OSS_URL
displayName: API Url
componentType: input
componentProps:
type: text
required: true
- name: QRYN_OSS_RESOURCE_TO_TELEMETRY_CONVERSION
displayName: Convert container attributes to labels
componentType: dropdown
Expand Down
1 change: 1 addition & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"backends/dynatrace",
"backends/elasticsearch",
"backends/gcs",
"backends/gigapipe",
"backends/googlecloud",
"backends/grafanacloudloki",
"backends/grafanacloudprometheus",
Expand Down
Loading