nom_nrql 0.1.2

NRQL (New Relic Query Language) streaming parser built with nom.
Documentation
1
2
3
4
5
6
{
  "select": { "items": [{ "type": "Function", "value": { "name": "count", "args": [null], "alias": null } }] },
  "from": { "event_types": ["Transaction"] },
  "with_timezone": "America/New_York",
  "since": { "variant": "Relative", "n": 1, "unit": "day" }
}