Commit graph

157 commits

Author SHA1 Message Date
Vitaly Zhuravlev fcb39cfa04 Change rate panels to Bps and reqps
Due to Prometheus rate() calcs per second avg rate, changed to 'per second' units.
2022-05-11 16:19:58 +04:00
Vitaly Zhuravlev 47f3624751 Use rate with $__rate_inteval
... instead of 5m. This is recommended best practice so rate graphs look nice on all timeframes
https://grafana.com/blog/2020/09/28/new-in-grafana-7.2-__rate_interval-for-prometheus-rate-queries-that-just-work/
2022-05-11 15:31:53 +04:00
Vitaly Zhuravlev 20dfb3e94f Fix uptime panel
Change calculation to lastNotNull instead of mean to show the latest instead of average over interval
2022-05-11 15:30:58 +04:00
Vitaly Zhuravlev 6df0b6aafd Change host:port to instance and replace apache up/down panel to state timeline
Due to possible relabelling rules instances may not contain port at all. Keeping it as single value instance makes it more universal.
2022-05-11 15:25:46 +04:00
Vitaly Zhuravlev 321e3f3df4 Add alerts to apache mixin 2022-05-11 15:11:45 +04:00
Vitaly Zhuravlev 7de51eeedd Transform dashboard to use grafonnet library
But it is the same dashboard as the output.
2022-05-11 15:11:33 +04:00
Vitaly Zhuravlev f6d1b08a63 Rename DS_LOCALHOST to prometheus $datasource
This is more universal approach so dashboard would work no matter how prometheus datasource is named.
2022-05-11 12:17:31 +04:00
Vitaly Zhuravlev 7017a838cf Convert apache json dahboard to jsonnet mixin 2022-05-11 12:09:58 +04:00
Ricardo F 45fbb83c82 Change license to Apache 2022-04-29 11:57:21 +02:00
Ricardo F 92129b095a
Merge pull request #100 from BetterStackHQ/master
Include SReclaimable memory in Cache+Buffer memory
2022-04-29 11:25:17 +02:00
Tomáš Hromada 1cec542e41
Include SReclaimable memory in Cache+Buffer memory
By default the `SReclaimable` memory is counted into the `Used` memory, which is not correct (and is a reason why the default output differs from `free`).

