Skip to content

Commit 4ed60e7

Browse files
dashboard: undeprecate net panels
The whole existing set of network panels are likely to be replaced with per thread ones, but it won't happen soon due to backward compatibility. Part of #178
1 parent dd8db84 commit 4ed60e7

19 files changed

+36
-42
lines changed

dashboard/panels/net.libsonnet

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ local variable = import 'dashboard/variable.libsonnet';
113113
description=|||
114114
Number of network requests this instance has handled.
115115
Graph shows mean rps.
116-
117-
Panel will be removed in favor of "Processed requests"
118-
and "Requests in queue (overall)" panels.
119116
|||,
120117
datasource_type=null,
121118
datasource=null,
@@ -142,9 +139,6 @@ local variable = import 'dashboard/variable.libsonnet';
142139
title='Network requests pending',
143140
description=|||
144141
Number of pending network requests.
145-
146-
Panel will be removed in favor of "Requests in progress"
147-
and "Requests in queue (current)" panels.
148142
|||,
149143
datasource_type=null,
150144
datasource=null,

tests/InfluxDB/dashboard_compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@
24162416
"dashes": false,
24172417
"datasource": "$influxdb",
24182418
"decimals": 3,
2419-
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n\nPanel will be removed in favor of \"Processed requests\"\nand \"Requests in queue (overall)\" panels.\n",
2419+
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n",
24202420
"fill": 0,
24212421
"gridPos": {
24222422
"h": 8,
@@ -2559,7 +2559,7 @@
25592559
"dashes": false,
25602560
"datasource": "$influxdb",
25612561
"decimals": 0,
2562-
"description": "Number of pending network requests.\n\nPanel will be removed in favor of \"Requests in progress\"\nand \"Requests in queue (current)\" panels.\n",
2562+
"description": "Number of pending network requests.\n",
25632563
"fill": 0,
25642564
"gridPos": {
25652565
"h": 8,

tests/InfluxDB/dashboard_static_compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@
24162416
"dashes": false,
24172417
"datasource": "influxdb",
24182418
"decimals": 3,
2419-
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n\nPanel will be removed in favor of \"Processed requests\"\nand \"Requests in queue (overall)\" panels.\n",
2419+
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n",
24202420
"fill": 0,
24212421
"gridPos": {
24222422
"h": 8,
@@ -2559,7 +2559,7 @@
25592559
"dashes": false,
25602560
"datasource": "influxdb",
25612561
"decimals": 0,
2562-
"description": "Number of pending network requests.\n\nPanel will be removed in favor of \"Requests in progress\"\nand \"Requests in queue (current)\" panels.\n",
2562+
"description": "Number of pending network requests.\n",
25632563
"fill": 0,
25642564
"gridPos": {
25652565
"h": 8,

tests/InfluxDB/dashboard_static_custom_title_compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@
24162416
"dashes": false,
24172417
"datasource": "influxdb",
24182418
"decimals": 3,
2419-
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n\nPanel will be removed in favor of \"Processed requests\"\nand \"Requests in queue (overall)\" panels.\n",
2419+
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n",
24202420
"fill": 0,
24212421
"gridPos": {
24222422
"h": 8,
@@ -2559,7 +2559,7 @@
25592559
"dashes": false,
25602560
"datasource": "influxdb",
25612561
"decimals": 0,
2562-
"description": "Number of pending network requests.\n\nPanel will be removed in favor of \"Requests in progress\"\nand \"Requests in queue (current)\" panels.\n",
2562+
"description": "Number of pending network requests.\n",
25632563
"fill": 0,
25642564
"gridPos": {
25652565
"h": 8,

tests/InfluxDB/dashboard_static_with_instance_variable_compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@
24162416
"dashes": false,
24172417
"datasource": "influxdb",
24182418
"decimals": 3,
2419-
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n\nPanel will be removed in favor of \"Processed requests\"\nand \"Requests in queue (overall)\" panels.\n",
2419+
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n",
24202420
"fill": 0,
24212421
"gridPos": {
24222422
"h": 8,
@@ -2559,7 +2559,7 @@
25592559
"dashes": false,
25602560
"datasource": "influxdb",
25612561
"decimals": 0,
2562-
"description": "Number of pending network requests.\n\nPanel will be removed in favor of \"Requests in progress\"\nand \"Requests in queue (current)\" panels.\n",
2562+
"description": "Number of pending network requests.\n",
25632563
"fill": 0,
25642564
"gridPos": {
25652565
"h": 8,

tests/InfluxDB/dashboard_tdg_compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@
13941394
"dashes": false,
13951395
"datasource": "$influxdb",
13961396
"decimals": 3,
1397-
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n\nPanel will be removed in favor of \"Processed requests\"\nand \"Requests in queue (overall)\" panels.\n",
1397+
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n",
13981398
"fill": 0,
13991399
"gridPos": {
14001400
"h": 8,
@@ -1537,7 +1537,7 @@
15371537
"dashes": false,
15381538
"datasource": "$influxdb",
15391539
"decimals": 0,
1540-
"description": "Number of pending network requests.\n\nPanel will be removed in favor of \"Requests in progress\"\nand \"Requests in queue (current)\" panels.\n",
1540+
"description": "Number of pending network requests.\n",
15411541
"fill": 0,
15421542
"gridPos": {
15431543
"h": 8,

tests/InfluxDB/dashboard_tdg_static_compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@
13941394
"dashes": false,
13951395
"datasource": "influxdb",
13961396
"decimals": 3,
1397-
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n\nPanel will be removed in favor of \"Processed requests\"\nand \"Requests in queue (overall)\" panels.\n",
1397+
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n",
13981398
"fill": 0,
13991399
"gridPos": {
14001400
"h": 8,
@@ -1537,7 +1537,7 @@
15371537
"dashes": false,
15381538
"datasource": "influxdb",
15391539
"decimals": 0,
1540-
"description": "Number of pending network requests.\n\nPanel will be removed in favor of \"Requests in progress\"\nand \"Requests in queue (current)\" panels.\n",
1540+
"description": "Number of pending network requests.\n",
15411541
"fill": 0,
15421542
"gridPos": {
15431543
"h": 8,

tests/InfluxDB/dashboard_tdg_static_custom_title_compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@
13941394
"dashes": false,
13951395
"datasource": "influxdb",
13961396
"decimals": 3,
1397-
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n\nPanel will be removed in favor of \"Processed requests\"\nand \"Requests in queue (overall)\" panels.\n",
1397+
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n",
13981398
"fill": 0,
13991399
"gridPos": {
14001400
"h": 8,
@@ -1537,7 +1537,7 @@
15371537
"dashes": false,
15381538
"datasource": "influxdb",
15391539
"decimals": 0,
1540-
"description": "Number of pending network requests.\n\nPanel will be removed in favor of \"Requests in progress\"\nand \"Requests in queue (current)\" panels.\n",
1540+
"description": "Number of pending network requests.\n",
15411541
"fill": 0,
15421542
"gridPos": {
15431543
"h": 8,

tests/InfluxDB/dashboard_tdg_static_with_instance_variable_compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@
13941394
"dashes": false,
13951395
"datasource": "influxdb",
13961396
"decimals": 3,
1397-
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n\nPanel will be removed in favor of \"Processed requests\"\nand \"Requests in queue (overall)\" panels.\n",
1397+
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n",
13981398
"fill": 0,
13991399
"gridPos": {
14001400
"h": 8,
@@ -1537,7 +1537,7 @@
15371537
"dashes": false,
15381538
"datasource": "influxdb",
15391539
"decimals": 0,
1540-
"description": "Number of pending network requests.\n\nPanel will be removed in favor of \"Requests in progress\"\nand \"Requests in queue (current)\" panels.\n",
1540+
"description": "Number of pending network requests.\n",
15411541
"fill": 0,
15421542
"gridPos": {
15431543
"h": 8,

tests/InfluxDB/dashboard_with_custom_panels_compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@
24162416
"dashes": false,
24172417
"datasource": "$influxdb",
24182418
"decimals": 3,
2419-
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n\nPanel will be removed in favor of \"Processed requests\"\nand \"Requests in queue (overall)\" panels.\n",
2419+
"description": "Number of network requests this instance has handled.\nGraph shows mean rps.\n",
24202420
"fill": 0,
24212421
"gridPos": {
24222422
"h": 8,
@@ -2559,7 +2559,7 @@
25592559
"dashes": false,
25602560
"datasource": "$influxdb",
25612561
"decimals": 0,
2562-
"description": "Number of pending network requests.\n\nPanel will be removed in favor of \"Requests in progress\"\nand \"Requests in queue (current)\" panels.\n",
2562+
"description": "Number of pending network requests.\n",
25632563
"fill": 0,
25642564
"gridPos": {
25652565
"h": 8,

0 commit comments

Comments
 (0)