v1.31.0
版本发布时间: 2021-05-19 20:21:44
netdata/netdata最新发布版本:v1.47.2(2024-09-24 21:54:58)
The v1.31.0 release of Netdata comes with re-packaged and redesigned elements of the dashboard to help you focus on your metrics, even more Linux kernel insights via eBPF, on-node machine learning to help you find anomalies, and much more.
This release contains 10 new collectors, 54 improvements (7 in the dashboard), 31 documentation updates, and 29 bug fixes.
At a glance
We re-packaged and redesigned portions of the dashboard to improve the overall experience. Part of this effort is better handling of dashboard code during installation—anyone using third-party packages (such as the Netdata Homebrew formula) will start seeing new features and the new designs starting today. The timeframe picker has moved to the top panel, and just to its right are two counters with live CRITICAL
and WARNING
alarm statuses for your node. Click on either of these two open the alarms modal.
We've also pushed a number of powerful new collectors, including directory cache monitoring via eBPF. By monitoring directory cache, developers and SREs alike can find opportunities to optimize memory usage and reduce disk-intensive operations.
Our new Z-scores and changefinder collectors use machine learning to let you know, at a glance, when key metrics start to behave oddly. We'd love to get feedback on these sophisticated, subjective new brand of collectors!
Netdata Learn, our documentation and educational site, got some refreshed visuals and an improved navigation tree to help you find the right doc quickly. Hit Ctrl/⌘ + k
to start a new search!
Update now
If you're not receiving automatic updates on your node(s), check our update doc for details.
Acknowledgments
- @jsoref for fixing numerous spelling mistakes.
- @Steve8291 for improving plugins error logging on restart and documentation improvement.
- @vincentkersten for updating the nvidia-smi collector documentation.
- @Avre for updating the install on cloud providers doc.
- @endreszabo for adding renaming libvirtd LXC containers support.
-
@RaitoBezarius for adding attribute 249 support to the
smartd_log
module. -
@Habetdin for updating the
fping
version. -
@wangpei-nice for fixing
.deb
and.rpm
packaging of the eBPF plugin. - @tiramiseb for improving the installation method for Alpine.
- @BastienBalaud for upgrading the OKay repository for RHEL8.
- @tknobi for adding the Nextcloud plugin to the third-party collector list.
- @jilleJr for adding IPv6 listen address example to the Nginx proxy doc.
- @cherouvim for formatting and wording in the Apache proxy doc.
- @yavin87 for fixing spelling in the infrastructure monitoring quickstart.
-
@tnyeanderson for improving
dash-example.html
. - @tomcbe for fixing Microsoft Teams notification method naming.
-
@tnyeanderson For improving the
dash-example
documentation. - @diizzyy for fixing a bug in the FreeBSD plugin.
Improvements
- Automatically trigger Helmchart PR on Agent release. (#11084, @Ferroin)
- Implement ACLK env endpoint. (#10833, @underhood)
- Implement new HTTPS client for ACLK. (#10805, @underhood)
- Update ACLK passwd endpoint to match specifications of the new architecture. (#10859, @underhood)
- Implement ACLK new backoff (TBEB) architecture. (#10941, @underhood)
- Add functionality to store
node_id
for a host. (#11059, @stelfrag) - Remove version negotiation from ACLK-NG .(#10980, @underhood)
- Persist claim IDs in local database for parent and children. (#10993, @stelfrag)
- Provide more agent analytics to PostHog. (#11020, @MrZammler)
- Reduce logging when sending agent analytics. (#11091, @MrZammler)
- Remove error message on Netdata restart. (#8685, @Steve8291)
- Add a timeout when sending anonymous statistics using
curl
. (#11010, @ilyam8) - Improve
dash-example.html
. (#10870, @tnyeanderson) - Add
host_cloud_enabled
attribute to analytics. (#11100, @MrZammler)
Dashboard
- Bundle the react dashboard code into the agent repo directly. (#11139, @Ferroin)
- Add dashboard info strings for
systemdunits
collector. (#10904, @ilyam8) - Update dashboard version to v2.17.0. (#10856, @allelos)
- Top bar, side panel and overall navigation has been redesigned.
- Top bar now includes a light bulb icon with news/features and the number of
CRITICAL
orWARNING
alarms. - Documentation and settings buttons moved to the sidebar.
- Improved rendering of sign in/sign up option button along with an operational status option (under user settings).
- In the left panel, nodes show a status badge and are now searchable if there are more than 4.
Health
Improvements
- Add
charts
configuration option to templates. (#11054, @thiagoftsm) - Add new attributes to health configuration files. (#10961, @MrZammler)
- Add
inconsistent
state to themysql_galera_cluster_state
alarm. (#10945, @ilyam8) - Add systemdunits collector alarms. (#10906, @ilyam8)
- Use
average
instead ofsum
in VerneMQ alarms. (#11037, @ilyam8) - Check configuration for
CUSTOM
andMSTEAM
. (#11113, @MrZammler) - Reduce alarms notifications dump logging. (#11116, @ilyam8)
Bug fixes
- Add
synchronization.conf
to the Makefile. (#10907, @ilyam8) - Fix Microsoft Teams naming. (#9905, @tomcbe)
Collectors
New
- Add a chart for out of memory kills. (#10880, @vlvkobal)
- Add a chart with Netdata uptime. (#10997, @vlvkobal)
- Add a module for ZFS pool state. (#11071, @vlvkobal)
- Add a plugin for the system clock synchronization state. (#10895, @vlvkobal)
- Add new charts for extended disk metrics. (#10939, @vlvkobal)
- Add support for renaming libvirtd LXC containers. (#11006, @endreszabo)
- Add a metric for Percpu memory. (#10964, @vlvkobal)
- Add an eBPF directory cache collector. (#10855, @thiagoftsm)
- Add a Z-scores python collector. (#10673, @andrewm4894)
- Add changefinder python collector. (#10672, @andrewm4894)
Improvements
- Remove dots in cgroup IDs. (#11050, @vlvkobal)
- Add support for attribute 249 (NAND Writes 1GiB) to the
smartd_log
module. (#10872, @RaitoBezarius) - Add RAID level to the
mdstat
collector chart families. (#11024, @ilyam8) - Update
fping
version. (#10977, @Habetdin) - Add plugin and module names to the
python.d.plugin
runtime charts. (#11007, @ilyam8) - Move global stats to a separate thread .(#10991, @vlvkobal)
- Add memory size adjustments for eBPF hash tables. (#10962, @thiagoftsm)
- Add improvements to anomalies collector. (#11003, @andrewm4894)
- Add support for loading of
kprobe
names in the eBPF plugin. (#11034, @thiagoftsm) - Don't repeat the
cgroup
discovery cleanup info message. (#11101, @vlvkobal) - Change ACLK statistics charts units from kB/s to KiB/s. (#11103, @ilyam8)
Bug fixes
- Use
size_t
instead of int forvfs_bufspace_count
in FreeBSD plugin. (#11142, @diizzyy) - Fix the detection of cgroups v2 by checking the version of the default cgroup mountpoint. (#11102, @vlvkobal)
- Fix eBPF cachestat chart type. (#11074, @thiagoftsm)
- Fix gaps in eBPF cachestat charts. (#10972, @thiagoftsm)
- Fix detection of
opensipsctl
executable. (#10978, @ilyam8) - Fix network interfaces detection when using
virsh
. (#11096, @ilyam8) - Fix eBPF plugin crash during shutdown. (#10957, @thiagoftsm)
Exporting
Improvements
Bug fixes
Packaging and installation
- Fix
.deb
and.rpm
packaging of the eBPF plugin. (#11031, @wangpei-nice) - Upgrade OKay repository for RHEL8. (#10973, @BastienBalaud)
- Support mulitple jobs in
make(1)
when building LWS. (#10799, @vkalintiris) - Build
mqtt_websockets
with Netdata autotools. (#11083, @underhood)
Documentation
- Improve dashboard documentation (part 3). (#11099, @joelhans)
- Fix broken link in dimensions/contexts/families doc. (#11148, @joelhans)
- Add info on other memory modes to
performance.md
. (#11144, @cakrit) - Remove dash-example, place in community repo. (#11077, @tnyeanderson)
- Update
k6.md
. (#11127, @OdysLam) - Fix broken links in various docs. (#11109, @joelhans)
- Fix broken link in doc. (#11122, @forest0)
- Add third-party collector: Nextcloud plugin. (#11032, @tknobi)
- Add IPv6 listen address example to the Nginx proxy doc. (#10473, @jilleJr)
- Add documentation for claiming during kickstart installation. (#11052, @joelhans)
- Add lists of monitored metrics to the
cgroups
plugin documentation. (#10924, @vlvkobal) - Adds --recursive to Git clones. (#10932, @underhood)
- Fix formatting and wording in the Apache proxy doc. (#8706, @cherouvim)
- Fix spelling in the infrastructure monitoring doc. (#11082, @yavin87)
- Improve dashboard documentation (part 1). (#11015, @joelhans)
- Improve dashboard documentation (part 2). (#11065, @joelhans)
- Improve get started/installation docs. (#10995, @joelhans)
- Improve installation method for Alpine. (#11035, @tiramiseb)
- Improve StatsD+K6 documentation. (#10985, @OdysLam)
- Overhaul streaming documentation. (#10709, @joelhans)
- Remove RewriteEngine for dedicated vHost. (#10873, @Steve8291)
- Remove links to old install doc. (#11014, @joelhans)
- Remove outdated privacy policy and terms of use. (#10979, @joelhans)
- Replace references to Google Analytics with Posthog where relevant. (#10868, @andrewm4894)
- Fix a typo in the cloud providers installation doc. (#10942, @Avre)
- Update eBPF documentation with new eBPF configuration filename and directory. (#10982, @thiagoftsm)
- Update web server options for respecting browser DNT. (#10157, @joelhans)
- Fix spelling in StatsD guide. (#10975, @OdysLam)
- Clarify which health configuration entities are required. (#11086, @ilyam8)
- Fix alarm line
options
syntax in the docs. (#10974, @ilyam8) - Update the
nvidia-smi
collector documentation. (#10214, @vincentkersten)
Bug fixes
- Reduce the number of ACLK chart updates during chart obsoletion. (#11133, @stelfrag)
- Fix SSL random failures when using multithreaded web server with OpenSSL <
1.1.0
. (#11089, @thiagoftsm) - Fix storing an
NULL
claim ID on a parent node. (#11036, @stelfrag) - Prevent MQTT connection attempt on OTP failure. (#10839, @underhood)
- Rename struct fields from class to classification. (#11019, @vkalintiris)
- Fix spelling mistakes in various components:
- aclk (#10910, @jsoref)
- build (#10909, @jsoref)
- collectors (#10912, @jsoref)
- daemon (#10913, @jsoref)
- database (#10914, @jsoref)
- exporting (#10915, @jsoref)
- libnetdata (#10917, @jsoref)
- health (#10916, @jsoref)
- streaming (#10919, @jsoref)
- tests (#10920, @jsoref)
- backend (#10911, @jsoref)
- bidirectional (#10918, @jsoref)
- HTTP API (#10921, @jsoref)
- web (#10922, @jsoref)
1、 netdata-v1.31.0.gz.run 28.9MB
2、 netdata-v1.31.0.tar.gz 11.95MB
3、 sha256sums.txt 449B