Some references / sources: https://stackoverflow.com/a/66644946 https://www.logicmonitor.com/blog/right-way-to-monitor-linux-memory-again
2022-04-21 14:03:13 +02:00
Ricardo F 10f9abba16
Merge pull request #96 from JsBergbau/master
Modified diskdevice variable to also match SD card of Raspberry Pi
2022-01-11 14:47:14 +01:00
JsBergbau 7d5eca8b96
Modified diskdevice variable to also match SD card of Raspberry Pi 2022-01-10 23:46:20 +01:00
Ricardo F 55c6e9832f Add OutRsts 2022-01-10 09:39:36 +01:00
Ricardo F d64c9fce4b Fix #93 Change legend format 2021-12-17 08:36:02 +01:00
Ricardo F 68e95ffe28 Set intervalFactor to 1 2021-12-17 08:23:38 +01:00
Ricardo F e4a93ca405
Merge pull request #92 from mindw/patch-1
change IntervalFactor to 1 - matching default Grafana setting.
2021-12-11 14:51:28 +01:00
Gabi Davar 5e93ca3143
change IntervalFactor to 1 - matching default 2021-11-21 19:42:26 +02:00
Ricardo F f6580d47a1
Merge pull request #91 from smholvoet/patch-1
fix GitHub casing
2021-11-09 08:08:49 +01:00
Sander Holvoet 594662988b
fix GitHub casing 2021-11-08 13:28:14 +01:00
Ricardo F 7ef5decd96 move frag packests mem 2021-09-08 17:26:31 +02:00
Ricardo F d46ff2132d Fix #58 - Regression over node_disk_io_now 2021-07-22 16:15:03 +02:00
Ricardo F 7d61c79619 Fix #83 - Active Sessions panel without rate 2021-07-07 12:20:34 +02:00
Ricardo F 3072e63640 Update to Haproxy 2.4 metrics 2021-05-18 14:39:54 +02:00
Ricardo F 426c93a599
Merge pull request #75 from survivant/patch-1
Update node-exporter-full.json
2021-03-22 22:51:29 +01:00
Sebastien Dionne 48bd8803f3
Update node-exporter-full.json
added links for the dashboard
2021-03-22 15:10:45 -04:00
Ricardo F 848515857c Fix typo 2021-03-09 10:31:58 +01:00
Ricardo F 8182f69d5f #72 - Change to __rate_interval 2021-03-03 11:44:44 +01:00
Ricardo F a154f92640 #70 - Fix "Storage Disk" row and IO related on "CPU / Memory / Net / Disk" 2021-03-01 14:57:03 +01:00
Ricardo F 7150e3dda2 Fix #71 - Make resolution consistent 2021-03-01 12:26:13 +01:00
Ricardo F 246b6f25ef Remove button 2021-01-29 08:21:44 +01:00
Ricardo F d11b24f522 Update node-exporter-full to Grafana v7.3.7 2021-01-28 23:20:50 +01:00
Ricardo F 577546d1f3
Merge pull request #69 from psvmcc/patch-1
Skip 'Filesystem in ReadOnly / Error' tmpfs errors
2021-01-27 09:40:44 +01:00
Sergey Putko fa75494ef4
Skip 'Filesystem in ReadOnly / Error' tmpfs errors 2021-01-26 12:34:57 +02:00
Ricardo F c741d13613
Merge pull request #67 from Waindor/master
Fix typo
2020-10-21 08:13:21 +02:00
Sander Nilsen 17116dd98d
Fix typo
Correct "schdeule" to "schedule"
2020-10-21 02:25:16 +02:00
Ricardo F 40bc1f78ed Meaningful instance names with port 2020-09-23 09:36:02 +02:00
Ricardo F 2c07b93768
Merge pull request #64 from Geezabiscuit/patch-1
Update node-exporter-freebsd.json
2020-08-21 10:17:01 +02:00
Geezabiscuit 21167676e4
Update node-exporter-freebsd.json
Replace 'node_memory_swap_in_bytes_total' with 'node_memory_swap_size_bytes'. Changes the calculation to ((used swap * 100) / swap size), giving used swap as a percentage of the maximum available swap.
2020-08-11 15:02:27 +01:00
Ricardo F b5d0deeadd Support meaningful instance names 2020-07-27 10:51:05 +02:00
Ricardo F d52e0ec13c Close #57. Support meaningful instance names and the constant $diskdevices to adjust the regular expression to match disk devices 2020-07-27 10:21:37 +02:00
Ricardo F ad51a1e6d6 Mark old HAproxy expoerter as deprecated 2020-07-27 09:52:16 +02:00
Ricardo F 7d01ae08a7 Adding refactored Haproxy v2 exporter for Prometheus 2020-07-22 19:44:51 +02:00
Ricardo F deeb192fa2 Fix #58 - Incorrect graph for node_disk_io_now 2020-06-24 09:11:15 +02:00
Ricardo F f5096cbe10 Improve labels, fix typos and reorganize 2020-05-22 19:35:25 +02:00
Ricardo F 610a71fc53 Split System Misc creating System Processes and add graphs for collector.processes 2020-05-22 19:30:55 +02:00
Ricardo F 5c5f2ca344
Merge pull request #54 from dragoangel/patch-1
Filter query by instance
2020-05-22 17:53:08 +02:00
Dmitriy Alekseev 17d679840d
Update haproxy-2.0-full.json
Added escaping
2020-05-20 23:06:12 +03:00
Dmitriy Alekseev 1b5cc1b5e4
Filter query by instance 2020-05-20 23:03:06 +03:00
Ricardo F 211c567016 Adding softnet 2020-04-27 21:11:28 +02:00