Commit graph

212 commits

Author SHA1 Message Date
Ricardo F cad8539cc4 Add TCPRcvQDrop and TCPOFOQueue to TCP errors.
Enable it with:

--collector.netstat.fields="^(.*_(InErrors|InErrs)|Ip_Forwarding|Ip(6|Ext)_(InOctets|OutOctets)|Icmp6?_(InMsgs|OutMsgs)|TcpExt_(Listen.*|Syncookies.*|TCPSynRetrans|TCPOFOQueue|TCPRcvQDrop)|Tcp_(ActiveOpens|InSegs|OutSegs|OutRsts|PassiveOpens|RetransSegs|CurrEstab)|Udp6?_(InDatagrams|OutDatagrams|NoPorts|RcvbufErrors|SndbufErrors))$"
2024-05-22 18:03:02 +02:00
Ricardo F 2294701c8d Use $__rate_interval instead of 5m 2024-05-19 19:23:29 +02:00
Ricardo F f8b1a96702 Change style of response time heatmap 2024-05-06 19:11:50 +02:00
Ricardo F c944f456f5 New unbound dashboard 2024-05-06 19:10:26 +02:00
Ricardo F 13bdeaf900 Fix #167. Convert panels from "graph" to "timeseries" 2024-05-02 08:39:21 +02:00
Ricardo F 9940f44986 Fix #164. Frontend cache uses $backend variable 2024-05-02 08:22:37 +02:00
Ricardo F 5fcf5a2cd3
Merge pull request #165 from DRuggeri/master
Clarify scrape interval requirement
2024-03-19 07:57:33 +01:00
Daniel Ruggeri 1e4458b063
Clarify scrape interval requirement 2024-03-17 16:13:00 -05:00
Ricardo F 8f6e03010f Refactor cpu queries to simplify them 2024-03-06 20:21:09 +01:00
Ricardo F d33a10c268 Add quick pressure info 2024-03-06 07:32:15 +01:00
Ricardo F 2f48119bab Refactor complex queries to simplify them, mainly cpu related 2024-03-04 20:18:02 +01:00
Ricardo F cbb9845861 Fix #159 - Refactor quick cpu and sysload gauges 2024-03-01 21:08:03 +01:00
Ricardo F 1e33ce6655
Merge pull request #157 from elboulangero/master
node: suggest --collector.interrupts  and --collector.processes
2024-01-20 12:13:29 +01:00
Arnaud Rebillout ed6646f658 node: suggest --collector.interrupts and --collector.processes 2024-01-19 14:19:07 +07:00
Ricardo F ffbe828992
Merge pull request #154 from robbat2/spelling
chore: spelling corrections in node_exporter dashboards
2023-12-28 10:36:10 +01:00
Robin H. Johnson 1c89554965 chore: spelling corrections in node_exporter dashboards
Signed-off-by: Robin H. Johnson <rjohnson@coreweave.com>
2023-12-27 14:48:28 -08:00
Ricardo F 9d3e801ef4
Merge pull request #153 from byteborg/doc-improvements
Doc-improvements
2023-12-10 23:12:17 +01:00
Karsten Rohrbach 5dc30e50a9 Add note about timeInterval, fixes #137 2023-12-09 15:22:39 +01:00
Karsten Rohrbach a44ac0c2ab Formatting 2023-12-09 15:21:58 +01:00
Karsten Rohrbach 7d8f896156 Descriptions to bullet points 2023-12-09 15:13:35 +01:00
Karsten Rohrbach b05b003c43 Beautify literals and links 2023-12-09 15:08:21 +01:00
Karsten Rohrbach b697be4040 Add syntax highlighting 2023-12-09 14:58:53 +01:00
Karsten Rohrbach 98316701b0 Adjust document hierarchy 2023-12-09 14:58:02 +01:00
Ricardo F ec390ddde0
Merge pull request #152 from yarix/master
Update node-exporter-full.json
2023-12-09 13:23:11 +01:00
Ricardo F 1dd0d16b78
Merge pull request #150 from calestyo/fix-data-source-selector
Fix datasource selection
2023-12-09 13:09:19 +01:00
Yariv Amar bda6df2ef1
Update node-exporter-full.json
fixing issue #151, gauge display in Grafana v10.3.
2023-12-01 00:29:02 +02:00
Christoph Anton Mitterer de0ae6bf5c Fix datasource selection
It appears that Grafana unconditionally replaces `${DS_PROMETHEUS}` in the JSON
with the UID of the datasource selected in the dashboard import dialogue.

