Commit graph

24 commits

Author SHA1 Message Date
Ricardo F 2294701c8d Use $__rate_interval instead of 5m 2024-05-19 19:23:29 +02:00
Ricardo F 8f6e03010f Refactor cpu queries to simplify them 2024-03-06 20:21:09 +01:00
Ricardo F bc92da6850 Update quick cpu / mem / disk panel 2023-09-01 14:01:24 +02:00
Ricardo F 2aaa3fa595
Merge branch 'master' into add-missing-variable 2023-08-26 15:37:27 +02:00
dinesh9920 2739ba7bb7 Changed min value of fieldConfig in freebsd dashboard 2023-06-21 10:53:16 +05:30
Ricardo F 2ce90593eb Based on 6bcaee1194 done by @Z10N0110. Real CPU modes utilization query in CPU panels 2022-11-08 21:19:23 +01:00
Ricardo F 9867d5bce8 Migrate to Grafana 9 2022-10-21 13:17:37 +02:00
Michael Gmelin b83ce27f3d Add missing DS_PROMETHEUS variable
Without it, loading the dashboard fails:

    Failed to upgrade legacy queries Datasource named
    ${DS_PROMETHEUS} was not found

While there, add tag `#freebsd`.
2022-02-13 04:27:40 +01:00
Ricardo F 68e95ffe28 Set intervalFactor to 1 2021-12-17 08:23:38 +01:00
Ricardo F 8182f69d5f #72 - Change to __rate_interval 2021-03-03 11:44:44 +01:00
Ricardo F 7150e3dda2 Fix #71 - Make resolution consistent 2021-03-01 12:26:13 +01: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 445926c6ee Update to match node-exporter 0.18. Number of default values decreased on vmstat and netstat due https://github.com/prometheus/node_exporter/issues/830 so they have been removed 2020-01-18 19:37:18 +01:00
Johnny Lim 5659ee1853 Fix typo 2020-01-06 17:40:04 +09:00
C.K. Tse c099e5f9ae
Parameterize job name to remove hardcoded name "node"
- Added job and port drop-down list (modeled after node exporter full dashboard)
- Fixed typo in "Used Swap" expression
2019-10-22 12:19:05 +08:00
Mehran Kholdi e523d086ea Use irate instead of rate in node exporter graphs
Graphs using `irate` show spikes better than `rate`. This changeset should specifically be helpful in detecting sudden CPU and network usage spikes.
2019-04-07 12:23:51 +04:30
Ilya Bakulin 8fdcbbb324 Fixed overzealous replacements 2018-11-16 13:55:00 +01:00
Ilya Bakulin 001222ec85 Bump version 2018-11-16 13:48:40 +01:00
Ilya Bakulin 0341c6196a Fix typo 2018-11-16 13:47:53 +01:00
Ilya Bakulin 19fd87b018 Change variable names according to node_exporter/docs/example-16-compatibility-rules.yml
The node_exporter 0.16.0 and newer renamed many metrics in order to conform with Prometheus naming best practices.
2018-11-16 12:26:52 +01:00
Michael Keppler dae73d8f8d
fix typo 2018-08-20 12:34:30 +02:00
Ricardo F 589fe350f6 Fix templating 2018-01-04 19:04:22 +01:00
Ricardo F 01a8b35187 Add freebsd dashboard 2018-01-04 18:55:47 +01:00