[prometheus-users] Re: filter node_systemd_unit_state metric

2023-11-12 Thread 'Brian Candler' via Prometheus Users
Why do you not just filter it in the query at the Grafana end? That is, why do you need to create a new metric? Also: if you *do* need to create a new metric which is just a subset of an existing metric, then prometheus recording rules would be better than dropping files for the textfile

[prometheus-users] Re: SNMP Exporter issue - Server returned HTTP status 400 Bad Request

2023-11-12 Thread 'Brian Candler' via Prometheus Users
snmp_exporter version? You can use tcpdump to show the full HTTP request and response to snmp_exporter. In the body of the response, I would expect to see a message describing what's wrong. You can also use curl to send a HTTP request to snmp_exporter using the exact set of parameters that

[prometheus-users] Re: can we run prometheus jmx exporter as a stanalone service

2023-11-12 Thread Doug Hoard
Yes… but you will lose JVM and process metrics. Running as a Java agent is recommended. On Sunday, November 12, 2023 at 10:13:42 AM UTC-5 Sameer Modak wrote: > can we run prometheus jmx exporter as a stanalone service like node > exporter > > and how do we monitor the the kafka metrics if we

[prometheus-users] Understanding process_* metrics of postgres_exporter

2023-11-12 Thread Antonio K.
I'm using prometheus postgres_exporter (v0.15.0) to monitor PostgreSQL database. There are RAM-, CPU- and FDs-related metrics: # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE

[prometheus-users] Re: Prometheus agent mode HA pushing to remote write

2023-11-12 Thread Bryan Boreham
Grafana Agent has a "cluster mode" which will shard targets pick a single sender client-side. This is currently in beta. https://grafana.com/docs/agent/latest/flow/concepts/clustering/ [disclosure: I work for Grafana Labs] Bryan On Friday, 4 November 2022 at 06:57:02 UTC navid.sh...@gmail.com

[prometheus-users] SNMP Exporter issue - Server returned HTTP status 400 Bad Request

2023-11-12 Thread Andy White
Hello, Could anyone help this issue regarding SNMP Exporter: *server returned HTTP status 400 Bad Request* https://www.reddit.com/r/grafana/comments/17s6uvh/snmp_exporter_server_returned_http_status_400_bad/ I'm just trying to scrape 2 OIDs using SNMP_Exporter, but something isn't working as

[prometheus-users] filter node_systemd_unit_state metric

2023-11-12 Thread hyl dop
Hi, I'd like to filter the node_systemd_unit_state metric to display only a few services on Grafana. So I thought of creating a new metric in a *.prom file using the --collector.textfile.directory option. The problem is that I don't know if it's possible to create a metric using an existing

[prometheus-users] can we run prometheus jmx exporter as a stanalone service

2023-11-12 Thread Sameer Modak
can we run prometheus jmx exporter as a stanalone service like node exporter and how do we monitor the the kafka metrics if we run it as standalone process. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group