slow_queries_and_annotations.json 24 KB

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