Skip to content

Commit

Permalink
remove dashboard properties with no values
Browse files Browse the repository at this point in the history
  • Loading branch information
rosalieper committed Aug 29, 2024
1 parent dda71ae commit c83bf65
Showing 1 changed file with 19 additions and 53 deletions.
72 changes: 19 additions & 53 deletions tf/env/staging/platform-summary-dashboard-json.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,9 @@
"horizontalAlignment": "H_LEFT",
"verticalAlignment": "V_TOP",
"padding": "P_EXTRA_SMALL",
"fontSize": "FS_LARGE",
"pointerLocation": "POINTER_LOCATION_UNSPECIFIED"
"fontSize": "FS_LARGE"
}
},
"id": ""
}
}
},
{
Expand Down Expand Up @@ -304,18 +302,11 @@
"aggregation": {
"alignmentPeriod": "86400s",
"perSeriesAligner": "ALIGN_DELTA",
"crossSeriesReducer": "REDUCE_MEAN",
"groupByFields": []
"crossSeriesReducer": "REDUCE_MEAN"
}
},
"unitOverride": "",
"outputFullDuration": false
},
"thresholds": [],
"dimensions": [],
"measures": []
},
"id": ""
}
}
}
}
},
{
Expand All @@ -334,20 +325,14 @@
"aggregation": {
"alignmentPeriod": "86400s",
"perSeriesAligner": "ALIGN_DELTA",
"crossSeriesReducer": "REDUCE_MEAN",
"groupByFields": []
"crossSeriesReducer": "REDUCE_MEAN"
}
},
"unitOverride": "",
"outputFullDuration": false
}
},
"plotType": "LINE",
"legendTemplate": "Total non-deleted active users",
"minAlignmentPeriod": "86400s",
"targetAxis": "Y2",
"dimensions": [],
"measures": [],
"breakdowns": []
"targetAxis": "Y2"
},
{
"timeSeriesQuery": {
Expand All @@ -356,20 +341,14 @@
"aggregation": {
"alignmentPeriod": "86400s",
"perSeriesAligner": "ALIGN_DELTA",
"crossSeriesReducer": "REDUCE_MEAN",
"groupByFields": []
"crossSeriesReducer": "REDUCE_MEAN"
}
},
"unitOverride": "",
"outputFullDuration": false
}
},
"plotType": "LINE",
"legendTemplate": "Total non-deleted users",
"minAlignmentPeriod": "86400s",
"targetAxis": "Y2",
"dimensions": [],
"measures": [],
"breakdowns": []
"targetAxis": "Y2"
},
{
"timeSeriesQuery": {
Expand All @@ -378,36 +357,26 @@
"aggregation": {
"alignmentPeriod": "86400s",
"perSeriesAligner": "ALIGN_DELTA",
"crossSeriesReducer": "REDUCE_MEAN",
"groupByFields": []
"crossSeriesReducer": "REDUCE_MEAN"
}
},
"unitOverride": "",
"outputFullDuration": false
}
},
"plotType": "LINE",
"legendTemplate": "Total non-deleted edits",
"minAlignmentPeriod": "86400s",
"targetAxis": "Y1",
"dimensions": [],
"measures": [],
"breakdowns": []
"targetAxis": "Y1"
}
],
"timeshiftDuration": "0s",
"thresholds": [],
"yAxis": {
"label": "y1Axis",
"scale": "LINEAR"
},
"y2Axis": {
"label": "",
"scale": "LINEAR"
},
"chartOptions": {
"mode": "COLOR",
"showLegend": false,
"displayHorizontal": false
"mode": "COLOR"
}
}
}
Expand All @@ -428,8 +397,7 @@
"aggregation": {
"alignmentPeriod": "86400s",
"perSeriesAligner": "ALIGN_DELTA",
"crossSeriesReducer": "REDUCE_MEAN",
"groupByFields": []
"crossSeriesReducer": "REDUCE_MEAN"
}
}
},
Expand All @@ -445,8 +413,7 @@
"aggregation": {
"alignmentPeriod": "86400s",
"perSeriesAligner": "ALIGN_DELTA",
"crossSeriesReducer": "REDUCE_MEAN",
"groupByFields": []
"crossSeriesReducer": "REDUCE_MEAN"
}
}
},
Expand All @@ -462,8 +429,7 @@
"aggregation": {
"alignmentPeriod": "86400s",
"perSeriesAligner": "ALIGN_DELTA",
"crossSeriesReducer": "REDUCE_MEAN",
"groupByFields": []
"crossSeriesReducer": "REDUCE_MEAN"
}
}
},
Expand Down

0 comments on commit c83bf65

Please sign in to comment.