Skip to content

Commit

Permalink
feat: Add Node metrics selector to the UI (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
shorim authored Sep 26, 2024
1 parent bb16816 commit 1ada9f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/busola/metricpipeline_busola_extension_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ data:
- name: Container
visibility: $exists(spec.input.runtime.resources.container)
source: spec.input.runtime.resources.container.enabled
- name: Node
visibility: $exists(spec.input.runtime.resources.node)
source: spec.input.runtime.resources.node.enabled
- name: OTLP
widget: Panel
visibility: $exists(spec.input.otlp)
Expand Down Expand Up @@ -338,6 +341,9 @@ data:
- name: Enable Container Metrics
path: container.enabled
simple: true
- name: Enable Node Metrics
path: node.enabled
simple: true
- name: OTLP
path: otlp
widget: FormGroup
Expand Down

0 comments on commit 1ada9f6

Please sign in to comment.