Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
Hi folks,
I'm trying to capture the State field of the JDBCConnectionPoolRuntime mbean, but I haven't been successful so far. Has anyone tried this? Is it possible to capture strings fields contained in mbeans?
Thank you so much
Carlos Coqueiro
Solved! Go to Solution.
Hi folks,
I'm trying to capture the State field of the JDBCConnectionPoolRuntime mbean, but I haven't been successful so far. Has anyone tried this? Is it possible to capture strings fields contained in mbeans?
Thank you so much
Carlos Coqueiro
Hi Angelo
Seeing as you need to collect metrics, you can't graph strings:)
I would suggest you use a getter chain in JMX like below for the state value you require
Metric Getter Chain: replaceAll(Running,1)
This way you can graph the different states with different integer values as well as create health rule on the values
Ciao
Hello Mario,
Thank you so much for your suggestion, worked! Another question, for each state I will have a different metric chain, correct?
Thank you so much again.
Ciao
User | Count |
---|---|
4 | |
2 | |
2 | |
2 | |
2 | |
1 |
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form