grafana-shop-recycle-countlog.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925
  1. {
  2. "annotations": {
  3. "list": [
  4. {
  5. "builtIn": 1,
  6. "datasource": {
  7. "type": "grafana",
  8. "uid": "-- Grafana --"
  9. },
  10. "enable": true,
  11. "hide": true,
  12. "iconColor": "rgba(0, 211, 255, 1)",
  13. "name": "Annotations & Alerts",
  14. "type": "dashboard"
  15. }
  16. ]
  17. },
  18. "editable": true,
  19. "fiscalYearStartMonth": 0,
  20. "graphTooltip": 0,
  21. "id": 19,
  22. "links": [],
  23. "liveNow": false,
  24. "panels": [
  25. {
  26. "datasource": {
  27. "type": "loki",
  28. "uid": "$datasource"
  29. },
  30. "fieldConfig": {
  31. "defaults": {
  32. "color": {
  33. "mode": "thresholds"
  34. },
  35. "decimals": 0,
  36. "noValue": "0",
  37. "thresholds": {
  38. "mode": "absolute",
  39. "steps": [
  40. {
  41. "color": "green",
  42. "value": null
  43. },
  44. {
  45. "color": "orange",
  46. "value": 2000
  47. }
  48. ]
  49. },
  50. "unit": "short"
  51. },
  52. "overrides": []
  53. },
  54. "gridPos": {
  55. "h": 4,
  56. "w": 8,
  57. "x": 0,
  58. "y": 0
  59. },
  60. "id": 21,
  61. "options": {
  62. "colorMode": "background_solid",
  63. "graphMode": "none",
  64. "justifyMode": "center",
  65. "orientation": "horizontal",
  66. "reduceOptions": {
  67. "calcs": [
  68. "lastNotNull"
  69. ],
  70. "fields": "",
  71. "values": false
  72. },
  73. "textMode": "value_and_name"
  74. },
  75. "targets": [
  76. {
  77. "expr": "(sum(count_over_time({app=~\"$app\", env=~\"$env\"}[5m])) or vector(0))",
  78. "interval": "5m",
  79. "refId": "A"
  80. }
  81. ],
  82. "title": "Requests (5m)",
  83. "type": "stat"
  84. },
  85. {
  86. "datasource": {
  87. "type": "loki",
  88. "uid": "$datasource"
  89. },
  90. "fieldConfig": {
  91. "defaults": {
  92. "color": {
  93. "mode": "thresholds"
  94. },
  95. "decimals": 0,
  96. "noValue": "0",
  97. "thresholds": {
  98. "mode": "absolute",
  99. "steps": [
  100. {
  101. "color": "green",
  102. "value": null
  103. },
  104. {
  105. "color": "yellow",
  106. "value": 1
  107. },
  108. {
  109. "color": "orange",
  110. "value": 5
  111. },
  112. {
  113. "color": "red",
  114. "value": 20
  115. }
  116. ]
  117. },
  118. "unit": "short"
  119. },
  120. "overrides": []
  121. },
  122. "gridPos": {
  123. "h": 4,
  124. "w": 8,
  125. "x": 8,
  126. "y": 0
  127. },
  128. "id": 22,
  129. "options": {
  130. "colorMode": "background_solid",
  131. "graphMode": "none",
  132. "justifyMode": "center",
  133. "orientation": "horizontal",
  134. "reduceOptions": {
  135. "calcs": [
  136. "lastNotNull"
  137. ],
  138. "fields": "",
  139. "values": false
  140. },
  141. "textMode": "value_and_name"
  142. },
  143. "targets": [
  144. {
  145. "expr": "(sum(count_over_time({app=~\"$app\", env=~\"$env\", level=~\"ERROR|WARN\"}[5m])) or vector(0))",
  146. "interval": "5m",
  147. "refId": "A"
  148. }
  149. ],
  150. "title": "Errors (5m)",
  151. "type": "stat"
  152. },
  153. {
  154. "datasource": {
  155. "type": "loki",
  156. "uid": "$datasource"
  157. },
  158. "fieldConfig": {
  159. "defaults": {
  160. "color": {
  161. "mode": "thresholds"
  162. },
  163. "decimals": 2,
  164. "max": 100,
  165. "min": 0,
  166. "noValue": "0",
  167. "thresholds": {
  168. "mode": "absolute",
  169. "steps": [
  170. {
  171. "color": "green",
  172. "value": null
  173. },
  174. {
  175. "color": "yellow",
  176. "value": 1
  177. },
  178. {
  179. "color": "orange",
  180. "value": 3
  181. },
  182. {
  183. "color": "red",
  184. "value": 5
  185. }
  186. ]
  187. },
  188. "unit": "percent"
  189. },
  190. "overrides": []
  191. },
  192. "gridPos": {
  193. "h": 4,
  194. "w": 8,
  195. "x": 16,
  196. "y": 0
  197. },
  198. "id": 23,
  199. "options": {
  200. "colorMode": "background_solid",
  201. "graphMode": "none",
  202. "justifyMode": "center",
  203. "orientation": "horizontal",
  204. "reduceOptions": {
  205. "calcs": [
  206. "lastNotNull"
  207. ],
  208. "fields": "",
  209. "values": false
  210. },
  211. "textMode": "value_and_name"
  212. },
  213. "targets": [
  214. {
  215. "expr": "100 * ((sum(count_over_time({app=~\"$app\", env=~\"$env\", level=~\"ERROR|WARN\"}[5m])) or vector(0)) / (sum(count_over_time({app=~\"$app\", env=~\"$env\"}[5m])) or vector(1)))",
  216. "interval": "5m",
  217. "refId": "A"
  218. }
  219. ],
  220. "title": "Error Rate (5m)",
  221. "type": "stat"
  222. },
  223. {
  224. "datasource": {
  225. "type": "loki",
  226. "uid": "$datasource"
  227. },
  228. "fieldConfig": {
  229. "defaults": {
  230. "color": {
  231. "mode": "palette-classic"
  232. },
  233. "custom": {
  234. "axisBorderShow": false,
  235. "axisCenteredZero": false,
  236. "axisColorMode": "text",
  237. "axisLabel": "",
  238. "axisPlacement": "auto",
  239. "barAlignment": 0,
  240. "drawStyle": "line",
  241. "fillOpacity": 28,
  242. "gradientMode": "opacity",
  243. "hideFrom": {
  244. "legend": false,
  245. "tooltip": false,
  246. "viz": false
  247. },
  248. "insertNulls": false,
  249. "lineInterpolation": "linear",
  250. "lineWidth": 2,
  251. "pointSize": 5,
  252. "scaleDistribution": {
  253. "type": "linear"
  254. },
  255. "showPoints": "never",
  256. "spanNulls": true,
  257. "stacking": {
  258. "group": "A",
  259. "mode": "none"
  260. },
  261. "thresholdsStyle": {
  262. "mode": "off"
  263. }
  264. },
  265. "decimals": 0,
  266. "mappings": [],
  267. "thresholds": {
  268. "mode": "absolute",
  269. "steps": [
  270. {
  271. "color": "green",
  272. "value": null
  273. },
  274. {
  275. "color": "red",
  276. "value": 80
  277. }
  278. ]
  279. },
  280. "unit": "short",
  281. "unitScale": true
  282. },
  283. "overrides": []
  284. },
  285. "gridPos": {
  286. "h": 8,
  287. "w": 8,
  288. "x": 0,
  289. "y": 4
  290. },
  291. "id": 2,
  292. "interval": "15s",
  293. "options": {
  294. "legend": {
  295. "calcs": [
  296. "lastNotNull",
  297. "max",
  298. "mean"
  299. ],
  300. "displayMode": "table",
  301. "placement": "bottom",
  302. "showLegend": true
  303. },
  304. "tooltip": {
  305. "mode": "multi",
  306. "sort": "desc"
  307. }
  308. },
  309. "targets": [
  310. {
  311. "expr": "sum by (app) (count_over_time({app=~\"$app\", env=~\"$env\"}[$__interval]))",
  312. "interval": "5m",
  313. "legendFormat": "{{app}}",
  314. "refId": "A"
  315. }
  316. ],
  317. "title": "Log Volume Trend",
  318. "type": "timeseries"
  319. },
  320. {
  321. "datasource": {
  322. "type": "loki",
  323. "uid": "$datasource"
  324. },
  325. "fieldConfig": {
  326. "defaults": {
  327. "color": {
  328. "mode": "palette-classic"
  329. },
  330. "custom": {
  331. "axisBorderShow": false,
  332. "axisCenteredZero": false,
  333. "axisColorMode": "text",
  334. "axisLabel": "",
  335. "axisPlacement": "auto",
  336. "barAlignment": 0,
  337. "drawStyle": "line",
  338. "fillOpacity": 35,
  339. "gradientMode": "opacity",
  340. "hideFrom": {
  341. "legend": false,
  342. "tooltip": false,
  343. "viz": false
  344. },
  345. "insertNulls": false,
  346. "lineInterpolation": "linear",
  347. "lineWidth": 2,
  348. "pointSize": 5,
  349. "scaleDistribution": {
  350. "type": "linear"
  351. },
  352. "showPoints": "never",
  353. "spanNulls": true,
  354. "stacking": {
  355. "group": "A",
  356. "mode": "none"
  357. },
  358. "thresholdsStyle": {
  359. "mode": "off"
  360. }
  361. },
  362. "decimals": 0,
  363. "mappings": [],
  364. "thresholds": {
  365. "mode": "absolute",
  366. "steps": [
  367. {
  368. "color": "green",
  369. "value": null
  370. },
  371. {
  372. "color": "orange",
  373. "value": 10
  374. },
  375. {
  376. "color": "red",
  377. "value": 50
  378. }
  379. ]
  380. },
  381. "unit": "short",
  382. "unitScale": true
  383. },
  384. "overrides": []
  385. },
  386. "gridPos": {
  387. "h": 8,
  388. "w": 8,
  389. "x": 8,
  390. "y": 4
  391. },
  392. "id": 3,
  393. "interval": "15s",
  394. "options": {
  395. "legend": {
  396. "calcs": [
  397. "lastNotNull",
  398. "max",
  399. "mean"
  400. ],
  401. "displayMode": "table",
  402. "placement": "bottom",
  403. "showLegend": true
  404. },
  405. "tooltip": {
  406. "mode": "multi",
  407. "sort": "desc"
  408. }
  409. },
  410. "targets": [
  411. {
  412. "expr": "sum by (app) (count_over_time({app=~\"$app\", env=~\"$env\", level=~\"ERROR|WARN\"}[$__interval]))",
  413. "interval": "5m",
  414. "legendFormat": "{{app}}",
  415. "refId": "A"
  416. }
  417. ],
  418. "title": "Error Volume Trend",
  419. "type": "timeseries"
  420. },
  421. {
  422. "datasource": {
  423. "type": "loki",
  424. "uid": "$datasource"
  425. },
  426. "fieldConfig": {
  427. "defaults": {
  428. "color": {
  429. "mode": "palette-classic"
  430. },
  431. "custom": {
  432. "axisBorderShow": false,
  433. "axisCenteredZero": false,
  434. "axisColorMode": "text",
  435. "axisLabel": "",
  436. "axisPlacement": "auto",
  437. "barAlignment": 0,
  438. "drawStyle": "line",
  439. "fillOpacity": 30,
  440. "gradientMode": "opacity",
  441. "hideFrom": {
  442. "legend": false,
  443. "tooltip": false,
  444. "viz": false
  445. },
  446. "insertNulls": false,
  447. "lineInterpolation": "linear",
  448. "lineWidth": 3,
  449. "pointSize": 5,
  450. "scaleDistribution": {
  451. "type": "linear"
  452. },
  453. "showPoints": "never",
  454. "spanNulls": true,
  455. "stacking": {
  456. "group": "A",
  457. "mode": "none"
  458. },
  459. "thresholdsStyle": {
  460. "mode": "off"
  461. }
  462. },
  463. "decimals": 2,
  464. "mappings": [],
  465. "max": 100,
  466. "min": 0,
  467. "thresholds": {
  468. "mode": "absolute",
  469. "steps": [
  470. {
  471. "color": "green",
  472. "value": null
  473. },
  474. {
  475. "color": "yellow",
  476. "value": 1
  477. },
  478. {
  479. "color": "orange",
  480. "value": 3
  481. },
  482. {
  483. "color": "red",
  484. "value": 5
  485. }
  486. ]
  487. },
  488. "unit": "percent",
  489. "unitScale": true
  490. },
  491. "overrides": []
  492. },
  493. "gridPos": {
  494. "h": 8,
  495. "w": 8,
  496. "x": 16,
  497. "y": 4
  498. },
  499. "id": 4,
  500. "interval": "15s",
  501. "options": {
  502. "legend": {
  503. "calcs": [
  504. "lastNotNull",
  505. "max",
  506. "mean"
  507. ],
  508. "displayMode": "table",
  509. "placement": "bottom",
  510. "showLegend": true
  511. },
  512. "tooltip": {
  513. "mode": "multi",
  514. "sort": "desc"
  515. }
  516. },
  517. "targets": [
  518. {
  519. "expr": "100 * sum(count_over_time({app=~\"$app\", env=~\"$env\", level=~\"ERROR|WARN\"}[$__interval])) / sum(count_over_time({app=~\"$app\", env=~\"$env\"}[$__interval]))",
  520. "interval": "5m",
  521. "refId": "A"
  522. }
  523. ],
  524. "title": "Error Rate",
  525. "type": "timeseries"
  526. },
  527. {
  528. "datasource": {
  529. "type": "loki",
  530. "uid": "$datasource"
  531. },
  532. "fieldConfig": {
  533. "defaults": {
  534. "color": {
  535. "mode": "palette-classic"
  536. },
  537. "custom": {
  538. "axisBorderShow": false,
  539. "axisCenteredZero": false,
  540. "axisColorMode": "text",
  541. "axisLabel": "",
  542. "axisPlacement": "auto",
  543. "barAlignment": 0,
  544. "drawStyle": "bars",
  545. "fillOpacity": 85,
  546. "gradientMode": "opacity",
  547. "hideFrom": {
  548. "legend": false,
  549. "tooltip": false,
  550. "viz": false
  551. },
  552. "insertNulls": false,
  553. "lineInterpolation": "linear",
  554. "lineWidth": 0,
  555. "pointSize": 5,
  556. "scaleDistribution": {
  557. "type": "linear"
  558. },
  559. "showPoints": "never",
  560. "spanNulls": true,
  561. "stacking": {
  562. "group": "A",
  563. "mode": "none"
  564. },
  565. "thresholdsStyle": {
  566. "mode": "off"
  567. }
  568. },
  569. "decimals": 0,
  570. "mappings": [],
  571. "thresholds": {
  572. "mode": "absolute",
  573. "steps": [
  574. {
  575. "color": "green",
  576. "value": null
  577. },
  578. {
  579. "color": "red",
  580. "value": 80
  581. }
  582. ]
  583. },
  584. "unit": "short",
  585. "unitScale": true
  586. },
  587. "overrides": []
  588. },
  589. "gridPos": {
  590. "h": 8,
  591. "w": 8,
  592. "x": 0,
  593. "y": 12
  594. },
  595. "id": 10,
  596. "interval": "15s",
  597. "options": {
  598. "legend": {
  599. "calcs": [
  600. "lastNotNull",
  601. "max",
  602. "mean"
  603. ],
  604. "displayMode": "table",
  605. "placement": "bottom",
  606. "showLegend": true
  607. },
  608. "tooltip": {
  609. "mode": "multi",
  610. "sort": "desc"
  611. }
  612. },
  613. "targets": [
  614. {
  615. "expr": "sum by (status) (count_over_time({app=~\"$app\", env=~\"$env\"}[$__interval]))",
  616. "interval": "5m",
  617. "legendFormat": "{{status}}",
  618. "refId": "A"
  619. }
  620. ],
  621. "title": "Status Mix",
  622. "type": "timeseries"
  623. },
  624. {
  625. "datasource": {
  626. "type": "loki",
  627. "uid": "$datasource"
  628. },
  629. "fieldConfig": {
  630. "defaults": {
  631. "color": {
  632. "mode": "palette-classic"
  633. },
  634. "custom": {
  635. "axisBorderShow": false,
  636. "axisCenteredZero": false,
  637. "axisColorMode": "text",
  638. "axisLabel": "",
  639. "axisPlacement": "auto",
  640. "barAlignment": 0,
  641. "drawStyle": "bars",
  642. "fillOpacity": 85,
  643. "gradientMode": "opacity",
  644. "hideFrom": {
  645. "legend": false,
  646. "tooltip": false,
  647. "viz": false
  648. },
  649. "insertNulls": false,
  650. "lineInterpolation": "linear",
  651. "lineWidth": 0,
  652. "pointSize": 5,
  653. "scaleDistribution": {
  654. "type": "linear"
  655. },
  656. "showPoints": "never",
  657. "spanNulls": true,
  658. "stacking": {
  659. "group": "A",
  660. "mode": "none"
  661. },
  662. "thresholdsStyle": {
  663. "mode": "off"
  664. }
  665. },
  666. "decimals": 0,
  667. "mappings": [],
  668. "thresholds": {
  669. "mode": "absolute",
  670. "steps": [
  671. {
  672. "color": "green",
  673. "value": null
  674. },
  675. {
  676. "color": "red",
  677. "value": 80
  678. }
  679. ]
  680. },
  681. "unit": "short",
  682. "unitScale": true
  683. },
  684. "overrides": []
  685. },
  686. "gridPos": {
  687. "h": 8,
  688. "w": 8,
  689. "x": 8,
  690. "y": 12
  691. },
  692. "id": 8,
  693. "interval": "15s",
  694. "options": {
  695. "legend": {
  696. "calcs": [
  697. "lastNotNull",
  698. "max",
  699. "mean"
  700. ],
  701. "displayMode": "table",
  702. "placement": "bottom",
  703. "showLegend": true
  704. },
  705. "tooltip": {
  706. "mode": "multi",
  707. "sort": "desc"
  708. }
  709. },
  710. "targets": [
  711. {
  712. "expr": "topk(10, sum by (uri) (count_over_time({app=~\"$app\", env=~\"$env\"} | json | uri=~\"$uri_prefix.*\" [$__interval])))",
  713. "interval": "5m",
  714. "legendFormat": "{{uri}}",
  715. "refId": "A"
  716. }
  717. ],
  718. "title": "Top URI Hotspots",
  719. "type": "timeseries"
  720. },
  721. {
  722. "datasource": {
  723. "type": "loki",
  724. "uid": "$datasource"
  725. },
  726. "fieldConfig": {
  727. "defaults": {
  728. "color": {
  729. "mode": "palette-classic"
  730. },
  731. "custom": {
  732. "axisBorderShow": false,
  733. "axisCenteredZero": false,
  734. "axisColorMode": "text",
  735. "axisLabel": "",
  736. "axisPlacement": "auto",
  737. "barAlignment": 0,
  738. "drawStyle": "bars",
  739. "fillOpacity": 85,
  740. "gradientMode": "opacity",
  741. "hideFrom": {
  742. "legend": false,
  743. "tooltip": false,
  744. "viz": false
  745. },
  746. "insertNulls": false,
  747. "lineInterpolation": "linear",
  748. "lineWidth": 0,
  749. "pointSize": 5,
  750. "scaleDistribution": {
  751. "type": "linear"
  752. },
  753. "showPoints": "never",
  754. "spanNulls": true,
  755. "stacking": {
  756. "group": "A",
  757. "mode": "none"
  758. },
  759. "thresholdsStyle": {
  760. "mode": "off"
  761. }
  762. },
  763. "decimals": 0,
  764. "mappings": [],
  765. "thresholds": {
  766. "mode": "absolute",
  767. "steps": [
  768. {
  769. "color": "green",
  770. "value": null
  771. },
  772. {
  773. "color": "red",
  774. "value": 80
  775. }
  776. ]
  777. },
  778. "unit": "short",
  779. "unitScale": true
  780. },
  781. "overrides": []
  782. },
  783. "gridPos": {
  784. "h": 8,
  785. "w": 8,
  786. "x": 16,
  787. "y": 12
  788. },
  789. "id": 9,
  790. "interval": "15s",
  791. "options": {
  792. "legend": {
  793. "calcs": [
  794. "lastNotNull",
  795. "max",
  796. "mean"
  797. ],
  798. "displayMode": "table",
  799. "placement": "bottom",
  800. "showLegend": true
  801. },
  802. "tooltip": {
  803. "mode": "multi",
  804. "sort": "desc"
  805. }
  806. },
  807. "targets": [
  808. {
  809. "expr": "sum by (event_class) (count_over_time({app=~\"$app\", env=~\"$env\"}[$__interval]))",
  810. "interval": "5m",
  811. "legendFormat": "{{event_class}}",
  812. "refId": "A"
  813. }
  814. ],
  815. "title": "Event Class Mix",
  816. "type": "timeseries"
  817. }
  818. ],
  819. "refresh": "",
  820. "schemaVersion": 39,
  821. "tags": [],
  822. "templating": {
  823. "list": [
  824. {
  825. "current": {
  826. "selected": false,
  827. "text": "loki",
  828. "value": "c0873a90-2da3-46e6-8472-83f560a2a5ab"
  829. },
  830. "hide": 0,
  831. "includeAll": false,
  832. "multi": false,
  833. "name": "datasource",
  834. "options": [],
  835. "query": "loki",
  836. "refresh": 1,
  837. "regex": "",
  838. "skipUrlSync": false,
  839. "type": "datasource"
  840. },
  841. {
  842. "allValue": ".+",
  843. "current": {
  844. "selected": true,
  845. "text": "All",
  846. "value": "$__all"
  847. },
  848. "datasource": {
  849. "type": "loki",
  850. "uid": "$datasource"
  851. },
  852. "definition": "",
  853. "hide": 0,
  854. "includeAll": true,
  855. "multi": false,
  856. "name": "app",
  857. "options": [],
  858. "query": "label_values({app=~\".+\"}, app)",
  859. "refresh": 1,
  860. "regex": "",
  861. "skipUrlSync": false,
  862. "sort": 0,
  863. "type": "query"
  864. },
  865. {
  866. "allValue": ".+",
  867. "current": {
  868. "selected": false,
  869. "text": "kubernetes,dev",
  870. "value": "kubernetes,dev"
  871. },
  872. "datasource": {
  873. "type": "loki",
  874. "uid": "$datasource"
  875. },
  876. "definition": "",
  877. "hide": 0,
  878. "includeAll": true,
  879. "multi": false,
  880. "name": "env",
  881. "options": [],
  882. "query": "label_values({app=~\"$app\", env=~\".+\"}, env)",
  883. "refresh": 1,
  884. "regex": "",
  885. "skipUrlSync": false,
  886. "sort": 0,
  887. "type": "query"
  888. },
  889. {
  890. "current": {
  891. "text": "500",
  892. "value": "500"
  893. },
  894. "hide": 0,
  895. "name": "slow_ms",
  896. "options": [],
  897. "query": "",
  898. "skipUrlSync": false,
  899. "type": "textbox"
  900. },
  901. {
  902. "current": {
  903. "text": "",
  904. "value": ""
  905. },
  906. "hide": 2,
  907. "name": "uri_prefix",
  908. "options": [],
  909. "query": "",
  910. "skipUrlSync": false,
  911. "type": "textbox"
  912. }
  913. ]
  914. },
  915. "time": {
  916. "from": "now-30m",
  917. "to": "now"
  918. },
  919. "timepicker": {},
  920. "timezone": "browser",
  921. "title": "shop-recycle-countlog",
  922. "uid": "shop-recycle-countlog",
  923. "version": 12,
  924. "weekStart": ""
  925. }