merged.json 187 B

1234567891011121314
  1. {
  2. "sensors":
  3. [
  4. {
  5. "kind":"RATE",
  6. "labels":
  7. {
  8. "metric":"hello",
  9. "label":"world"
  10. },
  11. "value":1
  12. }
  13. ]
  14. }