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

Endpoints inside a Chain are not published in JMX using their id attribute [INT-3125] #7101

Closed
spring-operator opened this issue Aug 30, 2013 · 3 comments

Comments

@spring-operator
Copy link
Contributor

Stuart Williams opened INT-3125 and commented

We observe a performance increase when using filters inside a Chain.
Knowing the metrics for each filter is critical to our usage of SI.

3.0 adds the id attribute for endpoints inside a chain, but the id is not used when the endpoint is published in JMX - the object class and hash code id (instance name) is presented instead, making it impossible to know which endpoint is which.

The endpoint id prefixed with the chain id would be ideal for identifying the filter in JMX.


Affects: 3.0 Backlog

Attachments:

@spring-operator
Copy link
Contributor Author

Gary Russell commented

Hi Stuart,

Can you share your configuration that exhibits this problem? All seems to work fine for me (see screenshots).

I do notice that the expression-based transformer is not named properly, however.

@spring-operator
Copy link
Contributor Author

Gary Russell commented

PR: #862

@spring-operator
Copy link
Contributor Author

Gary Russell commented

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants