Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. {
  2. "cacheTimeout": null,
  3. "colorBackground": false,
  4. "colorValue": true,
  5. "colors": [
  6. "#299c46",
  7. "rgba(237, 129, 40, 0.89)",
  8. "#d44a3a"
  9. ],
  10. "datasource": "influxDB",
  11. "decimals": 2,
  12. "format": "none",
  13. "gauge": {
  14. "maxValue": 100,
  15. "minValue": 0,
  16. "show": false,
  17. "thresholdLabels": false,
  18. "thresholdMarkers": true
  19. },
  20. "gridPos": {
  21. "h": 3,
  22. "w": 5,
  23. "x": 0,
  24. "y": 8
  25. },
  26. "id": 14,
  27. "interval": null,
  28. "links": [],
  29. "mappingType": 1,
  30. "mappingTypes": [
  31. {
  32. "name": "value to text",
  33. "value": 1
  34. },
  35. {
  36. "name": "range to text",
  37. "value": 2
  38. }
  39. ],
  40. "maxDataPoints": 100,
  41. "nullPointMode": "connected",
  42. "nullText": null,
  43. "postfix": " ms",
  44. "postfixFontSize": "50%",
  45. "prefix": "",
  46. "prefixFontSize": "50%",
  47. "rangeMaps": [
  48. {
  49. "from": "null",
  50. "text": "N/A",
  51. "to": "null"
  52. }
  53. ],
  54. "sparkline": {
  55. "fillColor": "rgba(31, 118, 189, 0.18)",
  56. "full": false,
  57. "lineColor": "rgb(31, 120, 193)",
  58. "show": true
  59. },
  60. "tableColumn": "",
  61. "targets": [
  62. {
  63. "groupBy": [
  64. {
  65. "params": [
  66. "$__interval"
  67. ],
  68. "type": "time"
  69. },
  70. {
  71. "params": [
  72. "null"
  73. ],
  74. "type": "fill"
  75. }
  76. ],
  77. "measurement": "ping",
  78. "orderByTime": "ASC",
  79. "policy": "default",
  80. "refId": "A",
  81. "resultFormat": "time_series",
  82. "select": [
  83. [
  84. {
  85. "params": [
  86. "average_response_ms"
  87. ],
  88. "type": "field"
  89. },
  90. {
  91. "params": [],
  92. "type": "last"
  93. }
  94. ]
  95. ],
  96. "tags": [
  97. {
  98. "key": "url",
  99. "operator": "=",
  100. "value": "IPgoesHere"
  101. }
  102. ]
  103. }
  104. ],
  105. "thresholds": "100,500",
  106. "title": "X Ping Graph Title",
  107. "type": "singlestat",
  108. "valueFontSize": "120%",
  109. "valueMaps": [
  110. {
  111. "op": "=",
  112. "text": "N/A",
  113. "value": "null"
  114. }
  115. ],
  116. "valueName": "current"
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement