Re: [prometheus-users] Monitor java heap space used in my APP

2020-11-26 Thread Bharathwaj Shankar
what is JMX exporter? how to use it?? On Friday, November 27, 2020 at 10:16:21 AM UTC+5:30 Bharathwaj Shankar wrote: > any help? > > > On Thursday, November 26, 2020 at 4:29:02 PM UTC+5:30 Bharathwaj Shankar > wrote: > >> We are directly instrumenting java client as it is a springboot app and

Re: [prometheus-users] Monitor java heap space used in my APP

2020-11-26 Thread Bharathwaj Shankar
any help? On Thursday, November 26, 2020 at 4:29:02 PM UTC+5:30 Bharathwaj Shankar wrote: > We are directly instrumenting java client as it is a springboot app and we > didn't use jmx exporter > > > On Thu, 26 Nov 2020, 16:27 Stuart Clark, wrote: > >> Is your Java application being directly i

Re: [prometheus-users] Monitor java heap space used in my APP

2020-11-26 Thread Bharathwaj Shankar
We are directly instrumenting java client as it is a springboot app and we didn't use jmx exporter On Thu, 26 Nov 2020, 16:27 Stuart Clark, wrote: > Is your Java application being directly instrumented using the Java client > library, or are you using the JMX exporter? > > On 26 November 2020 10

Re: [prometheus-users] Monitor java heap space used in my APP

2020-11-26 Thread Stuart Clark
Is your Java application being directly instrumented using the Java client library, or are you using the JMX exporter? On 26 November 2020 10:18:09 GMT, Bharathwaj Shankar wrote: >I have configured prometheus for my java app recently.I frequently need >to >monitor java heap space used by the

[prometheus-users] Monitor java heap space used in my APP

2020-11-26 Thread Bharathwaj Shankar
I have configured prometheus for my java app recently.I frequently need to monitor java heap space used by the app and want to alert users if the heap space usage is high. is it possible to monitor in prometheus?? if yes please share the links where I can read,understand and configure. -- You