I couldn’t find any way how to escape that (the usual suspects like `\$`, `\\$`
and `$$` all don’t work).

However, one can simply use another name and Grafana will keep the variable as
is and thus selectable via the templating.

This commit replaces any occurrence of `${DS_PROMETHEUS}` with
`${datasource}` and further changes the templating to also use the variable name
and the label to use capitalisation like the others already do.

Closes: https://github.com/rfmoz/grafana-dashboards/issues/51
Closes: https://github.com/rfmoz/grafana-dashboards/issues/139
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
2023-11-28 03:20:01 +01:00
Ricardo F 6349e87b27
Merge pull request #148 from leewis101/chip_name
node: temperature: fix node_hwmon_chip_names missing labels
2023-10-29 09:14:09 +01:00
leewis 364b36ee49 node: temperature: fix node_hwmon_chip_names missing labels 2023-10-28 10:27:56 +08:00
Ricardo F 5db7ca1c16
Merge pull request #133 from Ava-Jyothi/patch-1
Update README.md
2023-10-27 16:45:20 +02:00
Ricardo F c2835d823a
Merge pull request #145 from leewis101/chip_name
node: temperature: change legend from chip to chip_name
2023-10-27 16:43:02 +02:00
Ricardo F d8afcbfda1
Merge pull request #146 from psvmcc/haproxy_provisioning_fix
haproxy-2-full - auto provisionable fix
2023-10-27 16:41:43 +02:00
Ricardo F dba36458a8
Merge pull request #147 from towolf/add-cpu-freq-scaling-and-psi
Add Frequency scaling and PSI panels
2023-10-27 16:33:32 +02:00
Tobias Wolf 98ee69f5d9
Do not fix decimals here 2023-10-25 11:02:07 +02:00
Tobias Wolf 18a9bddd61
Add CPU Frequency scaling and Pressure Stall Information panels to System Misc section 2023-10-25 10:53:00 +02:00
Sergey Putko 5c23730acd
provisioning_fix 2023-10-20 11:23:53 +03:00
leewis 825e38c7cd node: temperature: change legend from chip to chip_name 2023-10-12 07:23:23 +08:00
Ricardo F 9a89211269 Fix backend match on some panels 2023-09-18 14:07:41 +02:00
Ricardo F bc92da6850 Update quick cpu / mem / disk panel 2023-09-01 14:01:24 +02:00
Ricardo F b50a50762e
Merge pull request #99 from grembo/add-missing-variable
Add missing DS_PROMETHEUS variable
2023-08-26 15:37:37 +02:00
Ricardo F 2aaa3fa595
Merge branch 'master' into add-missing-variable 2023-08-26 15:37:27 +02:00
Ricardo F 1e05438d9a
Merge pull request #138 from dinesh9920/master
Fix for CPU graph not loading for FreeBSD
2023-08-26 08:49:33 +02:00
dinesh9920 2739ba7bb7 Changed min value of fieldConfig in freebsd dashboard 2023-06-21 10:53:16 +05:30
Ricardo F 73427563c8
Merge pull request #130 from THUzxj/master
Remove useless ':' in 'Host:'
2023-05-03 19:55:33 +02:00
Ava-Jyothi 5cc3d08893
Update README.md 2023-05-03 17:59:11 +05:30
Xingjian Zhang 19cc080c8a Remove useless ':' in 'Host:' 2023-04-18 10:48:23 +08:00
Ricardo F 1e67d6fc6a Monitor tcp_connection_states 2023-03-30 15:32:25 +02:00
Ricardo F 3cc4366833
Merge pull request #121 from MaesterZ/fix-spelling
Use codespell to fix all the typos
2023-02-11 05:26:07 +01:00
David Dumas 77ee1e590b Use codespell to fix typos 2023-02-10 18:17:14 +01:00
Ricardo F a4a2987a32 Add shared crosshair 2023-02-09 14:20:39 +01:00