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

remove duplication in tomcat JMX config #12172

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

SylvainJuge
Copy link
Contributor

The YAML configuration allows to use multiple MBeans definitions at once, which allows to avoid duplication when querying MBeans that have the same "shape" and for which the MBeans attributes to query are the same.

Here is an existing example for Kafka.

This allows to elegantly remove the duplication introduced in #10115 for Tomcat that can be exposed with either Catalina: or Tomcat: as JMX domain.

@SylvainJuge SylvainJuge requested a review from a team September 4, 2024 15:14
@laurit laurit added this to the v2.8.0 milestone Sep 6, 2024
Copy link
Contributor

@robsunday robsunday left a comment

Choose a reason for hiding this comment

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

All is good

@trask
Copy link
Member

trask commented Sep 12, 2024

cc @PeterF778 in case you have a chance to review

@PeterF778
Copy link
Contributor

Looks good to me.

@trask trask merged commit eb6624b into open-telemetry:main Sep 12, 2024
56 checks passed
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.

6 participants