]> arthur.barton.de Git - netdata.git/commit - src/backends.c
Added json as new backend with the structure:
authorLuis Felipe Dominguez Vega <ldominguezvega@gmail.com>
Fri, 17 Feb 2017 19:50:12 +0000 (14:50 -0500)
committerLuis Felipe Dominguez Vega <ldominguezvega@gmail.com>
Fri, 17 Feb 2017 19:50:12 +0000 (14:50 -0500)
commit462493d864d80d7f9586cec8c74ce5499783d4cf
treee3305e21c30f73b7abf6d1e14e9f12e5fe019a8e
parentbafbfe859ba0041689e4bcc33bcf2624afb26ced
Added json as new backend with the structure:

{
  "prefix": "netdata",
  "hostname": "example",
  "id": "apps.cpu",
  "subid": "media",
  "value": 0,
  "timestamp": 1487361156
}
src/backends.c