NetApp / harvest

Open-metrics endpoint for ONTAP and StorageGRID
https://netapp.github.io/harvest/latest
Apache License 2.0
146 stars 36 forks source link

feat: Harvest should track poller maxRSS in auto-support #2982

Closed cgrinds closed 2 months ago

cgrinds commented 2 months ago

MaxRss (in bytes) is updated once a minute

Example auto-support JSON

 "Harvest": {
  "HostHash": "df62c133cbd0fef8ccda100e3c04c33eb3b2d911",
  "UUID": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
  "Version": "2.0.2",
  "Release": "rc2",
  "Commit": "HEAD",
  "BuildDate": "undefined",
  "NumClusters": 1,
  "NumPollers": 27,
  "NumExporters": 5,
  "NumPortRange": 1,
  "Pid": 48223,
  "RssBytes": 17473536,
  "MaxRssBytes": 17473536,
  "EpochMilli": 1718201199682
 }