Skip to content

Commit 3527263

Browse files
authored
DOC-1404 add enable_consumer_group_metrics (#311)
* DOC-1404 add enable_consumer_group_metrics * edit playbook for preview with docs repo * single source from docs repo * remove old file for single sourcing * add section title for consistency
1 parent 5969422 commit 3527263

6 files changed

Lines changed: 9 additions & 265 deletions

File tree

local-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ content:
1515
- url: .
1616
branches: HEAD
1717
- url: https://github.com/redpanda-data/documentation
18-
branches: [main, v/*, api, shared, site-search]
18+
branches: [DOC-1407-single-source-additions-for-Cloud, v/*, api, shared, site-search]
1919
- url: https://github.com/redpanda-data/redpanda-labs
2020
branches: main
2121
start_paths: [docs,'*/docs']

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@
466466
**** xref:reference:rpk/rpk-cloud/rpk-cloud-logout.adoc[]
467467
*** xref:reference:rpk/rpk-cluster/rpk-cluster.adoc[]
468468
**** xref:reference:rpk/rpk-cluster/rpk-cluster-config.adoc[]
469+
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-get.adoc[]
469470
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-set.adoc[]
470471
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-status.adoc[]
471472
**** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[]

modules/manage/pages/monitor-cloud.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ image::https://github.com/redpanda-data/observability/blob/main/docs/images/Ops%
7373

7474
It includes https://github.com/redpanda-data/observability#grafana-dashboards[example Grafana dashboards^] and a https://github.com/redpanda-data/observability#sandbox-environment[sandbox environment^] in which you launch a Dockerized Redpanda cluster and create a custom workload to monitor with dashboards.
7575

76-
include::manage:partial$monitor-health.adoc[]
76+
== Monitor for health and performance
77+
78+
include::ROOT:manage:partial$monitor-health.adoc[tag=single-source]
7779

7880
== References
7981

modules/manage/partials/monitor-health.adoc

Lines changed: 0 additions & 262 deletions
This file was deleted.

modules/reference/pages/properties/cluster-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ NOTE: Some properties require a cluster restart for updates to take effect. This
88

99
== Cluster configuration
1010

11-
include::ROOT:reference:properties/cluster-properties.adoc[tags=audit_enabled;audit_excluded_principals;audit_excluded_topics;data_transforms_enabled;data_transforms_logging_line_max_bytes;iceberg_catalog_type;iceberg_delete;iceberg_enabled;iceberg_rest_catalog_client_id;iceberg_rest_catalog_client_secret;iceberg_rest_catalog_token;iceberg_rest_catalog_authentication_mode;iceberg_rest_catalog_endpoint;iceberg_rest_catalog_oauth2_server_uri;iceberg_rest_catalog_prefix;iceberg_rest_catalog_request_timeout_ms;iceberg_default_partition_spec;iceberg_invalid_record_action;iceberg_target_lag_ms;iceberg_rest_catalog_trust;iceberg_rest_catalog_crl;data_transforms_per_function_memory_limit;data_transforms_binary_max_size;log_segment_ms;http_authentication;iceberg_catalog_base_location;default_topic_replications;minimum_topic_replications;oidc_discovery_url;oidc_principal_mapping;oidc_token_audience;sasl_mechanisms;tls_min_version;audit_log_num_partitions;data_transforms_per_core_memory_reservation;iceberg_disable_snapshot_tagging]
11+
include::ROOT:reference:properties/cluster-properties.adoc[tags=audit_enabled;audit_excluded_principals;audit_excluded_topics;data_transforms_enabled;data_transforms_logging_line_max_bytes;iceberg_catalog_type;iceberg_delete;iceberg_enabled;iceberg_rest_catalog_client_id;iceberg_rest_catalog_client_secret;iceberg_rest_catalog_token;iceberg_rest_catalog_authentication_mode;iceberg_rest_catalog_endpoint;iceberg_rest_catalog_oauth2_server_uri;iceberg_rest_catalog_prefix;iceberg_rest_catalog_request_timeout_ms;iceberg_default_partition_spec;iceberg_invalid_record_action;iceberg_target_lag_ms;iceberg_rest_catalog_trust;iceberg_rest_catalog_crl;data_transforms_per_function_memory_limit;data_transforms_binary_max_size;log_segment_ms;http_authentication;iceberg_catalog_base_location;default_topic_replications;minimum_topic_replications;oidc_discovery_url;oidc_principal_mapping;oidc_token_audience;sasl_mechanisms;tls_min_version;audit_log_num_partitions;data_transforms_per_core_memory_reservation;iceberg_disable_snapshot_tagging;enable_consumer_group_metrics]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster config get
2+
3+
include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-config-get.adoc[tag=single-source]

0 commit comments

Comments
 (0)