Skip to content

Commit d90fc80

Browse files
committed
Fix #35090: show app info even for long time ranges
1 parent c321006 commit d90fc80

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

overlays/monitoring/components/container-sharing/configs/dashboards/shinyproxy-delegate-app-logs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
"wideLayout": true
171171
},
172172
"pluginVersion": "8.5.6",
173+
"maxDataPoints": 10000,
173174
"targets": [
174175
{
175176
"datasource": {
@@ -271,6 +272,7 @@
271272
"wideLayout": true
272273
},
273274
"pluginVersion": "8.5.6",
275+
"maxDataPoints": 10000,
274276
"targets": [
275277
{
276278
"datasource": {

overlays/monitoring/components/container-sharing/configs/dashboards/shinyproxy-delegate-app-resources.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"wideLayout": true
8383
},
8484
"pluginVersion": "8.5.6",
85+
"maxDataPoints": 10000,
8586
"targets": [
8687
{
8788
"datasource": {
@@ -169,6 +170,7 @@
169170
"wideLayout": true
170171
},
171172
"pluginVersion": "8.5.6",
173+
"maxDataPoints": 10000,
172174
"targets": [
173175
{
174176
"datasource": {
@@ -270,6 +272,7 @@
270272
"wideLayout": true
271273
},
272274
"pluginVersion": "8.5.6",
275+
"maxDataPoints": 10000,
273276
"targets": [
274277
{
275278
"datasource": {

overlays/monitoring/configs/dashboards/shinyproxy-app-logs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"textMode": "auto"
8080
},
8181
"pluginVersion": "8.5.6",
82+
"maxDataPoints": 10000,
8283
"targets": [
8384
{
8485
"datasource": {
@@ -165,6 +166,7 @@
165166
"wideLayout": true
166167
},
167168
"pluginVersion": "8.5.6",
169+
"maxDataPoints": 10000,
168170
"targets": [
169171
{
170172
"datasource": {
@@ -254,6 +256,7 @@
254256
"wideLayout": true
255257
},
256258
"pluginVersion": "8.5.6",
259+
"maxDataPoints": 10000,
257260
"targets": [
258261
{
259262
"datasource": {
@@ -343,6 +346,7 @@
343346
"wideLayout": true
344347
},
345348
"pluginVersion": "8.5.6",
349+
"maxDataPoints": 10000,
346350
"targets": [
347351
{
348352
"datasource": {
@@ -460,6 +464,7 @@
460464
"textMode": "auto"
461465
},
462466
"pluginVersion": "8.5.6",
467+
"maxDataPoints": 10000,
463468
"targets": [
464469
{
465470
"datasource": {

overlays/monitoring/configs/dashboards/shinyproxy-app-resources.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"wideLayout": true
8383
},
8484
"pluginVersion": "8.5.6",
85+
"maxDataPoints": 10000,
8586
"targets": [
8687
{
8788
"datasource": {
@@ -168,6 +169,7 @@
168169
"wideLayout": true
169170
},
170171
"pluginVersion": "8.5.6",
172+
"maxDataPoints": 10000,
171173
"targets": [
172174
{
173175
"datasource": {
@@ -254,6 +256,7 @@
254256
"wideLayout": true
255257
},
256258
"pluginVersion": "8.5.6",
259+
"maxDataPoints": 10000,
257260
"targets": [
258261
{
259262
"datasource": {
@@ -340,6 +343,7 @@
340343
"wideLayout": true
341344
},
342345
"pluginVersion": "8.5.6",
346+
"maxDataPoints": 10000,
343347
"targets": [
344348
{
345349
"datasource": {
@@ -457,6 +461,7 @@
457461
"wideLayout": true
458462
},
459463
"pluginVersion": "8.5.6",
464+
"maxDataPoints": 10000,
460465
"targets": [
461466
{
462467
"datasource": {

0 commit comments

Comments
 (0)