metrics.json 796 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "labels": {
  3. "project": "solomon",
  4. "cluster": "man",
  5. "service": "stockpile"
  6. },
  7. "metrics": [
  8. {
  9. "type": "DGAUGE",
  10. "labels": {
  11. "metric": "Memory"
  12. },
  13. "value": 10
  14. },
  15. {
  16. "type": "RATE",
  17. "value": 1,
  18. "labels": { "metric": "UserTime" }
  19. },
  20. {
  21. "type": "GAUGE",
  22. "value": 3.14159,
  23. "labels": { "export": "Oxygen", "metric": "QueueSize" },
  24. "ts": "2017-11-05T12:34:56.000Z",
  25. "memOnly": true
  26. },
  27. {
  28. "type": "GAUGE",
  29. "labels": { "metric": "Writes" },
  30. "timeseries": [
  31. {
  32. "ts": "2017-08-28T12:32:11Z",
  33. "value": -10
  34. },
  35. {
  36. "value": 20,
  37. "ts": 1503923187
  38. }
  39. ]
  40. }
  41. ],
  42. "ts": "2017-08-27T12:34:56Z"
  43. }