Feature/usm client metrics enabled#2409
Open
Ishita Chourasia (ishitach) wants to merge 2 commits intomasterfrom
Open
Feature/usm client metrics enabled#2409Ishita Chourasia (ishitach) wants to merge 2 commits intomasterfrom
Ishita Chourasia (ishitach) wants to merge 2 commits intomasterfrom
Conversation
…ft Controller - Add usm_client_metrics_enabled variable (default: false) - Configure telemetry properties when enabled: - confluent.telemetry.external.client.metrics.usm.push.enabled - confluent.telemetry.external.client.metrics.push.enabled - confluent.telemetry.external.client.metrics.delta.temporality - confluent.telemetry.external.client.metrics.subscription.interval.ms.list - confluent.telemetry.external.client.metrics.subscription.metrics.list - Add validation to reject Connect (not supported) - Requires usm_agent to be configured - Add molecule tests for scram-rhel scenario - Update documentation (CHANGELOG, VARIABLES.md, README) - Add sample inventory for USM client metrics
- Remove CHANGELOG entry (not needed for this feature) - Simplify VARIABLES.md documentation - Simplify README_USM_AGENT.md documentation - Remove dedicated sample inventory file (usm_agent_client_metrics.yml) - Remove USM tests from scram-rhel/verify.yml (not USM-specific scenario) - Add 5th property (subscription.metrics.list) to verify_usm_client_metrics.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Introduce a new Ansible variable
usm_client_metrics_enabledwhich, when set totrue, configures telemetry properties for external client metrics collection on Kafka Broker and Kafka Controller (KRaft).This feature enables USM to collect client metrics from Confluent Platform deployments.
Fixes # https://confluentinc.atlassian.net/browse/SETU-1564
Type of change
How Has This Been Tested?
Testing details:
Checklist:
Files Changed
roles/variables/defaults/main.yml- Addedusm_client_metrics_enabledvariable (default: false)roles/variables/vars/main.yml- Addedusm_client_metricsblock tokafka_controller_propertiesandkafka_broker_propertiesroles/variables/tasks/main.yml- Added validation to fail if enabled for Connectdocs/VARIABLES.md- Added documentation for the new variabledocs/sample_inventories/usm_agent/README_USM_AGENT.md- Added USM Client Metrics sectionmolecule/verify_usm_client_metrics.yml- Added verify playbook for property verification