Re: [prometheus-users] issue with use case

2022-06-21 Thread Nemanja Delic
r service such that the histogram observer is >> integrated. This reduces the overhead to the minimum. >> >> On Tue, Jun 21, 2022 at 10:33 AM Nemanja Delic wrote: >> >>> Main thing is to detect delays in user activity - since they are >>> connecting remotely

Re: [prometheus-users] Prometheus for scraping multiple instances in a load balancer.

2021-07-16 Thread Nemanja Delic
Trying to get the different metrics of a few java apps that are exposed through LB(number of hits, incoming traffic etc) . Since it's unlikely that we will switch to spring boot 2 - with sb1 there's poor support for prometheus instrumentation. The way I see we have two options: 1. either we use log

Re: [prometheus-users] node exporter version as a metric

2021-07-14 Thread Nemanja Delic
Found it it's node_exporter_build_info On Wed, Jul 14, 2021 at 9:50 AM dc3o wrote: > Does node exporter expose the version as a metric? > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Prometheus Users" group. > To unsubscribe from this topic, visi

Re: [prometheus-users] help with alert rule

2021-06-24 Thread Nemanja Delic
Alert inhibition will only prevent the alerts to hit, I'd like to totally ignore these and don't show them as alerts. What I did is just different expression for non prod environments. On Thu, Jun 24, 2021 at 5:08 PM Marcelo Magallón < marcelo.magal...@grafana.com> wrote: > On Thu, Jun 24, 2021 a

Re: [prometheus-users] Silencing does not work

2021-03-26 Thread Nemanja Delic
What I'm noticing is that only for some alerts and for specific label combinations - it keeps re-sending alerts. On Fri, Mar 26, 2021 at 1:03 PM dc3o wrote: > I'm setting a silence condition using job =~ ".*" or job=~".+". On > alertmanager I'm seeing equl number of alerts as I do see on alertm

Re: [prometheus-users] pd integartion

2020-11-02 Thread Nemanja Delic
I'll try to bring more details here: Actions: 1. alertmanager triggers pagerduty incident, 2. acknowledging the incident in PD console, 3. fixing the problem 4. manually resolve the incident - again in PD console 5. the real problem is still there - an alert in alertmanager is still in active state

Re: [prometheus-users] Re: recording rules duplication

2020-10-30 Thread Nemanja Delic
Brian, Different jobs are necessary as server groups are using different certs for authentication. My concern is if we go - name: node-exporter.rules rules: - expr: | count without (cpu) ( count without (mode) ( node_cpu_seconds_total{job=~"node_

Re: [prometheus-users] process_exporter for moniting priviledged process

2020-10-22 Thread Nemanja Delic
Basically - is there a way to run process_exporter with priviledge escalation to catch the metrics of process run by root user? On Thu, Oct 22, 2020 at 6:22 PM deln...@gmail.com wrote: > Does process_exporter have a feature to monitor processes owned by root > user? > > I'm failing to monitor s

Re: [prometheus-users] Re: blackbox exporter's probe_ssl_earliest_cert_expiry giving negative values

2020-10-20 Thread Nemanja Delic
Brian, Using pretty much standard Blackbox job config: - job_name: blackbox honor_timestamps: true params: module: - http_2xx scrape_interval: 1m scrape_timeout: 1m metrics_path: /probe scheme: http file_sd_configs: - files: - /etc/prometheus/file_sd_config.d/blackbox_

Re: [prometheus-users] Re: blackbox exporter's probe_ssl_earliest_cert_expiry giving negative values

2020-10-20 Thread Nemanja Delic
Hi Brian, In this case the cert has expired on Oct 13 22:12:47 2020 GMT. Since it's not last one in chain it's not breaking things. I can set the filter accordingly ( with smth like > -7), just thought there might be some other solution. On Tue, Oct 20, 2020 at 12:20 PM Brian Candler wrote: >

Re: [prometheus-users] Alerting dashboard solution

2020-10-01 Thread Nemanja Delic
Hi Stuart, I've started research on Alerta. Karma webui looks a bit confusing. But so far these are the only two options I've found. On Thu, Oct 1, 2020 at 3:43 PM Stuart Clark wrote: > On 2020-10-01 14:37, deln...@gmail.com wrote: > > Running Prometheus + AM in segregated geo locations. Each