how to configure jolokia monitoring agent for jira to collect FiveMinuteRate JMX Attribute

charles winter March 15, 2021

I want to define to collect :
JMX attribute name
50thPercentile
75thPercentile
95thPercentile
99thPercentile
999thPercentile
FifteenMinuteRate
FiveMinuteRate

I am able to do local curl to figure out how to define the jolokia telegraf plugin that will collect my JMX stats, but atlassian does not provide this info to colloect the stats they mention at the top of the

https://confluence.atlassian.com/adminjiraserver/live-monitoring-using-the-jmx-interface-939707304.html?_ga=2.165431608.626749383.1518454624-664584925.1494864713&_gac=1.147038917.1517240495.CjwKCAiAqbvTBRAPEiwANEkyCDLdKSLs58KKi_i1nVx9cKwgdrCC4YKTtNyN3TZ7zUkH8SLfco7duRoCHyMQAvD_BwE

doc page, and jconsole is not an option for my environment.

I1027 2021-03-09 19:37:04 APP_BASE=http://localhost:8080
1028 2021-03-09 19:37:10 curl -sS $APP_BASE/plugins/servlet/jolokia/version

1031 2021-03-09 19:45:05 curl -sS $APP_BASE/plugins/servlet/jolokia/read/java.lang:type=Threading
1032 2021-03-09 19:51:41 curl -sS

$APP_BASE/plugins/servlet/jolokia/read/java.lang:type=Runtime

$APP_BASE/plugins/servlet/jolokia/read/java.lang:type=OperatingSystem
1035 2021-03-09 19:54:42 curl -sS $APP_BASE/plugins/servlet/jolokia/read/java.lang:type=Runtime

0 answers

Suggest an answer

Log in or Sign up to answer