Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Oct 17, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 17, 2025 15:11
@rjrudin rjrudin requested a review from BillFarber as a code owner October 17, 2025 15:11
@github-actions
Copy link

github-actions bot commented Oct 17, 2025

Copyright Validation Results
Total: 1 | Passed: 0 | Failed: 0 | Skipped: 1 | at: 2025-10-17 15:33:00 UTC | commit: 818a5e9

⏭️ Skipped (Excluded) Files

  • gradle.properties

✅ All files have valid copyright headers!

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes Prometheus monitoring functionality from the test environment while bumping the version from 1.11.0 to 2.0.0. The major version bump suggests a breaking change related to the removal of Prometheus integration.

  • Removed Prometheus service and all related configuration from Docker Compose
  • Updated version from 1.11.0 to 2.0.0
  • Deleted Prometheus alertmanager configuration file

Reviewed Changes

Copilot reviewed 3 out of 6 changed files in this pull request and generated 2 comments.

File Description
test-app/docker-compose.yml Removed Prometheus service definition and all Prometheus-related environment variables and dependencies
gradle.properties Bumped version from 1.11.0 to 2.0.0
docker/prometheus/config/alertmanager-generated.yml Completely removed the alertmanager configuration file

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines 108 to 132
alertmanager:
image: confluentinc/cp-enterprise-alertmanager:2.2.0
hostname: cp-enterprise-alertmanager
container_name: alertmanager
depends_on:
- prometheus
volumes:
- ../docker/prometheus/config:/mnt/config
ports:
- "9093:9093"
Copy link

Copilot AI Oct 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The alertmanager service is still present but its configuration file has been removed. Consider either removing the alertmanager service entirely or providing a new configuration file, as it will likely fail to start without proper configuration.

Copilot uses AI. Check for mistakes.
CONTROL_CENTER_PROMETHEUS_URL: http://prometheus:9090
CONTROL_CENTER_PROMETHEUS_RULES_FILE: /mnt/config/trigger_rules-generated.yml
CONTROL_CENTER_ALERTMANAGER_URL: http://alertmanager:9093
CONTROL_CENTER_ALERTMANAGER_CONFIG_FILE: /mnt/config/alertmanager-generated.yml
Copy link

Copilot AI Oct 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Control Center is configured to use alertmanager configuration file '/mnt/config/alertmanager-generated.yml' which has been deleted. This will cause Control Center to fail when trying to access alertmanager functionality.

Suggested change
CONTROL_CENTER_ALERTMANAGER_CONFIG_FILE: /mnt/config/alertmanager-generated.yml

Copilot uses AI. Check for mistakes.
@rjrudin rjrudin force-pushed the feature/bump branch 2 times, most recently from dfc8ab6 to a62e053 Compare October 17, 2025 15:22
@rjrudin rjrudin changed the title MLE-24747 Bumping version and hopefully removing prometheus correctly MLE-24747 Bumping version Oct 17, 2025
@rjrudin rjrudin merged commit aba2973 into develop Oct 17, 2025
4 of 5 checks passed
@rjrudin rjrudin deleted the feature/bump branch October 17, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants