23.11.0 #2487
cgrinds
announced in
Announcements
23.11.0
#2487
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
23.11.0 / 2023-11-13 Release
📌 Highlights of this major release include:
New FlexGroup dashboard that includes FlexGroup constituents. Thanks to @Sandromuc and @ewilts for raising.
Harvest ChangeLog plugin to detect and monitor changes related to object creation, modification, and deletion.
We improved how Harvest calculates power. As a result, you may notice a decrease in the reported power metrics compared to previous versions. Details here. Thanks to Evan Lee for reporting!
Added
conf_path
variable for specifying the search path of Harvest templates.📦 Streamlined the Harvest container installation process by eliminating the need to download a tar file. Running Harvest in a container is now simpler and more convenient.
⭐ Several of the existing dashboards include new panels in this release:
🌾 Harvest includes new templates to collect:
📕 Documentation additions
ca_cert
property. Thanks to Marvin Montanus for reporting!Enhanced the Volume dashboard to include clone information.
⚡ Optimized the Harvest binaries, significantly reducing their size.
The Metadata dashboard works inside container deployments.
The FabricPool panels in the Volume dashboard now support FlexGroup volumes. Thanks to @sriniji for reporting.
Large
harvest.yml
files can be refactoring into smaller ones. Thanks to @llelik and @Pengng88 for raising.💡 Added help text about metrics to more Harvest dashboard panels.
Announcements
23.11
disables theCIFSSession
templates by default. This change was made to prevent the generation of a large number of metrics. If you require these templates, you can enable them. Please be aware that enabling them may result in a significant increase in metric collection time, Harvest memory footprint, and Prometheus used disk space. These metrics are utilized in the SMB2 dashboard.23.11
has updated its power metric calculation algorithm. As a result, you may notice a decrease in the reported power metrics compared to previous versions. To collect these metrics, Rest API permissions are required. For detailed information on the power algorithm, please refer to the power algorithm documentation.💡 IMPORTANT After upgrade, don't forget to re-import your dashboards, so you get all the new enhancements and fixes. You can import them via the
bin/harvest grafana import
CLI, from the Grafana UI, or from theMaintenance > Reset Harvest Dashboards
button in NAbox.Known Issues
Some AFF A250 systems do not report power metrics. See ONTAP bug 1511476 for more details.
ONTAP does not include REST metrics for
offbox_vscan_server
andoffbox_vscan
until ONTAP 9.13.1. See ONTAP bug1473892 for more details.
IMPORTANT 7-mode filers that are not on the latest release of ONTAP may experience TLS connection issues with errors like
tls: server selected unsupported protocol version 301
This is caused by a change in Go 1.18. The default for TLS client connections was changed to TLS 1.2 in Go 1.18. Please upgrade your 7-mode filers (recommended) or settls_min_version: tls10
in yourharvest.yml
poller section. See #1007 for more details.Thanks to all the awesome contributors
🤘 Thanks to all the people who've opened issues, asked questions on Discord, and contributed code or dashboards
this release:
@Garydep, @MrObvious, @Pengng88, @Sandromuc, @ewilts, @faguayot, @jmg011, @kinderr95, @llelik, @mamoep, @rodenj1, @s-kuchi, @shawnahall71, @slater0013, @sriniji, @statdigger, @wyahn1219, AlessandroN, Dave, Diane, Evan Lee, Francesco, Heaven7, Johnathan Warlick, Madaan, Martijn Moret, Marvin Montanus, NicoSeiberth, RBrown, TonyHsieh, Watson9121, dbakerletn, imthenightbird, roller, twodot0h, tymercer
🌱 This release includes 38 features, 26 bug fixes, 24 documentation, 5 performance, 2 refactoring, 12 miscellaneous, and 7 ci pull requests.
🚀 Features
🐛 Bug Fixes
Harvest_conf
When Set (#2366)Harvest_conf
When Set (#2367)Volume Iops Per Type
Legend Should Use Mean, Last, Max Instead… (#2411)📕 Documentation
Ca_cert
Property (#2374)Generate Metrics
Should Include Metrics Created By Builtin Plu… (#2413)Conf_path
(#2480)⚡ Performance
Refactoring
Miscellaneous
🔨 CI
This discussion was created from the release 23.11.0.
Beta Was this translation helpful? Give feedback.
All reactions