panel_tests_slow_queries_and_annotations.json 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166
  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. "datasource": "-- Grafana --",
  15. "enable": true,
  16. "hide": false,
  17. "iconColor": "rgba(255, 96, 96, 1)",
  18. "limit": 100,
  19. "matchAny": false,
  20. "name": "annotations",
  21. "showIn": 0,
  22. "tags": [
  23. "asd"
  24. ],
  25. "type": "tags"
  26. }
  27. ]
  28. },
  29. "editable": true,
  30. "gnetId": null,
  31. "graphTooltip": 0,
  32. "links": [],
  33. "panels": [
  34. {
  35. "aliasColors": {},
  36. "bars": false,
  37. "dashLength": 10,
  38. "dashes": false,
  39. "datasource": "gdev-testdata",
  40. "fill": 1,
  41. "gridPos": {
  42. "h": 7,
  43. "w": 13,
  44. "x": 0,
  45. "y": 0
  46. },
  47. "id": 6,
  48. "legend": {
  49. "avg": false,
  50. "current": false,
  51. "max": false,
  52. "min": false,
  53. "show": true,
  54. "total": false,
  55. "values": false
  56. },
  57. "lines": true,
  58. "linewidth": 1,
  59. "nullPointMode": "null",
  60. "percentage": false,
  61. "pointradius": 5,
  62. "points": false,
  63. "renderer": "flot",
  64. "seriesOverrides": [],
  65. "spaceLength": 10,
  66. "stack": false,
  67. "steppedLine": false,
  68. "targets": [
  69. {
  70. "expr": "",
  71. "format": "time_series",
  72. "intervalFactor": 1,
  73. "refId": "A",
  74. "scenarioId": "slow_query",
  75. "stringInput": "30s"
  76. }
  77. ],
  78. "thresholds": [],
  79. "timeFrom": null,
  80. "timeShift": null,
  81. "title": "Panel Title",
  82. "tooltip": {
  83. "shared": true,
  84. "sort": 0,
  85. "value_type": "individual"
  86. },
  87. "type": "graph",
  88. "xaxis": {
  89. "buckets": null,
  90. "mode": "time",
  91. "name": null,
  92. "show": true,
  93. "values": []
  94. },
  95. "yaxes": [
  96. {
  97. "format": "short",
  98. "label": null,
  99. "logBase": 1,
  100. "max": null,
  101. "min": null,
  102. "show": true
  103. },
  104. {
  105. "format": "short",
  106. "label": null,
  107. "logBase": 1,
  108. "max": null,
  109. "min": null,
  110. "show": true
  111. }
  112. ],
  113. "yaxis": {
  114. "align": false,
  115. "alignLevel": null
  116. }
  117. },
  118. {
  119. "aliasColors": {},
  120. "bars": false,
  121. "dashLength": 10,
  122. "dashes": false,
  123. "datasource": "gdev-testdata",
  124. "fill": 1,
  125. "gridPos": {
  126. "h": 7,
  127. "w": 11,
  128. "x": 13,
  129. "y": 0
  130. },
  131. "id": 7,
  132. "legend": {
  133. "avg": false,
  134. "current": false,
  135. "max": false,
  136. "min": false,
  137. "show": true,
  138. "total": false,
  139. "values": false
  140. },
  141. "lines": true,
  142. "linewidth": 1,
  143. "nullPointMode": "null",
  144. "percentage": false,
  145. "pointradius": 5,
  146. "points": false,
  147. "renderer": "flot",
  148. "seriesOverrides": [],
  149. "spaceLength": 10,
  150. "stack": false,
  151. "steppedLine": false,
  152. "targets": [
  153. {
  154. "expr": "",
  155. "format": "time_series",
  156. "intervalFactor": 1,
  157. "refId": "A",
  158. "scenarioId": "slow_query",
  159. "stringInput": "30s"
  160. }
  161. ],
  162. "thresholds": [],
  163. "timeFrom": null,
  164. "timeShift": null,
  165. "title": "Panel Title",
  166. "tooltip": {
  167. "shared": true,
  168. "sort": 0,
  169. "value_type": "individual"
  170. },
  171. "type": "graph",
  172. "xaxis": {
  173. "buckets": null,
  174. "mode": "time",
  175. "name": null,
  176. "show": true,
  177. "values": []
  178. },
  179. "yaxes": [
  180. {
  181. "format": "short",
  182. "label": null,
  183. "logBase": 1,
  184. "max": null,
  185. "min": null,
  186. "show": true
  187. },
  188. {
  189. "format": "short",
  190. "label": null,
  191. "logBase": 1,
  192. "max": null,
  193. "min": null,
  194. "show": true
  195. }
  196. ],
  197. "yaxis": {
  198. "align": false,
  199. "alignLevel": null
  200. }
  201. },
  202. {
  203. "aliasColors": {},
  204. "bars": false,
  205. "dashLength": 10,
  206. "dashes": false,
  207. "datasource": "gdev-testdata",
  208. "fill": 1,
  209. "gridPos": {
  210. "h": 7,
  211. "w": 8,
  212. "x": 0,
  213. "y": 7
  214. },
  215. "id": 8,
  216. "legend": {
  217. "avg": false,
  218. "current": false,
  219. "max": false,
  220. "min": false,
  221. "show": true,
  222. "total": false,
  223. "values": false
  224. },
  225. "lines": true,
  226. "linewidth": 1,
  227. "nullPointMode": "null",
  228. "percentage": false,
  229. "pointradius": 5,
  230. "points": false,
  231. "renderer": "flot",
  232. "seriesOverrides": [],
  233. "spaceLength": 10,
  234. "stack": false,
  235. "steppedLine": false,
  236. "targets": [
  237. {
  238. "expr": "",
  239. "format": "time_series",
  240. "intervalFactor": 1,
  241. "refId": "A",
  242. "scenarioId": "slow_query",
  243. "stringInput": "30s"
  244. }
  245. ],
  246. "thresholds": [],
  247. "timeFrom": null,
  248. "timeShift": null,
  249. "title": "Panel Title",
  250. "tooltip": {
  251. "shared": true,
  252. "sort": 0,
  253. "value_type": "individual"
  254. },
  255. "type": "graph",
  256. "xaxis": {
  257. "buckets": null,
  258. "mode": "time",
  259. "name": null,
  260. "show": true,
  261. "values": []
  262. },
  263. "yaxes": [
  264. {
  265. "format": "short",
  266. "label": null,
  267. "logBase": 1,
  268. "max": null,
  269. "min": null,
  270. "show": true
  271. },
  272. {
  273. "format": "short",
  274. "label": null,
  275. "logBase": 1,
  276. "max": null,
  277. "min": null,
  278. "show": true
  279. }
  280. ],
  281. "yaxis": {
  282. "align": false,
  283. "alignLevel": null
  284. }
  285. },
  286. {
  287. "aliasColors": {},
  288. "bars": false,
  289. "dashLength": 10,
  290. "dashes": false,
  291. "datasource": "gdev-testdata",
  292. "fill": 1,
  293. "gridPos": {
  294. "h": 7,
  295. "w": 8,
  296. "x": 8,
  297. "y": 7
  298. },
  299. "id": 18,
  300. "legend": {
  301. "avg": false,
  302. "current": false,
  303. "max": false,
  304. "min": false,
  305. "show": true,
  306. "total": false,
  307. "values": false
  308. },
  309. "lines": true,
  310. "linewidth": 1,
  311. "nullPointMode": "null",
  312. "percentage": false,
  313. "pointradius": 5,
  314. "points": false,
  315. "renderer": "flot",
  316. "seriesOverrides": [],
  317. "spaceLength": 10,
  318. "stack": false,
  319. "steppedLine": false,
  320. "targets": [
  321. {
  322. "expr": "",
  323. "format": "time_series",
  324. "intervalFactor": 1,
  325. "refId": "A",
  326. "scenarioId": "slow_query",
  327. "stringInput": "30s"
  328. }
  329. ],
  330. "thresholds": [],
  331. "timeFrom": null,
  332. "timeShift": null,
  333. "title": "Panel Title",
  334. "tooltip": {
  335. "shared": true,
  336. "sort": 0,
  337. "value_type": "individual"
  338. },
  339. "type": "graph",
  340. "xaxis": {
  341. "buckets": null,
  342. "mode": "time",
  343. "name": null,
  344. "show": true,
  345. "values": []
  346. },
  347. "yaxes": [
  348. {
  349. "format": "short",
  350. "label": null,
  351. "logBase": 1,
  352. "max": null,
  353. "min": null,
  354. "show": true
  355. },
  356. {
  357. "format": "short",
  358. "label": null,
  359. "logBase": 1,
  360. "max": null,
  361. "min": null,
  362. "show": true
  363. }
  364. ],
  365. "yaxis": {
  366. "align": false,
  367. "alignLevel": null
  368. }
  369. },
  370. {
  371. "aliasColors": {},
  372. "bars": false,
  373. "dashLength": 10,
  374. "dashes": false,
  375. "datasource": "gdev-testdata",
  376. "fill": 1,
  377. "gridPos": {
  378. "h": 7,
  379. "w": 8,
  380. "x": 16,
  381. "y": 7
  382. },
  383. "id": 17,
  384. "legend": {
  385. "avg": false,
  386. "current": false,
  387. "max": false,
  388. "min": false,
  389. "show": true,
  390. "total": false,
  391. "values": false
  392. },
  393. "lines": true,
  394. "linewidth": 1,
  395. "nullPointMode": "null",
  396. "percentage": false,
  397. "pointradius": 5,
  398. "points": false,
  399. "renderer": "flot",
  400. "seriesOverrides": [],
  401. "spaceLength": 10,
  402. "stack": false,
  403. "steppedLine": false,
  404. "targets": [
  405. {
  406. "expr": "",
  407. "format": "time_series",
  408. "intervalFactor": 1,
  409. "refId": "A",
  410. "scenarioId": "slow_query",
  411. "stringInput": "30s"
  412. }
  413. ],
  414. "thresholds": [],
  415. "timeFrom": null,
  416. "timeShift": null,
  417. "title": "Panel Title",
  418. "tooltip": {
  419. "shared": true,
  420. "sort": 0,
  421. "value_type": "individual"
  422. },
  423. "type": "graph",
  424. "xaxis": {
  425. "buckets": null,
  426. "mode": "time",
  427. "name": null,
  428. "show": true,
  429. "values": []
  430. },
  431. "yaxes": [
  432. {
  433. "format": "short",
  434. "label": null,
  435. "logBase": 1,
  436. "max": null,
  437. "min": null,
  438. "show": true
  439. },
  440. {
  441. "format": "short",
  442. "label": null,
  443. "logBase": 1,
  444. "max": null,
  445. "min": null,
  446. "show": true
  447. }
  448. ],
  449. "yaxis": {
  450. "align": false,
  451. "alignLevel": null
  452. }
  453. },
  454. {
  455. "aliasColors": {},
  456. "bars": false,
  457. "dashLength": 10,
  458. "dashes": false,
  459. "datasource": "gdev-testdata",
  460. "fill": 1,
  461. "gridPos": {
  462. "h": 5,
  463. "w": 8,
  464. "x": 0,
  465. "y": 14
  466. },
  467. "id": 10,
  468. "legend": {
  469. "avg": false,
  470. "current": false,
  471. "max": false,
  472. "min": false,
  473. "show": true,
  474. "total": false,
  475. "values": false
  476. },
  477. "lines": true,
  478. "linewidth": 1,
  479. "nullPointMode": "null",
  480. "percentage": false,
  481. "pointradius": 5,
  482. "points": false,
  483. "renderer": "flot",
  484. "seriesOverrides": [],
  485. "spaceLength": 10,
  486. "stack": false,
  487. "steppedLine": false,
  488. "targets": [
  489. {
  490. "expr": "",
  491. "format": "time_series",
  492. "intervalFactor": 1,
  493. "refId": "A",
  494. "scenarioId": "slow_query",
  495. "stringInput": "5s"
  496. }
  497. ],
  498. "thresholds": [],
  499. "timeFrom": null,
  500. "timeShift": null,
  501. "title": "Panel Title",
  502. "tooltip": {
  503. "shared": true,
  504. "sort": 0,
  505. "value_type": "individual"
  506. },
  507. "type": "graph",
  508. "xaxis": {
  509. "buckets": null,
  510. "mode": "time",
  511. "name": null,
  512. "show": true,
  513. "values": []
  514. },
  515. "yaxes": [
  516. {
  517. "format": "short",
  518. "label": null,
  519. "logBase": 1,
  520. "max": null,
  521. "min": null,
  522. "show": true
  523. },
  524. {
  525. "format": "short",
  526. "label": null,
  527. "logBase": 1,
  528. "max": null,
  529. "min": null,
  530. "show": true
  531. }
  532. ],
  533. "yaxis": {
  534. "align": false,
  535. "alignLevel": null
  536. }
  537. },
  538. {
  539. "aliasColors": {},
  540. "bars": false,
  541. "dashLength": 10,
  542. "dashes": false,
  543. "datasource": "gdev-testdata",
  544. "fill": 1,
  545. "gridPos": {
  546. "h": 5,
  547. "w": 8,
  548. "x": 8,
  549. "y": 14
  550. },
  551. "id": 9,
  552. "legend": {
  553. "avg": false,
  554. "current": false,
  555. "max": false,
  556. "min": false,
  557. "show": true,
  558. "total": false,
  559. "values": false
  560. },
  561. "lines": true,
  562. "linewidth": 1,
  563. "nullPointMode": "null",
  564. "percentage": false,
  565. "pointradius": 5,
  566. "points": false,
  567. "renderer": "flot",
  568. "seriesOverrides": [],
  569. "spaceLength": 10,
  570. "stack": false,
  571. "steppedLine": false,
  572. "targets": [
  573. {
  574. "expr": "",
  575. "format": "time_series",
  576. "intervalFactor": 1,
  577. "refId": "A",
  578. "scenarioId": "slow_query",
  579. "stringInput": "5s"
  580. }
  581. ],
  582. "thresholds": [],
  583. "timeFrom": null,
  584. "timeShift": null,
  585. "title": "Panel Title",
  586. "tooltip": {
  587. "shared": true,
  588. "sort": 0,
  589. "value_type": "individual"
  590. },
  591. "type": "graph",
  592. "xaxis": {
  593. "buckets": null,
  594. "mode": "time",
  595. "name": null,
  596. "show": true,
  597. "values": []
  598. },
  599. "yaxes": [
  600. {
  601. "format": "short",
  602. "label": null,
  603. "logBase": 1,
  604. "max": null,
  605. "min": null,
  606. "show": true
  607. },
  608. {
  609. "format": "short",
  610. "label": null,
  611. "logBase": 1,
  612. "max": null,
  613. "min": null,
  614. "show": true
  615. }
  616. ],
  617. "yaxis": {
  618. "align": false,
  619. "alignLevel": null
  620. }
  621. },
  622. {
  623. "aliasColors": {},
  624. "bars": false,
  625. "dashLength": 10,
  626. "dashes": false,
  627. "datasource": "gdev-testdata",
  628. "fill": 1,
  629. "gridPos": {
  630. "h": 5,
  631. "w": 8,
  632. "x": 16,
  633. "y": 14
  634. },
  635. "id": 11,
  636. "legend": {
  637. "avg": false,
  638. "current": false,
  639. "max": false,
  640. "min": false,
  641. "show": true,
  642. "total": false,
  643. "values": false
  644. },
  645. "lines": true,
  646. "linewidth": 1,
  647. "nullPointMode": "null",
  648. "percentage": false,
  649. "pointradius": 5,
  650. "points": false,
  651. "renderer": "flot",
  652. "seriesOverrides": [],
  653. "spaceLength": 10,
  654. "stack": false,
  655. "steppedLine": false,
  656. "targets": [
  657. {
  658. "expr": "",
  659. "format": "time_series",
  660. "intervalFactor": 1,
  661. "refId": "A",
  662. "scenarioId": "slow_query",
  663. "stringInput": "5s"
  664. }
  665. ],
  666. "thresholds": [],
  667. "timeFrom": null,
  668. "timeShift": null,
  669. "title": "Panel Title",
  670. "tooltip": {
  671. "shared": true,
  672. "sort": 0,
  673. "value_type": "individual"
  674. },
  675. "type": "graph",
  676. "xaxis": {
  677. "buckets": null,
  678. "mode": "time",
  679. "name": null,
  680. "show": true,
  681. "values": []
  682. },
  683. "yaxes": [
  684. {
  685. "format": "short",
  686. "label": null,
  687. "logBase": 1,
  688. "max": null,
  689. "min": null,
  690. "show": true
  691. },
  692. {
  693. "format": "short",
  694. "label": null,
  695. "logBase": 1,
  696. "max": null,
  697. "min": null,
  698. "show": true
  699. }
  700. ],
  701. "yaxis": {
  702. "align": false,
  703. "alignLevel": null
  704. }
  705. },
  706. {
  707. "aliasColors": {},
  708. "bars": false,
  709. "dashLength": 10,
  710. "dashes": false,
  711. "datasource": "gdev-testdata",
  712. "fill": 1,
  713. "gridPos": {
  714. "h": 5,
  715. "w": 8,
  716. "x": 0,
  717. "y": 19
  718. },
  719. "id": 14,
  720. "legend": {
  721. "avg": false,
  722. "current": false,
  723. "max": false,
  724. "min": false,
  725. "show": true,
  726. "total": false,
  727. "values": false
  728. },
  729. "lines": true,
  730. "linewidth": 1,
  731. "nullPointMode": "null",
  732. "percentage": false,
  733. "pointradius": 5,
  734. "points": false,
  735. "renderer": "flot",
  736. "seriesOverrides": [],
  737. "spaceLength": 10,
  738. "stack": false,
  739. "steppedLine": false,
  740. "targets": [
  741. {
  742. "expr": "",
  743. "format": "time_series",
  744. "intervalFactor": 1,
  745. "refId": "A",
  746. "scenarioId": "slow_query",
  747. "stringInput": "5s"
  748. }
  749. ],
  750. "thresholds": [],
  751. "timeFrom": null,
  752. "timeShift": null,
  753. "title": "Panel Title",
  754. "tooltip": {
  755. "shared": true,
  756. "sort": 0,
  757. "value_type": "individual"
  758. },
  759. "type": "graph",
  760. "xaxis": {
  761. "buckets": null,
  762. "mode": "time",
  763. "name": null,
  764. "show": true,
  765. "values": []
  766. },
  767. "yaxes": [
  768. {
  769. "format": "short",
  770. "label": null,
  771. "logBase": 1,
  772. "max": null,
  773. "min": null,
  774. "show": true
  775. },
  776. {
  777. "format": "short",
  778. "label": null,
  779. "logBase": 1,
  780. "max": null,
  781. "min": null,
  782. "show": true
  783. }
  784. ],
  785. "yaxis": {
  786. "align": false,
  787. "alignLevel": null
  788. }
  789. },
  790. {
  791. "aliasColors": {},
  792. "bars": false,
  793. "dashLength": 10,
  794. "dashes": false,
  795. "datasource": "gdev-testdata",
  796. "fill": 1,
  797. "gridPos": {
  798. "h": 5,
  799. "w": 8,
  800. "x": 8,
  801. "y": 19
  802. },
  803. "id": 15,
  804. "legend": {
  805. "avg": false,
  806. "current": false,
  807. "max": false,
  808. "min": false,
  809. "show": true,
  810. "total": false,
  811. "values": false
  812. },
  813. "lines": true,
  814. "linewidth": 1,
  815. "nullPointMode": "null",
  816. "percentage": false,
  817. "pointradius": 5,
  818. "points": false,
  819. "renderer": "flot",
  820. "seriesOverrides": [],
  821. "spaceLength": 10,
  822. "stack": false,
  823. "steppedLine": false,
  824. "targets": [
  825. {
  826. "expr": "",
  827. "format": "time_series",
  828. "intervalFactor": 1,
  829. "refId": "A",
  830. "scenarioId": "slow_query",
  831. "stringInput": "5s"
  832. }
  833. ],
  834. "thresholds": [],
  835. "timeFrom": null,
  836. "timeShift": null,
  837. "title": "Panel Title",
  838. "tooltip": {
  839. "shared": true,
  840. "sort": 0,
  841. "value_type": "individual"
  842. },
  843. "type": "graph",
  844. "xaxis": {
  845. "buckets": null,
  846. "mode": "time",
  847. "name": null,
  848. "show": true,
  849. "values": []
  850. },
  851. "yaxes": [
  852. {
  853. "format": "short",
  854. "label": null,
  855. "logBase": 1,
  856. "max": null,
  857. "min": null,
  858. "show": true
  859. },
  860. {
  861. "format": "short",
  862. "label": null,
  863. "logBase": 1,
  864. "max": null,
  865. "min": null,
  866. "show": true
  867. }
  868. ],
  869. "yaxis": {
  870. "align": false,
  871. "alignLevel": null
  872. }
  873. },
  874. {
  875. "aliasColors": {},
  876. "bars": false,
  877. "dashLength": 10,
  878. "dashes": false,
  879. "datasource": "gdev-testdata",
  880. "fill": 1,
  881. "gridPos": {
  882. "h": 5,
  883. "w": 8,
  884. "x": 16,
  885. "y": 19
  886. },
  887. "id": 12,
  888. "legend": {
  889. "avg": false,
  890. "current": false,
  891. "max": false,
  892. "min": false,
  893. "show": true,
  894. "total": false,
  895. "values": false
  896. },
  897. "lines": true,
  898. "linewidth": 1,
  899. "nullPointMode": "null",
  900. "percentage": false,
  901. "pointradius": 5,
  902. "points": false,
  903. "renderer": "flot",
  904. "seriesOverrides": [],
  905. "spaceLength": 10,
  906. "stack": false,
  907. "steppedLine": false,
  908. "targets": [
  909. {
  910. "expr": "",
  911. "format": "time_series",
  912. "intervalFactor": 1,
  913. "refId": "A",
  914. "scenarioId": "slow_query",
  915. "stringInput": "5s"
  916. }
  917. ],
  918. "thresholds": [],
  919. "timeFrom": null,
  920. "timeShift": null,
  921. "title": "Panel Title",
  922. "tooltip": {
  923. "shared": true,
  924. "sort": 0,
  925. "value_type": "individual"
  926. },
  927. "type": "graph",
  928. "xaxis": {
  929. "buckets": null,
  930. "mode": "time",
  931. "name": null,
  932. "show": true,
  933. "values": []
  934. },
  935. "yaxes": [
  936. {
  937. "format": "short",
  938. "label": null,
  939. "logBase": 1,
  940. "max": null,
  941. "min": null,
  942. "show": true
  943. },
  944. {
  945. "format": "short",
  946. "label": null,
  947. "logBase": 1,
  948. "max": null,
  949. "min": null,
  950. "show": true
  951. }
  952. ],
  953. "yaxis": {
  954. "align": false,
  955. "alignLevel": null
  956. }
  957. },
  958. {
  959. "aliasColors": {},
  960. "bars": false,
  961. "dashLength": 10,
  962. "dashes": false,
  963. "datasource": "gdev-testdata",
  964. "fill": 1,
  965. "gridPos": {
  966. "h": 6,
  967. "w": 16,
  968. "x": 0,
  969. "y": 24
  970. },
  971. "id": 13,
  972. "legend": {
  973. "avg": false,
  974. "current": false,
  975. "max": false,
  976. "min": false,
  977. "show": true,
  978. "total": false,
  979. "values": false
  980. },
  981. "lines": true,
  982. "linewidth": 1,
  983. "nullPointMode": "null",
  984. "percentage": false,
  985. "pointradius": 5,
  986. "points": false,
  987. "renderer": "flot",
  988. "seriesOverrides": [],
  989. "spaceLength": 10,
  990. "stack": false,
  991. "steppedLine": false,
  992. "targets": [
  993. {
  994. "expr": "",
  995. "format": "time_series",
  996. "intervalFactor": 1,
  997. "refId": "A",
  998. "scenarioId": "slow_query",
  999. "stringInput": "5s"
  1000. }
  1001. ],
  1002. "thresholds": [],
  1003. "timeFrom": null,
  1004. "timeShift": null,
  1005. "title": "Panel Title",
  1006. "tooltip": {
  1007. "shared": true,
  1008. "sort": 0,
  1009. "value_type": "individual"
  1010. },
  1011. "type": "graph",
  1012. "xaxis": {
  1013. "buckets": null,
  1014. "mode": "time",
  1015. "name": null,
  1016. "show": true,
  1017. "values": []
  1018. },
  1019. "yaxes": [
  1020. {
  1021. "format": "short",
  1022. "label": null,
  1023. "logBase": 1,
  1024. "max": null,
  1025. "min": null,
  1026. "show": true
  1027. },
  1028. {
  1029. "format": "short",
  1030. "label": null,
  1031. "logBase": 1,
  1032. "max": null,
  1033. "min": null,
  1034. "show": true
  1035. }
  1036. ],
  1037. "yaxis": {
  1038. "align": false,
  1039. "alignLevel": null
  1040. }
  1041. },
  1042. {
  1043. "aliasColors": {},
  1044. "bars": false,
  1045. "dashLength": 10,
  1046. "dashes": false,
  1047. "datasource": "gdev-testdata",
  1048. "fill": 1,
  1049. "gridPos": {
  1050. "h": 6,
  1051. "w": 8,
  1052. "x": 16,
  1053. "y": 24
  1054. },
  1055. "id": 16,
  1056. "legend": {
  1057. "avg": false,
  1058. "current": false,
  1059. "max": false,
  1060. "min": false,
  1061. "show": true,
  1062. "total": false,
  1063. "values": false
  1064. },
  1065. "lines": true,
  1066. "linewidth": 1,
  1067. "nullPointMode": "null",
  1068. "percentage": false,
  1069. "pointradius": 5,
  1070. "points": false,
  1071. "renderer": "flot",
  1072. "seriesOverrides": [],
  1073. "spaceLength": 10,
  1074. "stack": false,
  1075. "steppedLine": false,
  1076. "targets": [
  1077. {
  1078. "expr": "",
  1079. "format": "time_series",
  1080. "intervalFactor": 1,
  1081. "refId": "A",
  1082. "scenarioId": "slow_query",
  1083. "stringInput": "5s"
  1084. }
  1085. ],
  1086. "thresholds": [],
  1087. "timeFrom": null,
  1088. "timeShift": null,
  1089. "title": "Panel Title",
  1090. "tooltip": {
  1091. "shared": true,
  1092. "sort": 0,
  1093. "value_type": "individual"
  1094. },
  1095. "type": "graph",
  1096. "xaxis": {
  1097. "buckets": null,
  1098. "mode": "time",
  1099. "name": null,
  1100. "show": true,
  1101. "values": []
  1102. },
  1103. "yaxes": [
  1104. {
  1105. "format": "short",
  1106. "label": null,
  1107. "logBase": 1,
  1108. "max": null,
  1109. "min": null,
  1110. "show": true
  1111. },
  1112. {
  1113. "format": "short",
  1114. "label": null,
  1115. "logBase": 1,
  1116. "max": null,
  1117. "min": null,
  1118. "show": true
  1119. }
  1120. ],
  1121. "yaxis": {
  1122. "align": false,
  1123. "alignLevel": null
  1124. }
  1125. }
  1126. ],
  1127. "schemaVersion": 16,
  1128. "style": "dark",
  1129. "tags": [],
  1130. "templating": {
  1131. "list": []
  1132. },
  1133. "time": {
  1134. "from": "now-6h",
  1135. "to": "now"
  1136. },
  1137. "timepicker": {
  1138. "refresh_intervals": [
  1139. "5s",
  1140. "10s",
  1141. "30s",
  1142. "1m",
  1143. "5m",
  1144. "15m",
  1145. "30m",
  1146. "1h",
  1147. "2h",
  1148. "1d"
  1149. ],
  1150. "time_options": [
  1151. "5m",
  1152. "15m",
  1153. "1h",
  1154. "6h",
  1155. "12h",
  1156. "24h",
  1157. "2d",
  1158. "7d",
  1159. "30d"
  1160. ]
  1161. },
  1162. "timezone": "",
  1163. "title": "Panel tests - Slow Queries & Annotations",
  1164. "uid": "xtY_uCAiz",
  1165. "version": 11
  1166. }