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

NETOBSERV-1731: hide metrics enable setting from form #692

Merged
merged 1 commit into from
Jun 28, 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
10 changes: 6 additions & 4 deletions bundle/manifests/netobserv-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@ spec:
- path: agent.ebpf.flowFilter
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- path: agent.ebpf.metrics.enable
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- description: to use Kafka as a broker as part of the flow collection pipeline.
displayName: Kafka configuration
path: kafka
Expand Down Expand Up @@ -603,6 +606,9 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:deploymentModel:Kafka
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: processor.subnetLabels.openShiftAutoDetect
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: Log level
path: processor.logLevel
x-descriptors:
Expand Down Expand Up @@ -732,8 +738,6 @@ spec:
path: agent.ebpf.metrics
- displayName: Disable alerts
path: agent.ebpf.metrics.disableAlerts
- displayName: Enable
path: agent.ebpf.metrics.enable
- displayName: Server
path: agent.ebpf.metrics.server
- displayName: Port
Expand Down Expand Up @@ -788,8 +792,6 @@ spec:
path: processor.subnetLabels
- displayName: Custom labels
path: processor.subnetLabels.customLabels
- displayName: Open shift auto detect
path: processor.subnetLabels.openShiftAutoDetect
- displayName: Prometheus
path: prometheus
- displayName: Querier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
name: flowcollectors.flows.netobserv.io
version: v1beta2
specDescriptors:
# Reference: https://github.com/openshift/console/blob/master/frontend/packages/operator-lifecycle-manager/src/components/descriptors/reference/reference.md
# ROOT
- description: defines the desired type of deployment for flow processing.
path: deploymentModel
Expand Down Expand Up @@ -88,6 +89,9 @@ spec:
- path: agent.ebpf.flowFilter
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- path: agent.ebpf.metrics.enable
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
# KAFKA
- description: to use Kafka as a broker as part of the flow collection pipeline.
displayName: Kafka configuration
Expand Down Expand Up @@ -170,6 +174,9 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:deploymentModel:Kafka
- urn:alm:descriptor:com.tectonic.ui:advanced
- path: processor.subnetLabels.openShiftAutoDetect
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- path: processor.logLevel
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
Expand Down
Loading