testdata-repeating.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365
  1. {
  2. "annotations": {
  3. "list": [
  4. {
  5. "builtIn": 1,
  6. "datasource": "-- Grafana --",
  7. "enable": true,
  8. "hide": true,
  9. "iconColor": "rgba(0, 211, 255, 1)",
  10. "name": "Annotations & Alerts",
  11. "type": "dashboard"
  12. }
  13. ]
  14. },
  15. "editable": true,
  16. "gnetId": null,
  17. "graphTooltip": 0,
  18. "iteration": 1554990747424,
  19. "links": [],
  20. "panels": [
  21. {
  22. "cacheTimeout": null,
  23. "colorBackground": false,
  24. "colorValue": false,
  25. "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
  26. "datasource": "gdev-testdata",
  27. "format": "none",
  28. "gauge": {
  29. "maxValue": 100,
  30. "minValue": 0,
  31. "show": false,
  32. "thresholdLabels": false,
  33. "thresholdMarkers": true
  34. },
  35. "gridPos": {
  36. "h": 4,
  37. "w": 6,
  38. "x": 0,
  39. "y": 0
  40. },
  41. "id": 7,
  42. "interval": null,
  43. "links": [],
  44. "mappingType": 1,
  45. "mappingTypes": [
  46. {
  47. "name": "value to text",
  48. "value": 1
  49. },
  50. {
  51. "name": "range to text",
  52. "value": 2
  53. }
  54. ],
  55. "maxDataPoints": 100,
  56. "maxPerRow": 4,
  57. "nullPointMode": "connected",
  58. "nullText": null,
  59. "postfix": "",
  60. "postfixFontSize": "50%",
  61. "prefix": "",
  62. "prefixFontSize": "50%",
  63. "rangeMaps": [
  64. {
  65. "from": "null",
  66. "text": "N/A",
  67. "to": "null"
  68. }
  69. ],
  70. "repeat": "Servers",
  71. "repeatDirection": "h",
  72. "scopedVars": {
  73. "Servers": {
  74. "selected": false,
  75. "text": "server1",
  76. "value": "server1"
  77. }
  78. },
  79. "sparkline": {
  80. "fillColor": "rgba(31, 118, 189, 0.18)",
  81. "full": false,
  82. "lineColor": "rgb(31, 120, 193)",
  83. "show": true
  84. },
  85. "tableColumn": "",
  86. "targets": [
  87. {
  88. "refId": "A",
  89. "scenarioId": "random_walk",
  90. "stringInput": ""
  91. }
  92. ],
  93. "thresholds": "50,90",
  94. "timeFrom": null,
  95. "timeShift": null,
  96. "title": "$Servers",
  97. "type": "singlestat",
  98. "valueFontSize": "80%",
  99. "valueMaps": [
  100. {
  101. "op": "=",
  102. "text": "N/A",
  103. "value": "null"
  104. }
  105. ],
  106. "valueName": "avg"
  107. },
  108. {
  109. "cacheTimeout": null,
  110. "colorBackground": false,
  111. "colorValue": false,
  112. "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
  113. "datasource": "gdev-testdata",
  114. "format": "none",
  115. "gauge": {
  116. "maxValue": 100,
  117. "minValue": 0,
  118. "show": false,
  119. "thresholdLabels": false,
  120. "thresholdMarkers": true
  121. },
  122. "gridPos": {
  123. "h": 4,
  124. "w": 6,
  125. "x": 6,
  126. "y": 0
  127. },
  128. "id": 8,
  129. "interval": null,
  130. "links": [],
  131. "mappingType": 1,
  132. "mappingTypes": [
  133. {
  134. "name": "value to text",
  135. "value": 1
  136. },
  137. {
  138. "name": "range to text",
  139. "value": 2
  140. }
  141. ],
  142. "maxDataPoints": 100,
  143. "maxPerRow": 4,
  144. "nullPointMode": "connected",
  145. "nullText": null,
  146. "postfix": "",
  147. "postfixFontSize": "50%",
  148. "prefix": "",
  149. "prefixFontSize": "50%",
  150. "rangeMaps": [
  151. {
  152. "from": "null",
  153. "text": "N/A",
  154. "to": "null"
  155. }
  156. ],
  157. "repeat": null,
  158. "repeatDirection": "h",
  159. "repeatIteration": 1554990747424,
  160. "repeatPanelId": 7,
  161. "scopedVars": {
  162. "Servers": {
  163. "selected": false,
  164. "text": "server2",
  165. "value": "server2"
  166. }
  167. },
  168. "sparkline": {
  169. "fillColor": "rgba(31, 118, 189, 0.18)",
  170. "full": false,
  171. "lineColor": "rgb(31, 120, 193)",
  172. "show": true
  173. },
  174. "tableColumn": "",
  175. "targets": [
  176. {
  177. "refId": "A",
  178. "scenarioId": "random_walk",
  179. "stringInput": ""
  180. }
  181. ],
  182. "thresholds": "50,90",
  183. "timeFrom": null,
  184. "timeShift": null,
  185. "title": "$Servers",
  186. "type": "singlestat",
  187. "valueFontSize": "80%",
  188. "valueMaps": [
  189. {
  190. "op": "=",
  191. "text": "N/A",
  192. "value": "null"
  193. }
  194. ],
  195. "valueName": "avg"
  196. },
  197. {
  198. "cacheTimeout": null,
  199. "colorBackground": false,
  200. "colorValue": false,
  201. "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
  202. "datasource": "gdev-testdata",
  203. "format": "none",
  204. "gauge": {
  205. "maxValue": 100,
  206. "minValue": 0,
  207. "show": false,
  208. "thresholdLabels": false,
  209. "thresholdMarkers": true
  210. },
  211. "gridPos": {
  212. "h": 4,
  213. "w": 6,
  214. "x": 12,
  215. "y": 0
  216. },
  217. "id": 9,
  218. "interval": null,
  219. "links": [],
  220. "mappingType": 1,
  221. "mappingTypes": [
  222. {
  223. "name": "value to text",
  224. "value": 1
  225. },
  226. {
  227. "name": "range to text",
  228. "value": 2
  229. }
  230. ],
  231. "maxDataPoints": 100,
  232. "maxPerRow": 4,
  233. "nullPointMode": "connected",
  234. "nullText": null,
  235. "postfix": "",
  236. "postfixFontSize": "50%",
  237. "prefix": "",
  238. "prefixFontSize": "50%",
  239. "rangeMaps": [
  240. {
  241. "from": "null",
  242. "text": "N/A",
  243. "to": "null"
  244. }
  245. ],
  246. "repeat": null,
  247. "repeatDirection": "h",
  248. "repeatIteration": 1554990747424,
  249. "repeatPanelId": 7,
  250. "scopedVars": {
  251. "Servers": {
  252. "selected": false,
  253. "text": "server3",
  254. "value": "server3"
  255. }
  256. },
  257. "sparkline": {
  258. "fillColor": "rgba(31, 118, 189, 0.18)",
  259. "full": false,
  260. "lineColor": "rgb(31, 120, 193)",
  261. "show": true
  262. },
  263. "tableColumn": "",
  264. "targets": [
  265. {
  266. "refId": "A",
  267. "scenarioId": "random_walk",
  268. "stringInput": ""
  269. }
  270. ],
  271. "thresholds": "50,90",
  272. "timeFrom": null,
  273. "timeShift": null,
  274. "title": "$Servers",
  275. "type": "singlestat",
  276. "valueFontSize": "80%",
  277. "valueMaps": [
  278. {
  279. "op": "=",
  280. "text": "N/A",
  281. "value": "null"
  282. }
  283. ],
  284. "valueName": "avg"
  285. },
  286. {
  287. "cacheTimeout": null,
  288. "colorBackground": false,
  289. "colorValue": false,
  290. "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
  291. "datasource": "gdev-testdata",
  292. "format": "none",
  293. "gauge": {
  294. "maxValue": 100,
  295. "minValue": 0,
  296. "show": false,
  297. "thresholdLabels": false,
  298. "thresholdMarkers": true
  299. },
  300. "gridPos": {
  301. "h": 4,
  302. "w": 6,
  303. "x": 18,
  304. "y": 0
  305. },
  306. "id": 10,
  307. "interval": null,
  308. "links": [],
  309. "mappingType": 1,
  310. "mappingTypes": [
  311. {
  312. "name": "value to text",
  313. "value": 1
  314. },
  315. {
  316. "name": "range to text",
  317. "value": 2
  318. }
  319. ],
  320. "maxDataPoints": 100,
  321. "maxPerRow": 4,
  322. "nullPointMode": "connected",
  323. "nullText": null,
  324. "postfix": "",
  325. "postfixFontSize": "50%",
  326. "prefix": "",
  327. "prefixFontSize": "50%",
  328. "rangeMaps": [
  329. {
  330. "from": "null",
  331. "text": "N/A",
  332. "to": "null"
  333. }
  334. ],
  335. "repeat": null,
  336. "repeatDirection": "h",
  337. "repeatIteration": 1554990747424,
  338. "repeatPanelId": 7,
  339. "scopedVars": {
  340. "Servers": {
  341. "selected": false,
  342. "text": "server4",
  343. "value": "server4"
  344. }
  345. },
  346. "sparkline": {
  347. "fillColor": "rgba(31, 118, 189, 0.18)",
  348. "full": false,
  349. "lineColor": "rgb(31, 120, 193)",
  350. "show": true
  351. },
  352. "tableColumn": "",
  353. "targets": [
  354. {
  355. "refId": "A",
  356. "scenarioId": "random_walk",
  357. "stringInput": ""
  358. }
  359. ],
  360. "thresholds": "50,90",
  361. "timeFrom": null,
  362. "timeShift": null,
  363. "title": "$Servers",
  364. "type": "singlestat",
  365. "valueFontSize": "80%",
  366. "valueMaps": [
  367. {
  368. "op": "=",
  369. "text": "N/A",
  370. "value": "null"
  371. }
  372. ],
  373. "valueName": "avg"
  374. },
  375. {
  376. "cacheTimeout": null,
  377. "colorBackground": false,
  378. "colorValue": false,
  379. "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
  380. "datasource": "gdev-testdata",
  381. "format": "none",
  382. "gauge": {
  383. "maxValue": 100,
  384. "minValue": 0,
  385. "show": false,
  386. "thresholdLabels": false,
  387. "thresholdMarkers": true
  388. },
  389. "gridPos": {
  390. "h": 4,
  391. "w": 6,
  392. "x": 0,
  393. "y": 4
  394. },
  395. "id": 11,
  396. "interval": null,
  397. "links": [],
  398. "mappingType": 1,
  399. "mappingTypes": [
  400. {
  401. "name": "value to text",
  402. "value": 1
  403. },
  404. {
  405. "name": "range to text",
  406. "value": 2
  407. }
  408. ],
  409. "maxDataPoints": 100,
  410. "maxPerRow": 4,
  411. "nullPointMode": "connected",
  412. "nullText": null,
  413. "postfix": "",
  414. "postfixFontSize": "50%",
  415. "prefix": "",
  416. "prefixFontSize": "50%",
  417. "rangeMaps": [
  418. {
  419. "from": "null",
  420. "text": "N/A",
  421. "to": "null"
  422. }
  423. ],
  424. "repeat": null,
  425. "repeatDirection": "h",
  426. "repeatIteration": 1554990747424,
  427. "repeatPanelId": 7,
  428. "scopedVars": {
  429. "Servers": {
  430. "selected": false,
  431. "text": "server5",
  432. "value": "server5"
  433. }
  434. },
  435. "sparkline": {
  436. "fillColor": "rgba(31, 118, 189, 0.18)",
  437. "full": false,
  438. "lineColor": "rgb(31, 120, 193)",
  439. "show": true
  440. },
  441. "tableColumn": "",
  442. "targets": [
  443. {
  444. "refId": "A",
  445. "scenarioId": "random_walk",
  446. "stringInput": ""
  447. }
  448. ],
  449. "thresholds": "50,90",
  450. "timeFrom": null,
  451. "timeShift": null,
  452. "title": "$Servers",
  453. "type": "singlestat",
  454. "valueFontSize": "80%",
  455. "valueMaps": [
  456. {
  457. "op": "=",
  458. "text": "N/A",
  459. "value": "null"
  460. }
  461. ],
  462. "valueName": "avg"
  463. },
  464. {
  465. "cacheTimeout": null,
  466. "colorBackground": false,
  467. "colorValue": false,
  468. "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
  469. "datasource": "gdev-testdata",
  470. "format": "none",
  471. "gauge": {
  472. "maxValue": 100,
  473. "minValue": 0,
  474. "show": false,
  475. "thresholdLabels": false,
  476. "thresholdMarkers": true
  477. },
  478. "gridPos": {
  479. "h": 4,
  480. "w": 6,
  481. "x": 6,
  482. "y": 4
  483. },
  484. "id": 12,
  485. "interval": null,
  486. "links": [],
  487. "mappingType": 1,
  488. "mappingTypes": [
  489. {
  490. "name": "value to text",
  491. "value": 1
  492. },
  493. {
  494. "name": "range to text",
  495. "value": 2
  496. }
  497. ],
  498. "maxDataPoints": 100,
  499. "maxPerRow": 4,
  500. "nullPointMode": "connected",
  501. "nullText": null,
  502. "postfix": "",
  503. "postfixFontSize": "50%",
  504. "prefix": "",
  505. "prefixFontSize": "50%",
  506. "rangeMaps": [
  507. {
  508. "from": "null",
  509. "text": "N/A",
  510. "to": "null"
  511. }
  512. ],
  513. "repeat": null,
  514. "repeatDirection": "h",
  515. "repeatIteration": 1554990747424,
  516. "repeatPanelId": 7,
  517. "scopedVars": {
  518. "Servers": {
  519. "selected": false,
  520. "text": "server6",
  521. "value": "server6"
  522. }
  523. },
  524. "sparkline": {
  525. "fillColor": "rgba(31, 118, 189, 0.18)",
  526. "full": false,
  527. "lineColor": "rgb(31, 120, 193)",
  528. "show": true
  529. },
  530. "tableColumn": "",
  531. "targets": [
  532. {
  533. "refId": "A",
  534. "scenarioId": "random_walk",
  535. "stringInput": ""
  536. }
  537. ],
  538. "thresholds": "50,90",
  539. "timeFrom": null,
  540. "timeShift": null,
  541. "title": "$Servers",
  542. "type": "singlestat",
  543. "valueFontSize": "80%",
  544. "valueMaps": [
  545. {
  546. "op": "=",
  547. "text": "N/A",
  548. "value": "null"
  549. }
  550. ],
  551. "valueName": "avg"
  552. },
  553. {
  554. "cacheTimeout": null,
  555. "colorBackground": false,
  556. "colorValue": false,
  557. "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
  558. "datasource": "gdev-testdata",
  559. "format": "none",
  560. "gauge": {
  561. "maxValue": 100,
  562. "minValue": 0,
  563. "show": false,
  564. "thresholdLabels": false,
  565. "thresholdMarkers": true
  566. },
  567. "gridPos": {
  568. "h": 4,
  569. "w": 6,
  570. "x": 12,
  571. "y": 4
  572. },
  573. "id": 13,
  574. "interval": null,
  575. "links": [],
  576. "mappingType": 1,
  577. "mappingTypes": [
  578. {
  579. "name": "value to text",
  580. "value": 1
  581. },
  582. {
  583. "name": "range to text",
  584. "value": 2
  585. }
  586. ],
  587. "maxDataPoints": 100,
  588. "maxPerRow": 4,
  589. "nullPointMode": "connected",
  590. "nullText": null,
  591. "postfix": "",
  592. "postfixFontSize": "50%",
  593. "prefix": "",
  594. "prefixFontSize": "50%",
  595. "rangeMaps": [
  596. {
  597. "from": "null",
  598. "text": "N/A",
  599. "to": "null"
  600. }
  601. ],
  602. "repeat": null,
  603. "repeatDirection": "h",
  604. "repeatIteration": 1554990747424,
  605. "repeatPanelId": 7,
  606. "scopedVars": {
  607. "Servers": {
  608. "selected": false,
  609. "text": "server7",
  610. "value": "server7"
  611. }
  612. },
  613. "sparkline": {
  614. "fillColor": "rgba(31, 118, 189, 0.18)",
  615. "full": false,
  616. "lineColor": "rgb(31, 120, 193)",
  617. "show": true
  618. },
  619. "tableColumn": "",
  620. "targets": [
  621. {
  622. "refId": "A",
  623. "scenarioId": "random_walk",
  624. "stringInput": ""
  625. }
  626. ],
  627. "thresholds": "50,90",
  628. "timeFrom": null,
  629. "timeShift": null,
  630. "title": "$Servers",
  631. "type": "singlestat",
  632. "valueFontSize": "80%",
  633. "valueMaps": [
  634. {
  635. "op": "=",
  636. "text": "N/A",
  637. "value": "null"
  638. }
  639. ],
  640. "valueName": "avg"
  641. },
  642. {
  643. "cacheTimeout": null,
  644. "colorBackground": false,
  645. "colorValue": false,
  646. "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"],
  647. "datasource": "gdev-testdata",
  648. "format": "none",
  649. "gauge": {
  650. "maxValue": 100,
  651. "minValue": 0,
  652. "show": false,
  653. "thresholdLabels": false,
  654. "thresholdMarkers": true
  655. },
  656. "gridPos": {
  657. "h": 4,
  658. "w": 6,
  659. "x": 18,
  660. "y": 4
  661. },
  662. "id": 14,
  663. "interval": null,
  664. "links": [],
  665. "mappingType": 1,
  666. "mappingTypes": [
  667. {
  668. "name": "value to text",
  669. "value": 1
  670. },
  671. {
  672. "name": "range to text",
  673. "value": 2
  674. }
  675. ],
  676. "maxDataPoints": 100,
  677. "maxPerRow": 4,
  678. "nullPointMode": "connected",
  679. "nullText": null,
  680. "postfix": "",
  681. "postfixFontSize": "50%",
  682. "prefix": "",
  683. "prefixFontSize": "50%",
  684. "rangeMaps": [
  685. {
  686. "from": "null",
  687. "text": "N/A",
  688. "to": "null"
  689. }
  690. ],
  691. "repeat": null,
  692. "repeatDirection": "h",
  693. "repeatIteration": 1554990747424,
  694. "repeatPanelId": 7,
  695. "scopedVars": {
  696. "Servers": {
  697. "selected": false,
  698. "text": "server8",
  699. "value": "server8"
  700. }
  701. },
  702. "sparkline": {
  703. "fillColor": "rgba(31, 118, 189, 0.18)",
  704. "full": false,
  705. "lineColor": "rgb(31, 120, 193)",
  706. "show": true
  707. },
  708. "tableColumn": "",
  709. "targets": [
  710. {
  711. "refId": "A",
  712. "scenarioId": "random_walk",
  713. "stringInput": ""
  714. }
  715. ],
  716. "thresholds": "50,90",
  717. "timeFrom": null,
  718. "timeShift": null,
  719. "title": "$Servers",
  720. "type": "singlestat",
  721. "valueFontSize": "80%",
  722. "valueMaps": [
  723. {
  724. "op": "=",
  725. "text": "N/A",
  726. "value": "null"
  727. }
  728. ],
  729. "valueName": "avg"
  730. },
  731. {
  732. "datasource": "gdev-testdata",
  733. "gridPos": {
  734. "h": 5,
  735. "w": 6,
  736. "x": 0,
  737. "y": 8
  738. },
  739. "id": 2,
  740. "links": [],
  741. "maxPerRow": 4,
  742. "nullPointMode": "null",
  743. "options": {
  744. "baseColor": "#299c46",
  745. "maxValue": 100,
  746. "minValue": 0,
  747. "orientation": "auto",
  748. "showThresholdLabels": false,
  749. "showThresholdMarkers": true,
  750. "thresholds": [
  751. {
  752. "color": "#7EB26D",
  753. "index": 0,
  754. "value": null
  755. },
  756. {
  757. "color": "#ef843c",
  758. "index": 1,
  759. "value": 75
  760. },
  761. {
  762. "color": "#e24d42",
  763. "index": 2,
  764. "value": 90
  765. }
  766. ],
  767. "valueMappings": [],
  768. "valueOptions": {
  769. "decimals": "2",
  770. "prefix": "",
  771. "stat": "mean",
  772. "suffix": "",
  773. "unit": "ms"
  774. }
  775. },
  776. "pluginVersion": "6.1.0-pre",
  777. "repeat": "Servers",
  778. "repeatDirection": "h",
  779. "scopedVars": {
  780. "Servers": {
  781. "selected": false,
  782. "text": "server1",
  783. "value": "server1"
  784. }
  785. },
  786. "targets": [
  787. {
  788. "refId": "A",
  789. "scenarioId": "csv_metric_values",
  790. "stringInput": "1,20,90,30,5,0"
  791. }
  792. ],
  793. "timeFrom": null,
  794. "timeShift": null,
  795. "title": "$Servers",
  796. "type": "gauge"
  797. },
  798. {
  799. "datasource": "gdev-testdata",
  800. "gridPos": {
  801. "h": 5,
  802. "w": 6,
  803. "x": 6,
  804. "y": 8
  805. },
  806. "id": 15,
  807. "links": [],
  808. "maxPerRow": 4,
  809. "nullPointMode": "null",
  810. "options": {
  811. "baseColor": "#299c46",
  812. "maxValue": 100,
  813. "minValue": 0,
  814. "orientation": "auto",
  815. "showThresholdLabels": false,
  816. "showThresholdMarkers": true,
  817. "thresholds": [
  818. {
  819. "color": "#7EB26D",
  820. "index": 0,
  821. "value": null
  822. },
  823. {
  824. "color": "#ef843c",
  825. "index": 1,
  826. "value": 75
  827. },
  828. {
  829. "color": "#e24d42",
  830. "index": 2,
  831. "value": 90
  832. }
  833. ],
  834. "valueMappings": [],
  835. "valueOptions": {
  836. "decimals": "2",
  837. "prefix": "",
  838. "stat": "mean",
  839. "suffix": "",
  840. "unit": "ms"
  841. }
  842. },
  843. "pluginVersion": "6.1.0-pre",
  844. "repeat": null,
  845. "repeatDirection": "h",
  846. "repeatIteration": 1554990747424,
  847. "repeatPanelId": 2,
  848. "scopedVars": {
  849. "Servers": {
  850. "selected": false,
  851. "text": "server2",
  852. "value": "server2"
  853. }
  854. },
  855. "targets": [
  856. {
  857. "refId": "A",
  858. "scenarioId": "csv_metric_values",
  859. "stringInput": "1,20,90,30,5,0"
  860. }
  861. ],
  862. "timeFrom": null,
  863. "timeShift": null,
  864. "title": "$Servers",
  865. "type": "gauge"
  866. },
  867. {
  868. "datasource": "gdev-testdata",
  869. "gridPos": {
  870. "h": 5,
  871. "w": 6,
  872. "x": 12,
  873. "y": 8
  874. },
  875. "id": 16,
  876. "links": [],
  877. "maxPerRow": 4,
  878. "nullPointMode": "null",
  879. "options": {
  880. "baseColor": "#299c46",
  881. "maxValue": 100,
  882. "minValue": 0,
  883. "orientation": "auto",
  884. "showThresholdLabels": false,
  885. "showThresholdMarkers": true,
  886. "thresholds": [
  887. {
  888. "color": "#7EB26D",
  889. "index": 0,
  890. "value": null
  891. },
  892. {
  893. "color": "#ef843c",
  894. "index": 1,
  895. "value": 75
  896. },
  897. {
  898. "color": "#e24d42",
  899. "index": 2,
  900. "value": 90
  901. }
  902. ],
  903. "valueMappings": [],
  904. "valueOptions": {
  905. "decimals": "2",
  906. "prefix": "",
  907. "stat": "mean",
  908. "suffix": "",
  909. "unit": "ms"
  910. }
  911. },
  912. "pluginVersion": "6.1.0-pre",
  913. "repeat": null,
  914. "repeatDirection": "h",
  915. "repeatIteration": 1554990747424,
  916. "repeatPanelId": 2,
  917. "scopedVars": {
  918. "Servers": {
  919. "selected": false,
  920. "text": "server3",
  921. "value": "server3"
  922. }
  923. },
  924. "targets": [
  925. {
  926. "refId": "A",
  927. "scenarioId": "csv_metric_values",
  928. "stringInput": "1,20,90,30,5,0"
  929. }
  930. ],
  931. "timeFrom": null,
  932. "timeShift": null,
  933. "title": "$Servers",
  934. "type": "gauge"
  935. },
  936. {
  937. "datasource": "gdev-testdata",
  938. "gridPos": {
  939. "h": 5,
  940. "w": 6,
  941. "x": 18,
  942. "y": 8
  943. },
  944. "id": 17,
  945. "links": [],
  946. "maxPerRow": 4,
  947. "nullPointMode": "null",
  948. "options": {
  949. "baseColor": "#299c46",
  950. "maxValue": 100,
  951. "minValue": 0,
  952. "orientation": "auto",
  953. "showThresholdLabels": false,
  954. "showThresholdMarkers": true,
  955. "thresholds": [
  956. {
  957. "color": "#7EB26D",
  958. "index": 0,
  959. "value": null
  960. },
  961. {
  962. "color": "#ef843c",
  963. "index": 1,
  964. "value": 75
  965. },
  966. {
  967. "color": "#e24d42",
  968. "index": 2,
  969. "value": 90
  970. }
  971. ],
  972. "valueMappings": [],
  973. "valueOptions": {
  974. "decimals": "2",
  975. "prefix": "",
  976. "stat": "mean",
  977. "suffix": "",
  978. "unit": "ms"
  979. }
  980. },
  981. "pluginVersion": "6.1.0-pre",
  982. "repeat": null,
  983. "repeatDirection": "h",
  984. "repeatIteration": 1554990747424,
  985. "repeatPanelId": 2,
  986. "scopedVars": {
  987. "Servers": {
  988. "selected": false,
  989. "text": "server4",
  990. "value": "server4"
  991. }
  992. },
  993. "targets": [
  994. {
  995. "refId": "A",
  996. "scenarioId": "csv_metric_values",
  997. "stringInput": "1,20,90,30,5,0"
  998. }
  999. ],
  1000. "timeFrom": null,
  1001. "timeShift": null,
  1002. "title": "$Servers",
  1003. "type": "gauge"
  1004. },
  1005. {
  1006. "datasource": "gdev-testdata",
  1007. "gridPos": {
  1008. "h": 5,
  1009. "w": 6,
  1010. "x": 0,
  1011. "y": 13
  1012. },
  1013. "id": 18,
  1014. "links": [],
  1015. "maxPerRow": 4,
  1016. "nullPointMode": "null",
  1017. "options": {
  1018. "baseColor": "#299c46",
  1019. "maxValue": 100,
  1020. "minValue": 0,
  1021. "orientation": "auto",
  1022. "showThresholdLabels": false,
  1023. "showThresholdMarkers": true,
  1024. "thresholds": [
  1025. {
  1026. "color": "#7EB26D",
  1027. "index": 0,
  1028. "value": null
  1029. },
  1030. {
  1031. "color": "#ef843c",
  1032. "index": 1,
  1033. "value": 75
  1034. },
  1035. {
  1036. "color": "#e24d42",
  1037. "index": 2,
  1038. "value": 90
  1039. }
  1040. ],
  1041. "valueMappings": [],
  1042. "valueOptions": {
  1043. "decimals": "2",
  1044. "prefix": "",
  1045. "stat": "mean",
  1046. "suffix": "",
  1047. "unit": "ms"
  1048. }
  1049. },
  1050. "pluginVersion": "6.1.0-pre",
  1051. "repeat": null,
  1052. "repeatDirection": "h",
  1053. "repeatIteration": 1554990747424,
  1054. "repeatPanelId": 2,
  1055. "scopedVars": {
  1056. "Servers": {
  1057. "selected": false,
  1058. "text": "server5",
  1059. "value": "server5"
  1060. }
  1061. },
  1062. "targets": [
  1063. {
  1064. "refId": "A",
  1065. "scenarioId": "csv_metric_values",
  1066. "stringInput": "1,20,90,30,5,0"
  1067. }
  1068. ],
  1069. "timeFrom": null,
  1070. "timeShift": null,
  1071. "title": "$Servers",
  1072. "type": "gauge"
  1073. },
  1074. {
  1075. "datasource": "gdev-testdata",
  1076. "gridPos": {
  1077. "h": 5,
  1078. "w": 6,
  1079. "x": 6,
  1080. "y": 13
  1081. },
  1082. "id": 19,
  1083. "links": [],
  1084. "maxPerRow": 4,
  1085. "nullPointMode": "null",
  1086. "options": {
  1087. "baseColor": "#299c46",
  1088. "maxValue": 100,
  1089. "minValue": 0,
  1090. "orientation": "auto",
  1091. "showThresholdLabels": false,
  1092. "showThresholdMarkers": true,
  1093. "thresholds": [
  1094. {
  1095. "color": "#7EB26D",
  1096. "index": 0,
  1097. "value": null
  1098. },
  1099. {
  1100. "color": "#ef843c",
  1101. "index": 1,
  1102. "value": 75
  1103. },
  1104. {
  1105. "color": "#e24d42",
  1106. "index": 2,
  1107. "value": 90
  1108. }
  1109. ],
  1110. "valueMappings": [],
  1111. "valueOptions": {
  1112. "decimals": "2",
  1113. "prefix": "",
  1114. "stat": "mean",
  1115. "suffix": "",
  1116. "unit": "ms"
  1117. }
  1118. },
  1119. "pluginVersion": "6.1.0-pre",
  1120. "repeat": null,
  1121. "repeatDirection": "h",
  1122. "repeatIteration": 1554990747424,
  1123. "repeatPanelId": 2,
  1124. "scopedVars": {
  1125. "Servers": {
  1126. "selected": false,
  1127. "text": "server6",
  1128. "value": "server6"
  1129. }
  1130. },
  1131. "targets": [
  1132. {
  1133. "refId": "A",
  1134. "scenarioId": "csv_metric_values",
  1135. "stringInput": "1,20,90,30,5,0"
  1136. }
  1137. ],
  1138. "timeFrom": null,
  1139. "timeShift": null,
  1140. "title": "$Servers",
  1141. "type": "gauge"
  1142. },
  1143. {
  1144. "datasource": "gdev-testdata",
  1145. "gridPos": {
  1146. "h": 5,
  1147. "w": 6,
  1148. "x": 12,
  1149. "y": 13
  1150. },
  1151. "id": 20,
  1152. "links": [],
  1153. "maxPerRow": 4,
  1154. "nullPointMode": "null",
  1155. "options": {
  1156. "baseColor": "#299c46",
  1157. "maxValue": 100,
  1158. "minValue": 0,
  1159. "orientation": "auto",
  1160. "showThresholdLabels": false,
  1161. "showThresholdMarkers": true,
  1162. "thresholds": [
  1163. {
  1164. "color": "#7EB26D",
  1165. "index": 0,
  1166. "value": null
  1167. },
  1168. {
  1169. "color": "#ef843c",
  1170. "index": 1,
  1171. "value": 75
  1172. },
  1173. {
  1174. "color": "#e24d42",
  1175. "index": 2,
  1176. "value": 90
  1177. }
  1178. ],
  1179. "valueMappings": [],
  1180. "valueOptions": {
  1181. "decimals": "2",
  1182. "prefix": "",
  1183. "stat": "mean",
  1184. "suffix": "",
  1185. "unit": "ms"
  1186. }
  1187. },
  1188. "pluginVersion": "6.1.0-pre",
  1189. "repeat": null,
  1190. "repeatDirection": "h",
  1191. "repeatIteration": 1554990747424,
  1192. "repeatPanelId": 2,
  1193. "scopedVars": {
  1194. "Servers": {
  1195. "selected": false,
  1196. "text": "server7",
  1197. "value": "server7"
  1198. }
  1199. },
  1200. "targets": [
  1201. {
  1202. "refId": "A",
  1203. "scenarioId": "csv_metric_values",
  1204. "stringInput": "1,20,90,30,5,0"
  1205. }
  1206. ],
  1207. "timeFrom": null,
  1208. "timeShift": null,
  1209. "title": "$Servers",
  1210. "type": "gauge"
  1211. },
  1212. {
  1213. "datasource": "gdev-testdata",
  1214. "gridPos": {
  1215. "h": 5,
  1216. "w": 6,
  1217. "x": 18,
  1218. "y": 13
  1219. },
  1220. "id": 21,
  1221. "links": [],
  1222. "maxPerRow": 4,
  1223. "nullPointMode": "null",
  1224. "options": {
  1225. "baseColor": "#299c46",
  1226. "maxValue": 100,
  1227. "minValue": 0,
  1228. "orientation": "auto",
  1229. "showThresholdLabels": false,
  1230. "showThresholdMarkers": true,
  1231. "thresholds": [
  1232. {
  1233. "color": "#7EB26D",
  1234. "index": 0,
  1235. "value": null
  1236. },
  1237. {
  1238. "color": "#ef843c",
  1239. "index": 1,
  1240. "value": 75
  1241. },
  1242. {
  1243. "color": "#e24d42",
  1244. "index": 2,
  1245. "value": 90
  1246. }
  1247. ],
  1248. "valueMappings": [],
  1249. "valueOptions": {
  1250. "decimals": "2",
  1251. "prefix": "",
  1252. "stat": "mean",
  1253. "suffix": "",
  1254. "unit": "ms"
  1255. }
  1256. },
  1257. "pluginVersion": "6.1.0-pre",
  1258. "repeat": null,
  1259. "repeatDirection": "h",
  1260. "repeatIteration": 1554990747424,
  1261. "repeatPanelId": 2,
  1262. "scopedVars": {
  1263. "Servers": {
  1264. "selected": false,
  1265. "text": "server8",
  1266. "value": "server8"
  1267. }
  1268. },
  1269. "targets": [
  1270. {
  1271. "refId": "A",
  1272. "scenarioId": "csv_metric_values",
  1273. "stringInput": "1,20,90,30,5,0"
  1274. }
  1275. ],
  1276. "timeFrom": null,
  1277. "timeShift": null,
  1278. "title": "$Servers",
  1279. "type": "gauge"
  1280. }
  1281. ],
  1282. "refresh": false,
  1283. "schemaVersion": 18,
  1284. "style": "dark",
  1285. "tags": ["gdev", "templating"],
  1286. "templating": {
  1287. "list": [
  1288. {
  1289. "allValue": null,
  1290. "current": {
  1291. "tags": [],
  1292. "text": "All",
  1293. "value": ["$__all"]
  1294. },
  1295. "hide": 0,
  1296. "includeAll": true,
  1297. "label": null,
  1298. "multi": true,
  1299. "name": "Servers",
  1300. "options": [
  1301. {
  1302. "selected": true,
  1303. "text": "All",
  1304. "value": "$__all"
  1305. },
  1306. {
  1307. "selected": false,
  1308. "text": "server1",
  1309. "value": "server1"
  1310. },
  1311. {
  1312. "selected": false,
  1313. "text": "server2",
  1314. "value": "server2"
  1315. },
  1316. {
  1317. "selected": false,
  1318. "text": "server3",
  1319. "value": "server3"
  1320. },
  1321. {
  1322. "selected": false,
  1323. "text": "server4",
  1324. "value": "server4"
  1325. },
  1326. {
  1327. "selected": false,
  1328. "text": "server5",
  1329. "value": "server5"
  1330. },
  1331. {
  1332. "selected": false,
  1333. "text": "server6",
  1334. "value": "server6"
  1335. },
  1336. {
  1337. "selected": false,
  1338. "text": "server7",
  1339. "value": "server7"
  1340. },
  1341. {
  1342. "selected": false,
  1343. "text": "server8",
  1344. "value": "server8"
  1345. }
  1346. ],
  1347. "query": "server1,server2,server3,server4,server5,server6,server7,server8",
  1348. "skipUrlSync": false,
  1349. "type": "custom"
  1350. }
  1351. ]
  1352. },
  1353. "time": {
  1354. "from": "now-1h",
  1355. "to": "now"
  1356. },
  1357. "timepicker": {
  1358. "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
  1359. "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
  1360. },
  1361. "timezone": "",
  1362. "title": "TestData Repeating Panels",
  1363. "uid": "Ei74RD9mz",
  1364. "version": 1
  1365. }