streaming.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_TESTDATA_DB",
  5. "label": "TestData DB",
  6. "description": "",
  7. "type": "datasource",
  8. "pluginId": "testdata",
  9. "pluginName": "TestData DB"
  10. }
  11. ],
  12. "__requires": [
  13. {
  14. "type": "grafana",
  15. "id": "grafana",
  16. "name": "Grafana",
  17. "version": "6.2.0-pre"
  18. },
  19. {
  20. "type": "panel",
  21. "id": "graph2",
  22. "name": "React Graph",
  23. "version": ""
  24. },
  25. {
  26. "type": "datasource",
  27. "id": "testdata",
  28. "name": "TestData DB",
  29. "version": "1.0.0"
  30. }
  31. ],
  32. "annotations": {
  33. "list": [
  34. {
  35. "builtIn": 1,
  36. "datasource": "-- Grafana --",
  37. "enable": true,
  38. "hide": true,
  39. "iconColor": "rgba(0, 211, 255, 1)",
  40. "name": "Annotations & Alerts",
  41. "type": "dashboard"
  42. }
  43. ]
  44. },
  45. "editable": true,
  46. "gnetId": null,
  47. "graphTooltip": 0,
  48. "id": null,
  49. "links": [],
  50. "panels": [
  51. {
  52. "datasource": "${DS_TESTDATA_DB}",
  53. "description": "",
  54. "gridPos": {
  55. "h": 6,
  56. "w": 24,
  57. "x": 0,
  58. "y": 0
  59. },
  60. "id": 2,
  61. "links": [],
  62. "options": {
  63. "graph": {
  64. "showBars": false,
  65. "showLines": true,
  66. "showPoints": false
  67. },
  68. "legend": {
  69. "asTable": true,
  70. "decimals": 2,
  71. "isVisible": true,
  72. "placement": "right",
  73. "stats": ["last"]
  74. },
  75. "series": {}
  76. },
  77. "targets": [
  78. {
  79. "refId": "A",
  80. "scenarioId": "streaming_client",
  81. "stream": {
  82. "noise": 10,
  83. "speed": 100,
  84. "spread": 20,
  85. "type": "signal"
  86. },
  87. "stringInput": ""
  88. }
  89. ],
  90. "timeFrom": null,
  91. "timeShift": null,
  92. "title": "Simple dummy streaming example",
  93. "type": "graph2"
  94. }
  95. ],
  96. "schemaVersion": 18,
  97. "style": "dark",
  98. "tags": [],
  99. "templating": {
  100. "list": []
  101. },
  102. "time": {
  103. "from": "now-1m",
  104. "to": "now"
  105. },
  106. "timepicker": {
  107. "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
  108. "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
  109. },
  110. "timezone": "",
  111. "title": "Simple Streaming Example",
  112. "uid": "TXSTREZ",
  113. "version": 2
  114. }