Read Host data

get/metrics/host

Response

OK

Example response

{
  "data": {
    "os": "linux",
    "platform": "debian",
    "kernel_version": "5.4.0-42-generic"
  },
  "errors": [
    {
      "metric": "cpu.temperature",
      "error": "unable to get cpu temperature"
    }
  ]
}

Changes