nom_nrql 0.1.2

NRQL (New Relic Query Language) streaming parser built with nom.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "select": {
    "items": [
      {
        "type": "Function",
        "value": {
          "name": "count",
          "args": [null],
          "alias": "Total Events"
        }
      }
    ]
  },
  "from": { "event_types": ["Transaction"] },
  "since": { "variant": "Relative", "n": 1, "unit": "hour" }
}