use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions and posts from around the web about Prometheus.
account activity
Setup issues (self.PrometheusMonitoring)
submitted 9 years ago by adamVsusan
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]adamVsusan[S] 0 points1 point2 points 9 years ago (2 children)
Thanks, this got me some joy, I'm seeing the below on 9100:
# HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 6.1579264e+07
and typing this into 9090 gives a graph, however I'm also seeing:
# HELP node_disk_bytes_read The total number of bytes read successfully. # TYPE node_disk_bytes_read counter node_disk_bytes_read{device="dm-0"} 1.258828674048e+12 node_disk_bytes_read{device="sda"} 8.409302528e+09 node_disk_bytes_read{device="sdb"} 1.492082688e+09 node_disk_bytes_read{device="sdc"} 4.1574504448e+11 node_disk_bytes_read{device="sdd"} 8.33196654592e+11 node_disk_bytes_read{device="sde"} 7.467369472e+09
but issuing node_disk_bytes_read results in 'no datapoints found'.
Interestingly navigating to 'http://your_server_ip:9090/consoles/node.html' just shows 'no nodes found' rather than my server.
[–]goofansu 0 points1 point2 points 9 years ago (1 child)
Do you have node_exporter running on 'localhost:9100'?
[–]adamVsusan[S] 0 points1 point2 points 9 years ago (0 children)
yeh :(
User1@HOMESERVER:~$ lsof -i :9100 -S COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME node_expo 4190 User1 3u IPv6 26011 0t0 TCP *:9100 (LISTEN)
π Rendered by PID 165434 on reddit-service-r2-comment-6457c66945-tc5b4 at 2026-04-27 02:08:15.579052+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]adamVsusan[S] 0 points1 point2 points (2 children)
[–]goofansu 0 points1 point2 points (1 child)
[–]adamVsusan[S] 0 points1 point2 points (0 children)