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

Add support for Strimzi Metrics Reporter #954

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fvaleri
Copy link

@fvaleri fvaleri commented Dec 17, 2024

This patch adds support for metrics types configuration, integrating the Strimzi Metrics Reporter), and custom Prometheus JMX Exporter configuration. The custom configuration feature is needed for Cluster Operator integration, but it can also be leveraged by standalone users. See proposal 43 for more details.

@fvaleri fvaleri requested a review from ppatierno December 17, 2024 09:26
@fvaleri
Copy link
Author

fvaleri commented Dec 17, 2024

@OwenCorrigan76 @mimaison fyi

Copy link

@mimaison mimaison left a comment

Choose a reason for hiding this comment

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

I've not looked at the code yet. I left comments trying to understand how this will be used.

Copy link
Member

@scholzj scholzj left a comment

Choose a reason for hiding this comment

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

I wonder if this should go through a dedicated proposal first. The original proposal - https://github.com/strimzi/proposals/blob/main/064-prometheus-metrics-reporter.md - sadly didn't cover the bridge in sufficient depth and there will be some backward compatibility impact here or in the operators repo that needs to be carefully considered. A proposal would be the right place to discuss it and decide on the best approach.

@fvaleri
Copy link
Author

fvaleri commented Dec 17, 2024

there will be some backward compatibility impact here or in the operators repo that needs to be carefully considered

I agree. @ppatierno wdyt?

Copy link
Member

@ppatierno ppatierno left a comment

Choose a reason for hiding this comment

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

I left just some minor comments but I will review it again when the proposal is accepted (to avoid reviewing now something that will be changed later by the final proposal)

config/application.properties Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
pom.xml Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
@fvaleri fvaleri force-pushed the bridge-metrics-rep branch from 8b9e345 to d0eedcd Compare January 2, 2025 08:04
@fvaleri fvaleri added this to the 0.32.0 milestone Jan 2, 2025
@fvaleri fvaleri force-pushed the bridge-metrics-rep branch from ddabfb1 to 5084403 Compare January 17, 2025 17:42
@fvaleri fvaleri changed the title Add support for the Strimzi Metrics Reporter Add support for for metrics types configuration Jan 24, 2025
@fvaleri fvaleri changed the title Add support for for metrics types configuration Add support for Strimzi Metrics Reporter Jan 24, 2025
This patch adds support for metrics types configuration, integrating the Strimzi Metrics Reporter, and custom Prometheus JMX Exporter configuration.
The custom configuration feature is needed for Cluster Operator integration, but it can also be leveraged by standalone users.
See Proposal 43 for more details.

Signed-off-by: Federico Valeri <[email protected]>
@fvaleri fvaleri force-pushed the bridge-metrics-rep branch from 395ceda to 01d1b74 Compare January 24, 2025 17:29
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.

4 participants