Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.29 KB | None | 0 0
  1. {
  2.     "id": "test",
  3.      "cmd" : "top",
  4.     "server_group" : "php",
  5.     "layout" : "db_v1",
  6.     "resolution" : "minute",
  7.     "limit" : 10,
  8.     "counters" : ["sum(count)"],
  9.     "order_by" : "sum(count)",
  10.     "header" : {
  11.         "date" : ["2017-01-01", "2018-01-01"]
  12.     },
  13.     "group_by" : ["timeclass", "name", "service"]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement