cilium-operator-dashboard.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999
  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": 8,
  19. "links": [],
  20. "panels": [
  21. {
  22. "aliasColors": {
  23. "avg": "#cffaff"
  24. },
  25. "bars": false,
  26. "dashLength": 10,
  27. "dashes": false,
  28. "datasource": "prometheus",
  29. "fieldConfig": {
  30. "defaults": {
  31. "custom": {}
  32. },
  33. "overrides": []
  34. },
  35. "fill": 0,
  36. "fillGradient": 0,
  37. "gridPos": {
  38. "h": 5,
  39. "w": 12,
  40. "x": 0,
  41. "y": 0
  42. },
  43. "hiddenSeries": false,
  44. "id": 24,
  45. "legend": {
  46. "avg": false,
  47. "current": false,
  48. "max": false,
  49. "min": false,
  50. "show": true,
  51. "total": false,
  52. "values": false
  53. },
  54. "lines": true,
  55. "linewidth": 1,
  56. "links": [],
  57. "nullPointMode": "null",
  58. "options": {
  59. "dataLinks": []
  60. },
  61. "paceLength": 10,
  62. "percentage": false,
  63. "pointradius": 5,
  64. "points": false,
  65. "renderer": "flot",
  66. "seriesOverrides": [
  67. {
  68. "alias": "max",
  69. "fillBelowTo": "min",
  70. "lines": false
  71. },
  72. {
  73. "alias": "min",
  74. "lines": false
  75. }
  76. ],
  77. "spaceLength": 10,
  78. "stack": false,
  79. "steppedLine": false,
  80. "targets": [
  81. {
  82. "expr": "min(irate(cilium_operator_process_cpu_seconds_total{io_cilium_app=\"operator\"}[1m])) by (pod) * 100",
  83. "format": "time_series",
  84. "interval": "",
  85. "intervalFactor": 1,
  86. "legendFormat": "min",
  87. "refId": "A"
  88. },
  89. {
  90. "expr": "avg(irate(cilium_operator_process_cpu_seconds_total{io_cilium_app=\"operator\"}[1m])) by (pod) * 100",
  91. "format": "time_series",
  92. "interval": "",
  93. "intervalFactor": 1,
  94. "legendFormat": "avg",
  95. "refId": "B"
  96. },
  97. {
  98. "expr": "max(irate(cilium_operator_process_cpu_seconds_total{io_cilium_app=\"operator\"}[1m])) by (pod) * 100",
  99. "format": "time_series",
  100. "interval": "",
  101. "intervalFactor": 1,
  102. "legendFormat": "max",
  103. "refId": "C"
  104. }
  105. ],
  106. "thresholds": [],
  107. "timeFrom": null,
  108. "timeRegions": [],
  109. "timeShift": null,
  110. "title": "CPU Usage per node",
  111. "tooltip": {
  112. "shared": true,
  113. "sort": 0,
  114. "value_type": "individual"
  115. },
  116. "type": "graph",
  117. "xaxis": {
  118. "buckets": null,
  119. "mode": "time",
  120. "name": null,
  121. "show": true,
  122. "values": []
  123. },
  124. "yaxes": [
  125. {
  126. "format": "percent",
  127. "label": null,
  128. "logBase": 1,
  129. "max": null,
  130. "min": null,
  131. "show": true
  132. },
  133. {
  134. "format": "short",
  135. "label": null,
  136. "logBase": 1,
  137. "max": null,
  138. "min": null,
  139. "show": true
  140. }
  141. ],
  142. "yaxis": {
  143. "align": false,
  144. "alignLevel": null
  145. }
  146. },
  147. {
  148. "aliasColors": {
  149. "MAX_resident_memory_bytes_max": "#e5ac0e"
  150. },
  151. "bars": false,
  152. "dashLength": 10,
  153. "dashes": false,
  154. "datasource": "prometheus",
  155. "fieldConfig": {
  156. "defaults": {
  157. "custom": {}
  158. },
  159. "overrides": []
  160. },
  161. "fill": 1,
  162. "fillGradient": 0,
  163. "gridPos": {
  164. "h": 5,
  165. "w": 12,
  166. "x": 12,
  167. "y": 0
  168. },
  169. "hiddenSeries": false,
  170. "id": 26,
  171. "legend": {
  172. "alignAsTable": false,
  173. "avg": false,
  174. "current": false,
  175. "max": false,
  176. "min": false,
  177. "rightSide": false,
  178. "show": true,
  179. "total": false,
  180. "values": false
  181. },
  182. "lines": true,
  183. "linewidth": 1,
  184. "links": [],
  185. "nullPointMode": "null",
  186. "options": {
  187. "dataLinks": []
  188. },
  189. "paceLength": 10,
  190. "percentage": false,
  191. "pointradius": 5,
  192. "points": false,
  193. "renderer": "flot",
  194. "seriesOverrides": [],
  195. "spaceLength": 10,
  196. "stack": false,
  197. "steppedLine": false,
  198. "targets": [
  199. {
  200. "expr": "avg(cilium_operator_process_resident_memory_bytes{io_cilium_app=\"operator\"})",
  201. "format": "time_series",
  202. "interval": "",
  203. "intervalFactor": 1,
  204. "legendFormat": "AVG_resident_memory_bytes",
  205. "refId": "C"
  206. },
  207. {
  208. "expr": "max(cilium_operator_process_resident_memory_bytes{io_cilium_app=\"operator\"})",
  209. "format": "time_series",
  210. "interval": "",
  211. "intervalFactor": 1,
  212. "legendFormat": "MAX_resident_memory_bytes_max",
  213. "refId": "D"
  214. },
  215. {
  216. "expr": "min(cilium_operator_process_resident_memory_bytes{io_cilium_app=\"operator\"})",
  217. "format": "time_series",
  218. "interval": "",
  219. "intervalFactor": 1,
  220. "legendFormat": "MIN_resident_memory_bytes_min",
  221. "refId": "E"
  222. }
  223. ],
  224. "thresholds": [],
  225. "timeFrom": null,
  226. "timeRegions": [],
  227. "timeShift": null,
  228. "title": "Resident memory status",
  229. "tooltip": {
  230. "shared": true,
  231. "sort": 0,
  232. "value_type": "individual"
  233. },
  234. "type": "graph",
  235. "xaxis": {
  236. "buckets": null,
  237. "mode": "time",
  238. "name": null,
  239. "show": true,
  240. "values": []
  241. },
  242. "yaxes": [
  243. {
  244. "format": "bytes",
  245. "label": null,
  246. "logBase": 1,
  247. "max": null,
  248. "min": null,
  249. "show": true
  250. },
  251. {
  252. "format": "short",
  253. "label": null,
  254. "logBase": 1,
  255. "max": null,
  256. "min": null,
  257. "show": true
  258. }
  259. ],
  260. "yaxis": {
  261. "align": false,
  262. "alignLevel": null
  263. }
  264. },
  265. {
  266. "collapsed": false,
  267. "datasource": null,
  268. "gridPos": {
  269. "h": 1,
  270. "w": 24,
  271. "x": 0,
  272. "y": 5
  273. },
  274. "id": 6,
  275. "panels": [],
  276. "title": "IPAM",
  277. "type": "row"
  278. },
  279. {
  280. "aliasColors": {},
  281. "bars": false,
  282. "dashLength": 10,
  283. "dashes": false,
  284. "datasource": "prometheus",
  285. "fieldConfig": {
  286. "defaults": {
  287. "custom": {}
  288. },
  289. "overrides": []
  290. },
  291. "fill": 1,
  292. "fillGradient": 0,
  293. "gridPos": {
  294. "h": 8,
  295. "w": 12,
  296. "x": 0,
  297. "y": 6
  298. },
  299. "hiddenSeries": false,
  300. "id": 8,
  301. "legend": {
  302. "avg": false,
  303. "current": false,
  304. "max": false,
  305. "min": false,
  306. "show": true,
  307. "total": false,
  308. "values": false
  309. },
  310. "lines": true,
  311. "linewidth": 1,
  312. "links": [],
  313. "nullPointMode": "null",
  314. "options": {
  315. "dataLinks": []
  316. },
  317. "paceLength": 10,
  318. "percentage": false,
  319. "pointradius": 2,
  320. "points": false,
  321. "renderer": "flot",
  322. "seriesOverrides": [],
  323. "spaceLength": 10,
  324. "stack": true,
  325. "steppedLine": false,
  326. "targets": [
  327. {
  328. "expr": "avg(cilium_operator_ipam_ips) by (type)",
  329. "format": "time_series",
  330. "intervalFactor": 1,
  331. "legendFormat": "{{type}}",
  332. "refId": "A"
  333. }
  334. ],
  335. "thresholds": [],
  336. "timeFrom": null,
  337. "timeRegions": [],
  338. "timeShift": null,
  339. "title": "IP Addresses",
  340. "tooltip": {
  341. "shared": true,
  342. "sort": 0,
  343. "value_type": "individual"
  344. },
  345. "type": "graph",
  346. "xaxis": {
  347. "buckets": null,
  348. "mode": "time",
  349. "name": null,
  350. "show": true,
  351. "values": []
  352. },
  353. "yaxes": [
  354. {
  355. "format": "short",
  356. "label": null,
  357. "logBase": 1,
  358. "max": null,
  359. "min": null,
  360. "show": true
  361. },
  362. {
  363. "format": "short",
  364. "label": null,
  365. "logBase": 1,
  366. "max": null,
  367. "min": null,
  368. "show": true
  369. }
  370. ],
  371. "yaxis": {
  372. "align": false,
  373. "alignLevel": null
  374. }
  375. },
  376. {
  377. "aliasColors": {},
  378. "bars": false,
  379. "dashLength": 10,
  380. "dashes": false,
  381. "datasource": "prometheus",
  382. "fieldConfig": {
  383. "defaults": {
  384. "custom": {}
  385. },
  386. "overrides": []
  387. },
  388. "fill": 1,
  389. "fillGradient": 0,
  390. "gridPos": {
  391. "h": 8,
  392. "w": 12,
  393. "x": 12,
  394. "y": 6
  395. },
  396. "hiddenSeries": false,
  397. "id": 10,
  398. "legend": {
  399. "avg": false,
  400. "current": false,
  401. "max": false,
  402. "min": false,
  403. "show": true,
  404. "total": false,
  405. "values": false
  406. },
  407. "lines": true,
  408. "linewidth": 1,
  409. "links": [],
  410. "nullPointMode": "null",
  411. "options": {
  412. "dataLinks": []
  413. },
  414. "paceLength": 10,
  415. "percentage": false,
  416. "pointradius": 2,
  417. "points": false,
  418. "renderer": "flot",
  419. "seriesOverrides": [],
  420. "spaceLength": 10,
  421. "stack": false,
  422. "steppedLine": false,
  423. "targets": [
  424. {
  425. "expr": "rate(cilium_operator_ec2_api_duration_seconds_sum[1m])/rate(cilium_operator_ec2_api_duration_seconds_count[1m])",
  426. "format": "time_series",
  427. "intervalFactor": 1,
  428. "legendFormat": "{{operation}} {{response_code}}",
  429. "refId": "A"
  430. }
  431. ],
  432. "thresholds": [],
  433. "timeFrom": null,
  434. "timeRegions": [],
  435. "timeShift": null,
  436. "title": "EC2 API Interactions",
  437. "tooltip": {
  438. "shared": true,
  439. "sort": 0,
  440. "value_type": "individual"
  441. },
  442. "type": "graph",
  443. "xaxis": {
  444. "buckets": null,
  445. "mode": "time",
  446. "name": null,
  447. "show": true,
  448. "values": []
  449. },
  450. "yaxes": [
  451. {
  452. "format": "dtdurations",
  453. "label": null,
  454. "logBase": 1,
  455. "max": null,
  456. "min": null,
  457. "show": true
  458. },
  459. {
  460. "format": "short",
  461. "label": null,
  462. "logBase": 1,
  463. "max": null,
  464. "min": null,
  465. "show": true
  466. }
  467. ],
  468. "yaxis": {
  469. "align": false,
  470. "alignLevel": null
  471. }
  472. },
  473. {
  474. "aliasColors": {},
  475. "bars": false,
  476. "dashLength": 10,
  477. "dashes": false,
  478. "datasource": "prometheus",
  479. "fieldConfig": {
  480. "defaults": {
  481. "custom": {}
  482. },
  483. "overrides": []
  484. },
  485. "fill": 1,
  486. "fillGradient": 0,
  487. "gridPos": {
  488. "h": 7,
  489. "w": 8,
  490. "x": 0,
  491. "y": 14
  492. },
  493. "hiddenSeries": false,
  494. "id": 4,
  495. "legend": {
  496. "avg": false,
  497. "current": false,
  498. "max": false,
  499. "min": false,
  500. "show": true,
  501. "total": false,
  502. "values": false
  503. },
  504. "lines": true,
  505. "linewidth": 1,
  506. "links": [],
  507. "nullPointMode": "null",
  508. "options": {
  509. "dataLinks": []
  510. },
  511. "paceLength": 10,
  512. "percentage": false,
  513. "pointradius": 2,
  514. "points": false,
  515. "renderer": "flot",
  516. "seriesOverrides": [],
  517. "spaceLength": 10,
  518. "stack": false,
  519. "steppedLine": false,
  520. "targets": [
  521. {
  522. "expr": "cilium_operator_ipam_nodes",
  523. "format": "time_series",
  524. "intervalFactor": 1,
  525. "legendFormat": "{{category}}",
  526. "refId": "A"
  527. }
  528. ],
  529. "thresholds": [],
  530. "timeFrom": null,
  531. "timeRegions": [],
  532. "timeShift": null,
  533. "title": "Number of nodes",
  534. "tooltip": {
  535. "shared": true,
  536. "sort": 0,
  537. "value_type": "individual"
  538. },
  539. "type": "graph",
  540. "xaxis": {
  541. "buckets": null,
  542. "mode": "time",
  543. "name": null,
  544. "show": true,
  545. "values": []
  546. },
  547. "yaxes": [
  548. {
  549. "format": "short",
  550. "label": null,
  551. "logBase": 1,
  552. "max": null,
  553. "min": null,
  554. "show": true
  555. },
  556. {
  557. "format": "short",
  558. "label": null,
  559. "logBase": 1,
  560. "max": null,
  561. "min": null,
  562. "show": true
  563. }
  564. ],
  565. "yaxis": {
  566. "align": false,
  567. "alignLevel": null
  568. }
  569. },
  570. {
  571. "aliasColors": {},
  572. "bars": false,
  573. "dashLength": 10,
  574. "dashes": false,
  575. "datasource": "prometheus",
  576. "fieldConfig": {
  577. "defaults": {
  578. "custom": {}
  579. },
  580. "overrides": []
  581. },
  582. "fill": 1,
  583. "fillGradient": 0,
  584. "gridPos": {
  585. "h": 7,
  586. "w": 8,
  587. "x": 8,
  588. "y": 14
  589. },
  590. "hiddenSeries": false,
  591. "id": 12,
  592. "legend": {
  593. "avg": false,
  594. "current": false,
  595. "max": false,
  596. "min": false,
  597. "show": true,
  598. "total": false,
  599. "values": false
  600. },
  601. "lines": true,
  602. "linewidth": 1,
  603. "links": [],
  604. "nullPointMode": "null",
  605. "options": {
  606. "dataLinks": []
  607. },
  608. "paceLength": 10,
  609. "percentage": false,
  610. "pointradius": 2,
  611. "points": false,
  612. "renderer": "flot",
  613. "seriesOverrides": [],
  614. "spaceLength": 10,
  615. "stack": false,
  616. "steppedLine": false,
  617. "targets": [
  618. {
  619. "expr": "cilium_operator_ipam_available",
  620. "format": "time_series",
  621. "intervalFactor": 1,
  622. "legendFormat": "interfaces",
  623. "refId": "A"
  624. }
  625. ],
  626. "thresholds": [],
  627. "timeFrom": null,
  628. "timeRegions": [],
  629. "timeShift": null,
  630. "title": "# interfaces with addresses available",
  631. "tooltip": {
  632. "shared": true,
  633. "sort": 0,
  634. "value_type": "individual"
  635. },
  636. "type": "graph",
  637. "xaxis": {
  638. "buckets": null,
  639. "mode": "time",
  640. "name": null,
  641. "show": true,
  642. "values": []
  643. },
  644. "yaxes": [
  645. {
  646. "format": "short",
  647. "label": null,
  648. "logBase": 1,
  649. "max": null,
  650. "min": null,
  651. "show": true
  652. },
  653. {
  654. "format": "short",
  655. "label": null,
  656. "logBase": 1,
  657. "max": null,
  658. "min": null,
  659. "show": true
  660. }
  661. ],
  662. "yaxis": {
  663. "align": false,
  664. "alignLevel": null
  665. }
  666. },
  667. {
  668. "aliasColors": {},
  669. "bars": false,
  670. "dashLength": 10,
  671. "dashes": false,
  672. "datasource": "prometheus",
  673. "fieldConfig": {
  674. "defaults": {
  675. "custom": {}
  676. },
  677. "overrides": []
  678. },
  679. "fill": 1,
  680. "fillGradient": 0,
  681. "gridPos": {
  682. "h": 7,
  683. "w": 8,
  684. "x": 16,
  685. "y": 14
  686. },
  687. "hiddenSeries": false,
  688. "id": 16,
  689. "legend": {
  690. "avg": false,
  691. "current": false,
  692. "max": false,
  693. "min": false,
  694. "show": true,
  695. "total": false,
  696. "values": false
  697. },
  698. "lines": true,
  699. "linewidth": 1,
  700. "links": [],
  701. "nullPointMode": "null",
  702. "options": {
  703. "dataLinks": []
  704. },
  705. "paceLength": 10,
  706. "percentage": false,
  707. "pointradius": 2,
  708. "points": false,
  709. "renderer": "flot",
  710. "seriesOverrides": [],
  711. "spaceLength": 10,
  712. "stack": false,
  713. "steppedLine": false,
  714. "targets": [
  715. {
  716. "expr": "rate(cilium_operator_ipam_resync_total[1m])",
  717. "format": "time_series",
  718. "intervalFactor": 1,
  719. "legendFormat": "operations",
  720. "refId": "A"
  721. }
  722. ],
  723. "thresholds": [],
  724. "timeFrom": null,
  725. "timeRegions": [],
  726. "timeShift": null,
  727. "title": "Metadata Resync Operations",
  728. "tooltip": {
  729. "shared": true,
  730. "sort": 0,
  731. "value_type": "individual"
  732. },
  733. "type": "graph",
  734. "xaxis": {
  735. "buckets": null,
  736. "mode": "time",
  737. "name": null,
  738. "show": true,
  739. "values": []
  740. },
  741. "yaxes": [
  742. {
  743. "format": "ops",
  744. "label": null,
  745. "logBase": 1,
  746. "max": null,
  747. "min": null,
  748. "show": true
  749. },
  750. {
  751. "format": "short",
  752. "label": null,
  753. "logBase": 1,
  754. "max": null,
  755. "min": null,
  756. "show": true
  757. }
  758. ],
  759. "yaxis": {
  760. "align": false,
  761. "alignLevel": null
  762. }
  763. },
  764. {
  765. "aliasColors": {},
  766. "bars": false,
  767. "dashLength": 10,
  768. "dashes": false,
  769. "datasource": "prometheus",
  770. "fieldConfig": {
  771. "defaults": {
  772. "custom": {}
  773. },
  774. "overrides": []
  775. },
  776. "fill": 1,
  777. "fillGradient": 0,
  778. "gridPos": {
  779. "h": 8,
  780. "w": 12,
  781. "x": 0,
  782. "y": 21
  783. },
  784. "hiddenSeries": false,
  785. "id": 14,
  786. "legend": {
  787. "avg": false,
  788. "current": false,
  789. "max": false,
  790. "min": false,
  791. "show": true,
  792. "total": false,
  793. "values": false
  794. },
  795. "lines": true,
  796. "linewidth": 1,
  797. "links": [],
  798. "nullPointMode": "null",
  799. "options": {
  800. "dataLinks": []
  801. },
  802. "paceLength": 10,
  803. "percentage": false,
  804. "pointradius": 2,
  805. "points": false,
  806. "renderer": "flot",
  807. "seriesOverrides": [],
  808. "spaceLength": 10,
  809. "stack": true,
  810. "steppedLine": false,
  811. "targets": [
  812. {
  813. "expr": "rate(cilium_operator_ec2_api_rate_limit_duration_seconds_sum[1m])/rate(cilium_operator_ec2_api_rate_limit_duration_seconds_count[1m])",
  814. "format": "time_series",
  815. "intervalFactor": 1,
  816. "legendFormat": "{{operation}}",
  817. "refId": "A"
  818. }
  819. ],
  820. "thresholds": [],
  821. "timeFrom": null,
  822. "timeRegions": [],
  823. "timeShift": null,
  824. "title": "EC2 client side rate limiting",
  825. "tooltip": {
  826. "shared": true,
  827. "sort": 0,
  828. "value_type": "individual"
  829. },
  830. "type": "graph",
  831. "xaxis": {
  832. "buckets": null,
  833. "mode": "time",
  834. "name": null,
  835. "show": true,
  836. "values": []
  837. },
  838. "yaxes": [
  839. {
  840. "format": "reqps",
  841. "label": null,
  842. "logBase": 1,
  843. "max": null,
  844. "min": null,
  845. "show": true
  846. },
  847. {
  848. "format": "short",
  849. "label": null,
  850. "logBase": 1,
  851. "max": null,
  852. "min": null,
  853. "show": true
  854. }
  855. ],
  856. "yaxis": {
  857. "align": false,
  858. "alignLevel": null
  859. }
  860. },
  861. {
  862. "aliasColors": {},
  863. "bars": false,
  864. "dashLength": 10,
  865. "dashes": false,
  866. "datasource": "prometheus",
  867. "fieldConfig": {
  868. "defaults": {
  869. "custom": {}
  870. },
  871. "overrides": []
  872. },
  873. "fill": 1,
  874. "fillGradient": 0,
  875. "gridPos": {
  876. "h": 8,
  877. "w": 12,
  878. "x": 12,
  879. "y": 21
  880. },
  881. "hiddenSeries": false,
  882. "id": 2,
  883. "legend": {
  884. "avg": false,
  885. "current": false,
  886. "max": false,
  887. "min": false,
  888. "show": true,
  889. "total": false,
  890. "values": false
  891. },
  892. "lines": true,
  893. "linewidth": 1,
  894. "links": [],
  895. "nullPointMode": "null",
  896. "options": {
  897. "dataLinks": []
  898. },
  899. "paceLength": 10,
  900. "percentage": false,
  901. "pointradius": 2,
  902. "points": false,
  903. "renderer": "flot",
  904. "seriesOverrides": [],
  905. "spaceLength": 10,
  906. "stack": false,
  907. "steppedLine": false,
  908. "targets": [
  909. {
  910. "expr": "avg(rate(cilium_operator_ipam_interface_creation_ops[1m])) by (subnetId, status)",
  911. "format": "time_series",
  912. "intervalFactor": 1,
  913. "legendFormat": "{{status}} ({{subnetId}})",
  914. "refId": "A"
  915. }
  916. ],
  917. "thresholds": [],
  918. "timeFrom": null,
  919. "timeRegions": [],
  920. "timeShift": null,
  921. "title": "Interface Creation",
  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": "ops",
  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. "refresh": false,
  960. "schemaVersion": 25,
  961. "style": "dark",
  962. "tags": [],
  963. "templating": {
  964. "list": []
  965. },
  966. "time": {
  967. "from": "now-30m",
  968. "to": "now"
  969. },
  970. "timepicker": {
  971. "refresh_intervals": [
  972. "10s",
  973. "30s",
  974. "1m",
  975. "5m",
  976. "15m",
  977. "30m",
  978. "1h",
  979. "2h",
  980. "1d"
  981. ],
  982. "time_options": [
  983. "5m",
  984. "15m",
  985. "1h",
  986. "6h",
  987. "12h",
  988. "24h",
  989. "2d",
  990. "7d",
  991. "30d"
  992. ]
  993. },
  994. "timezone": "",
  995. "title": "Cilium Operator",
  996. "uid": "1GC0TT4Wz",
  997. "version": 2
  998. }