22.11.0 #1531
cgrinds
announced in
Announcements
22.11.0
#1531
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
22.11.0 / 2022-11-21
📌 Highlights of this major release include:
✨ Harvest now includes a StorageGRID collector and a Tenant/Buckets dashboard. We're just getting started with StorageGRID dashboards. Please give the collector a try, and let us know which StorageGRID dashboards you'd like to see next.
🎩 The REST collectors are ready! We recommend using them for ONTAP versions 9.12.1 and higher. Today, Harvest collects 1,546 metrics via ZAPI. Harvest includes a full set of REST templates that export identical metrics. All 1,546 metrics are available via Harvest's REST templates and no changes to dashboards or downstream metric-consumers is required. 🎉 More details on Harvest's REST strategy.
📕 Harvest has a new documentation site! This consolidates Harvest documentation into one place and will make it easier to find what you need. Stay tuned for more updates here.
💎 New and improved dashboards
🔒 Harvest code is checked for vulnerabilities on every commit using Go's vulnerability management scanner.
Harvest collects additional metrics in this release
Harvest now converts ONTAP histograms to Prometheus histograms, making it possible to visualize metrics as heatmaps in Grafana
Announcements
💣 Deprecation: Earlier versions of Harvest published quota metrics prefixed with
qtree
. Harvest release 22.11 deprecates the quota metrics prefixed withqtree
and instead publishes quota metrics prefixed withquota
. All dashboards have been updated. If you are consuming these metrics outside the default dashboards, please change toquota
prefixed metrics. Harvest release 23.02 will remove the deprecated quota metrics prefixed withqtree
.💡 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
Harvest does not calculate power metrics for AFF A250 systems. This data is not available from ONTAP via ZAPI or REST. 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 bug 1473892 for more details.Podman is unable to pull from NetApp's container registry
cr.netapp.io
. Until issue is resolved, Podman users can pull from a separate proxy like thispodman pull netappdownloads.jfrog.io/oss-docker-harvest-production/harvest:latest
.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 TLS protocol version issue #1007 for more details.The Unix collector is unable to monitor pollers running in containers. See #249 for 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:
@Falcon667, @MrObvious, @ReneMeier, @Sawall10, @T1r0l, @chadpruden, @demalik, @electrocreative, @ev1963, @faguayot, @iStep2Step, @jgasher, @jmg011, @mamoep, @matthieu-sudo, @merdos, @rodenj1, Ed Wilts, KlausHub, MeghanaD, Paul P2, Rusty Brown, Shubham Mer, jf38800, rcl23, troysmuller
🌱 This release includes 59 features, 90 bug fixes, 21 documentation, 4 testing, 2 styling, 6 refactoring, 2 miscellaneous, and 6 ci commits.
🚀 Features
Make Dev
(#1273)Bin/Zapi Show Counters
Should Print Xml Results To Make Parsi… (#1286)Objects
AndCollectors
Override Defaults (#1300)Shared Crosshair
(#1359)Harvest_no_upgrade
To Skip Collector Upgrade (#1385)🐛 Bug Fixes
Defer Resp.body.close()
Will Not Run (#1211)📕 Documentation
🔧 Testing
Styling
Refactoring
Targetisontap
(#1235)Miscellaneous
🔨 CI
This discussion was created from the release 22.11.0.
Beta Was this translation helpful? Give feedback.
All reactions