[prometheus-users] Re: Proxy authentication credentials using proxy_connect_header not working

2023-03-01 Thread Kesavanand Chavali
we did a wireshark capture and found that below works. This we figured out from other already working clients with other software; e.g. some clients working with same proxy. Could you please update the Prometheus documentation? proxy_connect_header: Proxy-Authorization: [Basic dXNlcjE6cGFzc3

Re: [prometheus-users] fading out sample resolution for samples from longer ago possible?

2023-03-01 Thread Ben Kochie
On Thu, Mar 2, 2023 at 4:57 AM Christoph Anton Mitterer wrote: > On Tue, 2023-02-28 at 10:25 +0100, Ben Kochie wrote: > > > > Debian release cycles are too slow for the pace of Prometheus > > development. > > It's rather simple to pull the version from Debian unstable, if on > needs so, and that

Re: [prometheus-users] fading out sample resolution for samples from longer ago possible?

2023-03-01 Thread Christoph Anton Mitterer
On Tue, 2023-02-28 at 10:25 +0100, Ben Kochie wrote: > > Debian release cycles are too slow for the pace of Prometheus > development. It's rather simple to pull the version from Debian unstable, if on needs so, and that seems pretty current. > You'd be better off running Prometheus using podman

Re: [prometheus-users] fading out sample resolution for samples from longer ago possible?

2023-03-01 Thread Christoph Anton Mitterer
Hey Brian On Tue, 2023-02-28 at 00:27 -0800, Brian Candler wrote: > > I can offer a couple more options: > > (1) Use two servers with federation. > - server 1 does the scraping and keeps the detailed data for 2 weeks > - server 2 scrapes server 1 at lower interval, using the federation > endpoin

Re: [prometheus-users] Re: node exporter not listening externally Ubuntu 22.04

2023-03-01 Thread Nicholas Reid
I’m glad I’m in good company. Very lucky to have this user group dig me out. When I get stuck Sent from Outlook for iOS From: prometheus-users@googlegroups.com on behalf of Michael Kogelman Sent: Wednesday, March 1, 2023 8:51:10 PM To: Br

Re: [prometheus-users] Re: node exporter not listening externally Ubuntu 22.04

2023-03-01 Thread Michael Kogelman
Bites us all at some point or another. Get Outlook for iOS From: prometheus-users@googlegroups.com on behalf of Brian Candler Sent: Wednesday, March 1, 2023 9:25:49 AM To: Prometheus Users Subject: [prometheus-users] Re: node exporter not

Re: [prometheus-users] transitivity of remote read/write api

2023-03-01 Thread Julius Volz
The reliability issues are the only ones I can think of, but especially in the following sense: * If only you have A->B and B cannot be reached while running a query from A, the query result will contain a warning about that which will also be shown in the graph UI. * If you have A->B->C and C can

[prometheus-users] Re: node exporter not listening externally Ubuntu 22.04

2023-03-01 Thread Brian Candler
The OP has replied to me off-list with the solution (there seems to be some problem with Google auto-deleting replies) > It turns out firewalld was enabled. > I ran systemctl disable --now firewalld and this worked. -- You received this message because you are subscribed to the Google Groups

[prometheus-users] Re: node exporter not listening externally Ubuntu 22.04

2023-03-01 Thread Brian Candler
On Wednesday, 1 March 2023 at 11:11:19 UTC Nicholas Reid wrote: Has anyone else had trouble getting the node exporter working on Ubuntu 22.04. Nope, it works perfectly for me using the release binaries from github. There's another guide you can look at here, and see if you did anything differ

[prometheus-users] node exporter not listening externally Ubuntu 22.04

2023-03-01 Thread Nicholas Reid
Has anyone else had trouble getting the node exporter working on Ubuntu 22.04. I've followed the instructions here: https://ourcodeworld.com/articles/read/1686/how-to-install-prometheus-node-exporter-on-ubuntu-2004 I have also tried installing the prometheus-node-exporter package from the ub

Re: [prometheus-users] Create custom metrics and add it to prometheus

2023-03-01 Thread Brian Candler
Also: you should clarify where exactly you're running these scripts, i.e. which host has the /var/lib/node_exporter/*.prom files * If it's on the prometheus server itself, then you'll need to run node_exporter on the prometheus server, *and* you'll need to get prometheus to scrape itself - i.e.

Re: [prometheus-users] Create custom metrics and add it to prometheus

2023-03-01 Thread Brian Candler
*> The main issue is that I am not able to see the metrics in Prometheus UI. I am unable to understand the root cause.* Almost certainly because they are not being collected. So you need to break this down further to find out why. (1) Show the output of this command: *ls -l /var/lib/node_expo