Re: [prometheus-users] Re: Prometheus same host multiple endpoints

2023-01-29 Thread Agarwal ,Naveen
Thanks Brian. This is helpful. Sent from Outlook for Android From: prometheus-users@googlegroups.com on behalf of Brian Candler Sent: Sunday, January 29, 2023 6:46:12 PM To: Prometheus Users Subject: Re: [prometheus-users] Re:

Re: [prometheus-users] Re: Prometheus same host multiple endpoints

2023-01-28 Thread Agarwal ,Naveen
Hi Brian/Stuart: The prometheus implementation has around 2000+JVMs and uses two approaches (JMX exporter or SpringBoot Actuator/Micrometer). The implementation is up to the JVM owner. JMX exporter exposes metrics at http://host:port/metrics whereas Micrometer exposes them at

[prometheus-users] Feedback on HTTP metrics and memory used by JMX exporter/Actuator Micrometer

2023-01-28 Thread Agarwal ,Naveen
Hi: 1. If anyone uses the prometheus alert manager for HTTP alert metrics - requests, error, duration (http_requests_sum_seconds etc), would you share some samples. 2. Have we seen high memory usage by JMX exporter or Micrometer while scraping metrics. In other words, do we think

[prometheus-users] Maintaining dns_sd_configs in prometheus yaml through json files

2022-11-14 Thread Agarwal ,Naveen
Hello, We use file_sd_configs extensively. We have multiple target files (json) and it is refered in prometheus yaml. The targets in json are maintained by our customized discovery agents. We now have usecase to support dns_sd_configs. Does dns_sd_config also allow cases where the dns domain

[prometheus-users] How to define metric type as a variable

2023-03-23 Thread Agarwal ,Naveen
Hi: Our prometheus database contains around 5k+ unique type of metrics. With time, we have defined alerting rules to detect deviations. However, given the number of growing metrics, it is becoming difficult to expand the alerting rules. Generally we are interested in increase/decrease of

Re: [prometheus-users] Re: How to define metric type as a variable

2023-03-24 Thread Agarwal ,Naveen
ically: make a script that writes out a rules file, then hits the reload<https://prometheus.io/docs/prometheus/latest/management_api/#reload> endpoint. On Friday, 24 March 2023 at 00:57:16 UTC Agarwal ,Naveen wrote: Hi: Our prometheus database contains around 5k+ unique type of metrics. Wi

[prometheus-users] Anomaly detection in prometheus database

2023-02-09 Thread Agarwal ,Naveen
Hi All: If anyone has experience in anomaly detection in prometheus database, kindly share. We have been writing rules using alert manager but due to large variety of metrics, we are finding it difficult to catch up :). Thanks, Naveen Sent from Outlook for Android --