[prometheus-users] Regex pattern matching on metric label values

2020-10-07 Thread Ketan Talreja
Hello All, I am new to prometheus space, and am currently using it do some poc's and understand its concepts. I have a use case where from the source application I am receiving metrics in the json string format and the source is a third party library. Below is the sample metric output from

[prometheus-users] Prometheus with Flexera licensing

2020-05-13 Thread Ketan Talreja
Hi All, Hope everyone is doing ok! Does anyone integrated Flexera licensing manager with Prometheus? I am looking for information on this topic but haven't found anything useful yet, however, found an flexlm_exporter

[prometheus-users] Re: Monitor Java spring boot app without instrumenting the code

2020-05-07 Thread Ketan Talreja
questTags(HttpServletRequest request, Object handler) { return new ArrayList<>(); } }; } Any advise on what I am doing wrong? Appreciate your help! Thanks, Ketan On Thursday, 7 May 2020 12:22:39 UTC+5:30, Ketan Talreja wrote: > > Hi Guys, > > Hope everyone is doing well! &g

[prometheus-users] Monitor Java spring boot app without instrumenting the code

2020-05-07 Thread Ketan Talreja
Hi Guys, Hope everyone is doing well! I have started using Prometheus to collect metrics for my application which is implemented in Java spring boot 2.x framework. I have used "micrometer-registry-prometheus" library but this required some annotation to be done in the code and moreover

Re: [prometheus-users] export and capture rest endpoint output for metrics calculation

2020-05-01 Thread Ketan Talreja
Prometheus metrics >>>> format. >>>> >>>> You can see a huge list of example exporters at >>>> https://prometheus.io/docs/instrumenting/exporters/, and general >>>> guidelines for writing exporters at >>>> https://prometheus.