Guest User

Untitled

a guest
Jul 22nd, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.75 KB | None | 0 0
  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. "id": 6,
  19. "links": [],
  20. "panels": [
  21. {
  22. "collapsed": false,
  23. "gridPos": {
  24. "h": 1,
  25. "w": 24,
  26. "x": 0,
  27. "y": 0
  28. },
  29. "id": 11,
  30. "panels": [],
  31. "repeat": null,
  32. "title": "Player Activity",
  33. "type": "row"
  34. },
  35. {
  36. "cacheTimeout": null,
  37. "colorBackground": false,
  38. "colorValue": true,
  39. "colors": [
  40. "rgba(245, 54, 54, 0.9)",
  41. "rgba(237, 129, 40, 0.89)",
  42. "rgba(50, 172, 45, 0.97)"
  43. ],
  44. "datasource": null,
  45. "decimals": null,
  46. "format": "none",
  47. "gauge": {
  48. "maxValue": 5,
  49. "minValue": 0,
  50. "show": true,
  51. "thresholdLabels": false,
  52. "thresholdMarkers": true
  53. },
  54. "gridPos": {
  55. "h": 7,
  56. "w": 8,
  57. "x": 0,
  58. "y": 1
  59. },
  60. "id": 6,
  61. "interval": null,
  62. "links": [],
  63. "mappingType": 1,
  64. "mappingTypes": [
  65. {
  66. "name": "value to text",
  67. "value": 1
  68. },
  69. {
  70. "name": "range to text",
  71. "value": 2
  72. }
  73. ],
  74. "maxDataPoints": 100,
  75. "nullPointMode": "connected",
  76. "nullText": null,
  77. "postfix": "",
  78. "postfixFontSize": "50%",
  79. "prefix": "",
  80. "prefixFontSize": "50%",
  81. "rangeMaps": [
  82. {
  83. "from": "null",
  84. "text": "N/A",
  85. "to": "null"
  86. }
  87. ],
  88. "sparkline": {
  89. "fillColor": "rgba(31, 118, 189, 0.18)",
  90. "full": false,
  91. "lineColor": "rgb(31, 120, 193)",
  92. "show": false
  93. },
  94. "tableColumn": "__name__",
  95. "targets": [
  96. {
  97. "expr": "avg(exventure_player_count{role=\"players\"}) without (instance)",
  98. "format": "time_series",
  99. "interval": "",
  100. "intervalFactor": 2,
  101. "legendFormat": "",
  102. "refId": "A",
  103. "step": 20
  104. }
  105. ],
  106. "thresholds": "",
  107. "title": "Players Online",
  108. "type": "singlestat",
  109. "valueFontSize": "80%",
  110. "valueMaps": [
  111. {
  112. "op": "=",
  113. "text": "N/A",
  114. "value": "null"
  115. }
  116. ],
  117. "valueName": "current"
  118. },
  119. {
  120. "aliasColors": {},
  121. "bars": false,
  122. "dashLength": 10,
  123. "dashes": false,
  124. "datasource": null,
  125. "fill": 1,
  126. "gridPos": {
  127. "h": 7,
  128. "w": 8,
  129. "x": 8,
  130. "y": 1
  131. },
  132. "id": 4,
  133. "legend": {
  134. "alignAsTable": false,
  135. "avg": false,
  136. "current": false,
  137. "max": false,
  138. "min": false,
  139. "show": true,
  140. "total": false,
  141. "values": false
  142. },
  143. "lines": true,
  144. "linewidth": 1,
  145. "links": [],
  146. "nullPointMode": "null",
  147. "percentage": false,
  148. "pointradius": 5,
  149. "points": false,
  150. "renderer": "flot",
  151. "seriesOverrides": [],
  152. "spaceLength": 10,
  153. "stack": false,
  154. "steppedLine": false,
  155. "targets": [
  156. {
  157. "expr": "round(sum(increase(exventure_login_total[1m])) without (instance))",
  158. "format": "time_series",
  159. "interval": "",
  160. "intervalFactor": 2,
  161. "legendFormat": "Success",
  162. "refId": "A",
  163. "step": 4
  164. },
  165. {
  166. "expr": "round(sum(increase(exventure_login_failure_total[1m])) without (instance))",
  167. "format": "time_series",
  168. "intervalFactor": 2,
  169. "legendFormat": "Failure",
  170. "refId": "B",
  171. "step": 4
  172. },
  173. {
  174. "expr": "round(sum(increase(exventure_session_total[1m])) without (instance))",
  175. "format": "time_series",
  176. "intervalFactor": 2,
  177. "legendFormat": "Sessions",
  178. "refId": "C",
  179. "step": 4
  180. }
  181. ],
  182. "thresholds": [],
  183. "timeFrom": null,
  184. "timeShift": null,
  185. "title": "Logins",
  186. "tooltip": {
  187. "shared": true,
  188. "sort": 0,
  189. "value_type": "individual"
  190. },
  191. "type": "graph",
  192. "xaxis": {
  193. "buckets": null,
  194. "mode": "time",
  195. "name": null,
  196. "show": true,
  197. "values": []
  198. },
  199. "yaxes": [
  200. {
  201. "decimals": 0,
  202. "format": "short",
  203. "label": null,
  204. "logBase": 1,
  205. "max": null,
  206. "min": "0",
  207. "show": true
  208. },
  209. {
  210. "format": "short",
  211. "label": null,
  212. "logBase": 1,
  213. "max": null,
  214. "min": null,
  215. "show": true
  216. }
  217. ],
  218. "yaxis": {
  219. "align": false,
  220. "alignLevel": null
  221. }
  222. },
  223. {
  224. "aliasColors": {},
  225. "bars": false,
  226. "dashLength": 10,
  227. "dashes": false,
  228. "datasource": null,
  229. "fill": 1,
  230. "gridPos": {
  231. "h": 7,
  232. "w": 8,
  233. "x": 16,
  234. "y": 1
  235. },
  236. "id": 1,
  237. "legend": {
  238. "avg": false,
  239. "current": false,
  240. "max": false,
  241. "min": false,
  242. "show": false,
  243. "total": false,
  244. "values": false
  245. },
  246. "lines": true,
  247. "linewidth": 1,
  248. "links": [],
  249. "nullPointMode": "null",
  250. "percentage": false,
  251. "pointradius": 5,
  252. "points": false,
  253. "renderer": "flot",
  254. "seriesOverrides": [],
  255. "spaceLength": 10,
  256. "stack": false,
  257. "steppedLine": false,
  258. "targets": [
  259. {
  260. "expr": "round(sum(increase(exventure_command_total[1m])) without (instance))",
  261. "format": "time_series",
  262. "interval": "5s",
  263. "intervalFactor": 2,
  264. "legendFormat": "{{command}}",
  265. "refId": "A",
  266. "step": 10
  267. },
  268. {
  269. "expr": "round(sum(increase(exventure_command_bad_parse_total[1m])) without (instance))",
  270. "format": "time_series",
  271. "intervalFactor": 2,
  272. "legendFormat": "Bad Parse",
  273. "refId": "B",
  274. "step": 4
  275. }
  276. ],
  277. "thresholds": [],
  278. "timeFrom": null,
  279. "timeShift": null,
  280. "title": "Commands",
  281. "tooltip": {
  282. "shared": true,
  283. "sort": 0,
  284. "value_type": "individual"
  285. },
  286. "type": "graph",
  287. "xaxis": {
  288. "buckets": null,
  289. "mode": "time",
  290. "name": null,
  291. "show": true,
  292. "values": []
  293. },
  294. "yaxes": [
  295. {
  296. "decimals": 0,
  297. "format": "short",
  298. "label": null,
  299. "logBase": 1,
  300. "max": null,
  301. "min": "0",
  302. "show": true
  303. },
  304. {
  305. "format": "short",
  306. "label": null,
  307. "logBase": 1,
  308. "max": null,
  309. "min": null,
  310. "show": true
  311. }
  312. ],
  313. "yaxis": {
  314. "align": false,
  315. "alignLevel": null
  316. }
  317. },
  318. {
  319. "aliasColors": {},
  320. "bars": false,
  321. "dashLength": 10,
  322. "dashes": false,
  323. "datasource": null,
  324. "fill": 1,
  325. "gridPos": {
  326. "h": 9,
  327. "w": 12,
  328. "x": 0,
  329. "y": 8
  330. },
  331. "id": 15,
  332. "legend": {
  333. "avg": false,
  334. "current": false,
  335. "max": false,
  336. "min": false,
  337. "show": true,
  338. "total": false,
  339. "values": false
  340. },
  341. "lines": true,
  342. "linewidth": 1,
  343. "links": [],
  344. "nullPointMode": "null",
  345. "percentage": false,
  346. "pointradius": 5,
  347. "points": false,
  348. "renderer": "flot",
  349. "seriesOverrides": [],
  350. "spaceLength": 10,
  351. "stack": false,
  352. "steppedLine": false,
  353. "targets": [
  354. {
  355. "expr": "round(sum(increase(exventure_channel_broadcast_total[1m])) without (instance))",
  356. "format": "time_series",
  357. "intervalFactor": 1,
  358. "legendFormat": "{{channel}}",
  359. "refId": "A"
  360. },
  361. {
  362. "expr": "round(sum(increase(exventure_emote_total[1m])) without (instance))",
  363. "format": "time_series",
  364. "intervalFactor": 1,
  365. "legendFormat": "emotes",
  366. "refId": "B"
  367. },
  368. {
  369. "expr": "round(sum(increase(exventure_say_total[1m])) without (instance))",
  370. "format": "time_series",
  371. "intervalFactor": 1,
  372. "legendFormat": "say",
  373. "refId": "C"
  374. }
  375. ],
  376. "thresholds": [],
  377. "timeFrom": null,
  378. "timeShift": null,
  379. "title": "Communications",
  380. "tooltip": {
  381. "shared": true,
  382. "sort": 0,
  383. "value_type": "individual"
  384. },
  385. "type": "graph",
  386. "xaxis": {
  387. "buckets": null,
  388. "mode": "time",
  389. "name": null,
  390. "show": true,
  391. "values": []
  392. },
  393. "yaxes": [
  394. {
  395. "decimals": 0,
  396. "format": "short",
  397. "label": "",
  398. "logBase": 1,
  399. "max": null,
  400. "min": "0",
  401. "show": true
  402. },
  403. {
  404. "format": "short",
  405. "label": null,
  406. "logBase": 1,
  407. "max": null,
  408. "min": null,
  409. "show": true
  410. }
  411. ],
  412. "yaxis": {
  413. "align": false,
  414. "alignLevel": null
  415. }
  416. },
  417. {
  418. "aliasColors": {},
  419. "bars": false,
  420. "dashLength": 10,
  421. "dashes": false,
  422. "datasource": null,
  423. "fill": 1,
  424. "gridPos": {
  425. "h": 9,
  426. "w": 12,
  427. "x": 12,
  428. "y": 8
  429. },
  430. "id": 17,
  431. "legend": {
  432. "avg": false,
  433. "current": false,
  434. "max": false,
  435. "min": false,
  436. "show": true,
  437. "total": false,
  438. "values": false
  439. },
  440. "lines": true,
  441. "linewidth": 1,
  442. "links": [],
  443. "nullPointMode": "null",
  444. "percentage": false,
  445. "pointradius": 5,
  446. "points": false,
  447. "renderer": "flot",
  448. "seriesOverrides": [],
  449. "spaceLength": 10,
  450. "stack": false,
  451. "steppedLine": false,
  452. "targets": [
  453. {
  454. "expr": "histogram_quantile(0.99, sum(rate(exventure_character_moved_in_microseconds_bucket[1m])) by (le))",
  455. "format": "time_series",
  456. "intervalFactor": 1,
  457. "legendFormat": "99%",
  458. "refId": "A"
  459. },
  460. {
  461. "expr": "histogram_quantile(0.9, sum(rate(exventure_character_moved_in_microseconds_bucket[1m])) by (le))",
  462. "format": "time_series",
  463. "intervalFactor": 1,
  464. "legendFormat": "90%",
  465. "refId": "B"
  466. },
  467. {
  468. "expr": "histogram_quantile(0.5, sum(rate(exventure_character_moved_in_microseconds_bucket[1m])) by (le))",
  469. "format": "time_series",
  470. "intervalFactor": 1,
  471. "legendFormat": "50%",
  472. "refId": "C"
  473. },
  474. {
  475. "expr": "sum(rate(exventure_character_moved_in_microseconds_sum[1m])) without (instance)\n/\nsum(rate(exventure_character_moved_in_microseconds_count[1m])) without (instance)",
  476. "format": "time_series",
  477. "intervalFactor": 1,
  478. "legendFormat": "Average",
  479. "refId": "D"
  480. }
  481. ],
  482. "thresholds": [],
  483. "timeFrom": null,
  484. "timeShift": null,
  485. "title": "Movement",
  486. "tooltip": {
  487. "shared": true,
  488. "sort": 0,
  489. "value_type": "individual"
  490. },
  491. "type": "graph",
  492. "xaxis": {
  493. "buckets": null,
  494. "mode": "time",
  495. "name": null,
  496. "show": true,
  497. "values": []
  498. },
  499. "yaxes": [
  500. {
  501. "format": "µs",
  502. "label": null,
  503. "logBase": 1,
  504. "max": null,
  505. "min": "0",
  506. "show": true
  507. },
  508. {
  509. "format": "short",
  510. "label": null,
  511. "logBase": 1,
  512. "max": null,
  513. "min": null,
  514. "show": true
  515. }
  516. ],
  517. "yaxis": {
  518. "align": false,
  519. "alignLevel": null
  520. }
  521. },
  522. {
  523. "collapsed": false,
  524. "gridPos": {
  525. "h": 1,
  526. "w": 24,
  527. "x": 0,
  528. "y": 17
  529. },
  530. "id": 12,
  531. "panels": [],
  532. "repeat": null,
  533. "title": "Command Timing",
  534. "type": "row"
  535. },
  536. {
  537. "aliasColors": {},
  538. "bars": false,
  539. "dashLength": 10,
  540. "dashes": false,
  541. "datasource": null,
  542. "fill": 1,
  543. "gridPos": {
  544. "h": 7,
  545. "w": 12,
  546. "x": 0,
  547. "y": 18
  548. },
  549. "id": 8,
  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. "links": [],
  562. "nullPointMode": "null",
  563. "percentage": false,
  564. "pointradius": 5,
  565. "points": false,
  566. "renderer": "flot",
  567. "seriesOverrides": [],
  568. "spaceLength": 10,
  569. "stack": false,
  570. "steppedLine": false,
  571. "targets": [
  572. {
  573. "expr": "histogram_quantile(0.99, sum(rate(exventure_command_parsed_in_microseconds_bucket[1m])) without (instance))",
  574. "format": "time_series",
  575. "intervalFactor": 2,
  576. "legendFormat": "99%",
  577. "refId": "C",
  578. "step": 2
  579. },
  580. {
  581. "expr": "histogram_quantile(0.95, sum(rate(exventure_command_parsed_in_microseconds_bucket[1m])) without (instance))",
  582. "format": "time_series",
  583. "intervalFactor": 2,
  584. "legendFormat": "95%",
  585. "refId": "A",
  586. "step": 2
  587. },
  588. {
  589. "expr": "histogram_quantile(0.5, sum(rate(exventure_command_parsed_in_microseconds_bucket[1m])) without (instance))",
  590. "format": "time_series",
  591. "intervalFactor": 2,
  592. "legendFormat": "50%",
  593. "refId": "B",
  594. "step": 2
  595. },
  596. {
  597. "expr": "sum(rate(exventure_command_parsed_in_microseconds_sum[1m])) without (instance)\n/\nsum(rate(exventure_command_parsed_in_microseconds_count[1m])) without (instance)",
  598. "format": "time_series",
  599. "intervalFactor": 2,
  600. "legendFormat": "Average",
  601. "refId": "D",
  602. "step": 2
  603. }
  604. ],
  605. "thresholds": [],
  606. "timeFrom": null,
  607. "timeShift": null,
  608. "title": "Parse Percentiles",
  609. "tooltip": {
  610. "shared": true,
  611. "sort": 0,
  612. "value_type": "individual"
  613. },
  614. "type": "graph",
  615. "xaxis": {
  616. "buckets": null,
  617. "mode": "time",
  618. "name": null,
  619. "show": true,
  620. "values": []
  621. },
  622. "yaxes": [
  623. {
  624. "format": "µs",
  625. "label": null,
  626. "logBase": 1,
  627. "max": null,
  628. "min": null,
  629. "show": true
  630. },
  631. {
  632. "format": "short",
  633. "label": null,
  634. "logBase": 1,
  635. "max": null,
  636. "min": null,
  637. "show": true
  638. }
  639. ],
  640. "yaxis": {
  641. "align": false,
  642. "alignLevel": null
  643. }
  644. },
  645. {
  646. "aliasColors": {},
  647. "bars": false,
  648. "dashLength": 10,
  649. "dashes": false,
  650. "datasource": null,
  651. "fill": 1,
  652. "gridPos": {
  653. "h": 7,
  654. "w": 12,
  655. "x": 12,
  656. "y": 18
  657. },
  658. "id": 9,
  659. "legend": {
  660. "avg": false,
  661. "current": false,
  662. "max": false,
  663. "min": false,
  664. "show": true,
  665. "total": false,
  666. "values": false
  667. },
  668. "lines": true,
  669. "linewidth": 1,
  670. "links": [],
  671. "nullPointMode": "null",
  672. "percentage": false,
  673. "pointradius": 5,
  674. "points": false,
  675. "renderer": "flot",
  676. "seriesOverrides": [],
  677. "spaceLength": 10,
  678. "stack": false,
  679. "steppedLine": false,
  680. "targets": [
  681. {
  682. "expr": "histogram_quantile(0.99, sum(rate(exventure_command_ran_in_microseconds_bucket[1m])) without (instance))",
  683. "format": "time_series",
  684. "intervalFactor": 2,
  685. "legendFormat": "99%",
  686. "refId": "A",
  687. "step": 2
  688. },
  689. {
  690. "expr": "histogram_quantile(0.95, sum(rate(exventure_command_ran_in_microseconds_bucket[1m])) without (instance))",
  691. "format": "time_series",
  692. "intervalFactor": 2,
  693. "legendFormat": "95%",
  694. "refId": "B",
  695. "step": 2
  696. },
  697. {
  698. "expr": "histogram_quantile(0.5, sum(rate(exventure_command_ran_in_microseconds_bucket[1m])) without (instance))",
  699. "format": "time_series",
  700. "intervalFactor": 2,
  701. "legendFormat": "50%",
  702. "refId": "C",
  703. "step": 2
  704. },
  705. {
  706. "expr": "sum(rate(exventure_command_ran_in_microseconds_sum[1m])) without (instance)\n/\nsum(rate(exventure_command_ran_in_microseconds_count[1m])) without (instance)",
  707. "format": "time_series",
  708. "intervalFactor": 2,
  709. "legendFormat": "Average",
  710. "refId": "D",
  711. "step": 2
  712. }
  713. ],
  714. "thresholds": [],
  715. "timeFrom": null,
  716. "timeShift": null,
  717. "title": "Run Percentiles",
  718. "tooltip": {
  719. "shared": true,
  720. "sort": 0,
  721. "value_type": "individual"
  722. },
  723. "type": "graph",
  724. "xaxis": {
  725. "buckets": null,
  726. "mode": "time",
  727. "name": null,
  728. "show": true,
  729. "values": []
  730. },
  731. "yaxes": [
  732. {
  733. "format": "µs",
  734. "label": null,
  735. "logBase": 1,
  736. "max": null,
  737. "min": null,
  738. "show": true
  739. },
  740. {
  741. "format": "short",
  742. "label": null,
  743. "logBase": 1,
  744. "max": null,
  745. "min": null,
  746. "show": true
  747. }
  748. ],
  749. "yaxis": {
  750. "align": false,
  751. "alignLevel": null
  752. }
  753. },
  754. {
  755. "collapsed": true,
  756. "gridPos": {
  757. "h": 1,
  758. "w": 24,
  759. "x": 0,
  760. "y": 25
  761. },
  762. "id": 13,
  763. "panels": [
  764. {
  765. "aliasColors": {},
  766. "bars": false,
  767. "dashLength": 10,
  768. "dashes": false,
  769. "datasource": null,
  770. "fill": 1,
  771. "gridPos": {
  772. "h": 7,
  773. "w": 24,
  774. "x": 0,
  775. "y": 26
  776. },
  777. "id": 10,
  778. "legend": {
  779. "avg": false,
  780. "current": false,
  781. "max": false,
  782. "min": false,
  783. "show": true,
  784. "total": false,
  785. "values": false
  786. },
  787. "lines": true,
  788. "linewidth": 1,
  789. "links": [],
  790. "nullPointMode": "null",
  791. "percentage": false,
  792. "pointradius": 5,
  793. "points": false,
  794. "renderer": "flot",
  795. "seriesOverrides": [],
  796. "spaceLength": 10,
  797. "stack": false,
  798. "steppedLine": false,
  799. "targets": [
  800. {
  801. "expr": "increase(exventure_shops_buy_total[1m]) / clamp_min(increase(exventure_shops_buy_count[1m]), 1)",
  802. "format": "time_series",
  803. "intervalFactor": 2,
  804. "legendFormat": "Buy",
  805. "refId": "A",
  806. "step": 2
  807. },
  808. {
  809. "expr": " increase(exventure_shops_sell_total[1m]) / clamp_min(increase(exventure_shops_sell_count[1m]), 1)",
  810. "format": "time_series",
  811. "intervalFactor": 2,
  812. "legendFormat": "Sell",
  813. "refId": "B",
  814. "step": 2
  815. }
  816. ],
  817. "thresholds": [],
  818. "timeFrom": null,
  819. "timeShift": null,
  820. "title": "Commerce",
  821. "tooltip": {
  822. "shared": true,
  823. "sort": 0,
  824. "value_type": "individual"
  825. },
  826. "type": "graph",
  827. "xaxis": {
  828. "buckets": null,
  829. "mode": "time",
  830. "name": null,
  831. "show": true,
  832. "values": []
  833. },
  834. "yaxes": [
  835. {
  836. "format": "short",
  837. "label": "Gold",
  838. "logBase": 1,
  839. "max": null,
  840. "min": null,
  841. "show": true
  842. },
  843. {
  844. "format": "short",
  845. "label": null,
  846. "logBase": 1,
  847. "max": null,
  848. "min": null,
  849. "show": true
  850. }
  851. ]
  852. }
  853. ],
  854. "repeat": null,
  855. "title": "Commerce",
  856. "type": "row"
  857. }
  858. ],
  859. "refresh": "10s",
  860. "schemaVersion": 16,
  861. "style": "dark",
  862. "tags": [
  863. "exventure"
  864. ],
  865. "templating": {
  866. "list": []
  867. },
  868. "time": {
  869. "from": "now-15m",
  870. "to": "now"
  871. },
  872. "timepicker": {
  873. "refresh_intervals": [
  874. "5s",
  875. "10s",
  876. "30s",
  877. "1m",
  878. "5m",
  879. "15m",
  880. "30m",
  881. "1h",
  882. "2h",
  883. "1d"
  884. ],
  885. "time_options": [
  886. "5m",
  887. "15m",
  888. "1h",
  889. "6h",
  890. "12h",
  891. "24h",
  892. "2d",
  893. "7d",
  894. "30d"
  895. ]
  896. },
  897. "timezone": "",
  898. "title": "ExVenture",
  899. "uid": "000000006",
  900. "version": 14
  901. }
Add Comment
Please, Sign In to add comment