sensors.json 733 B

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