Skip to content

Commit

Permalink
fix: some minors for qryn destination (#1601)
Browse files Browse the repository at this point in the history
- docs - add `gigapipe` destination to `mint.json` for it to show up in
docs.
- ui - fix the destination category so it shows up in the UI with the
other destinations as self hosted.
- ui - make the required qryn URL field first in the list, so it shows
up first in ui
  • Loading branch information
blumamir authored Oct 19, 2024
1 parent a4fbaad commit 2985c5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
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

0 comments on commit 2985c5c

Please sign in to comment.