frameworkResources/Scripts/DashboardTemplates/Windows_ServerDash_Detailed_Base.json

{
    "properties": {
        "lenses": [
            {
                "order": 0,
                "parts": [
                    {
                        "position": {
                            "x": 0,
                            "y": 0,
                            "colSpan": 5,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Cache_Size"
                                                }
                                            ],
                                            "title": "Cache Size",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 1,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "Cache Size",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 1,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "instance": {
                                    "model": {
                                        "operator": "equals",
                                        "values": [
                                            "{{CACHE_NAME}}"
                                        ]
                                    }
                                },
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 5,
                            "y": 0,
                            "colSpan": 7,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Requests_persec"
                                                }
                                            ],
                                            "title": "Request/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "Request/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "instance": {
                                    "model": {
                                        "operator": "equals",
                                        "values": [
                                            "{{CACHE_NAME}}"
                                        ]
                                    }
                                },
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 12,
                            "y": 0,
                            "colSpan": 7,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Average_us_cache_operation"
                                                }
                                            ],
                                            "title": "Average us/cache operation",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "Average us/cache operator",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "instance": {
                                    "model": {
                                        "operator": "equals",
                                        "values": [
                                            "{{CACHE_NAME}}"
                                        ]
                                    }
                                },
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 0,
                            "y": 3,
                            "colSpan": 5,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Additions_persec"
                                                }
                                            ],
                                            "title": "Additions/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "Additions/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "instance": {
                                    "model": {
                                        "operator": "equals",
                                        "values": [
                                            "{{CACHE_NAME}}"
                                        ]
                                    }
                                },
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 5,
                            "y": 3,
                            "colSpan": 5,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Fetches_persec"
                                                }
                                            ],
                                            "title": "Fetches/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "Fetches/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "instance": {
                                    "model": {
                                        "operator": "equals",
                                        "values": [
                                            "{{CACHE_NAME}}"
                                        ]
                                    }
                                },
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 10,
                            "y": 3,
                            "colSpan": 5,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Updates_persec"
                                                }
                                            ],
                                            "title": "Updates/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "Updates/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "instance": {
                                    "model": {
                                        "operator": "equals",
                                        "values": [
                                            "{{CACHE_NAME}}"
                                        ]
                                    }
                                },
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 15,
                            "y": 3,
                            "colSpan": 4,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Deletes_persec"
                                                }
                                            ],
                                            "title": "Deletes/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "Deletes/sec",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "instance": {
                                    "model": {
                                        "operator": "equals",
                                        "values": [
                                            "{{CACHE_NAME}}"
                                        ]
                                    }
                                },
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 0,
                            "y": 6,
                            "colSpan": 5,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Count"
                                                }
                                            ],
                                            "title": "Count",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "Count",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            },
                                            "filterCollection": {
                                                "filters": [
                                                    {
                                                        "key": "instance",
                                                        "operator": 0,
                                                        "values": [
                                                            "{{CACHE_NAME}}"
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "instance": {
                                    "model": {
                                        "operator": "equals",
                                        "values": [
                                            "{{CACHE_NAME}}"
                                        ]
                                    }
                                },
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 5,
                            "y": 6,
                            "colSpan": 7,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Percent_Processor_Time"
                                                }
                                            ],
                                            "title": "% Processor Time",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "% Processor Time",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 12,
                            "y": 6,
                            "colSpan": 7,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "options",
                                    "value": {
                                        "chart": {
                                            "metrics": [
                                                {
                                                    "name": "Percent_Committed_Bytes_In_Use"
                                                }
                                            ],
                                            "title": "System Memory",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                }
                                            },
                                            "timespan": {
                                                "relative": {
                                                    "duration": 1800000
                                                },
                                                "showUTCTime": false,
                                                "grain": 2
                                            }
                                        }
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "sharedTimeRange",
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/HubsExtension/PartType/MonitorChartPart",
                            "settings": {
                                "content": {
                                    "options": {
                                        "chart": {
                                            "metrics": [],
                                            "title": "System Memory",
                                            "titleKind": 2,
                                            "visualization": {
                                                "chartType": 2,
                                                "legendVisualization": {
                                                    "isVisible": true,
                                                    "position": 2,
                                                    "hideHoverCard": false,
                                                    "hideLabelNames": true
                                                },
                                                "axisVisualization": {
                                                    "x": {
                                                        "isVisible": true,
                                                        "axisType": 2
                                                    },
                                                    "y": {
                                                        "isVisible": true,
                                                        "axisType": 1
                                                    }
                                                },
                                                "disablePinning": true
                                            }
                                        }
                                    }
                                }
                            },
                            "filters": {
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "30m"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 0,
                            "y": 9,
                            "colSpan": 10,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "resourceTypeMode",
                                    "isOptional": true
                                },
                                {
                                    "name": "ComponentId",
                                    "isOptional": true
                                },
                                {
                                    "name": "Scope",
                                    "value": {
                                        "resourceIds": [
                                            "/subscriptions/{{SUBSCRIPTION_ID}}/resourceGroups/{{RESOURCE_GROUP_NAME}}/providers/Microsoft.OperationalInsights/workspaces/{{WORKSPACE_NAME}}"
                                        ]
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "PartId",
                                    "value": "4ba7b445-70b2-4444-a151-f11ff9108573",
                                    "isOptional": true
                                },
                                {
                                    "name": "Version",
                                    "value": "2.0",
                                    "isOptional": true
                                },
                                {
                                    "name": "TimeRange",
                                    "value": "P1D",
                                    "isOptional": true
                                },
                                {
                                    "name": "DashboardId",
                                    "isOptional": true
                                },
                                {
                                    "name": "DraftRequestParameters",
                                    "isOptional": true
                                },
                                {
                                    "name": "Query",
                                    "value": "NCacheLogs_CL\n| extend parts = extract_all(@\"(\\S+)\", RawData)\n| extend\n TimeStamp = todatetime(replace_string(strcat(parts[0], \" \", parts[1]), \",\", \".\")),\n AppDomain = parts[2],\n LoggerName = parts[3],\n ThreadName = parts[4],\n Level = parts[5],\n Message = strcat_array(array_slice(parts, 6, -1), \" \")\n| extend\n Computer = tostring(split(_ResourceId, \"/\")[-1])\n| project\n TimeStamp,\n Computer,\n Level,\n LoggerName,\n Message,\n AppDomain,\n ThreadName\n| where Message != \"\" and LoggerName == \"{{CACHE_NAME}}\" and Computer in~ ({{VM_NAMES}})\n| order by TimeStamp\n\n",
                                    "isOptional": true
                                },
                                {
                                    "name": "ControlType",
                                    "value": "AnalyticsGrid",
                                    "isOptional": true
                                },
                                {
                                    "name": "SpecificChart",
                                    "isOptional": true
                                },
                                {
                                    "name": "PartTitle",
                                    "value": "Analytics",
                                    "isOptional": true
                                },
                                {
                                    "name": "PartSubTitle",
                                    "value": "{{WORKSPACE_NAME}}",
                                    "isOptional": true
                                },
                                {
                                    "name": "Dimensions",
                                    "isOptional": true
                                },
                                {
                                    "name": "LegendOptions",
                                    "isOptional": true
                                },
                                {
                                    "name": "IsQueryContainTimeRange",
                                    "value": false,
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/Microsoft_OperationsManagementSuite_Workspace/PartType/LogsDashboardPart",
                            "settings": {
                                "content": {
                                    "PartTitle": "Cache Logs"
                                }
                            },
                            "filters": {
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "7d"
                                    }
                                }
                            }
                        }
                    },
                    {
                        "position": {
                            "x": 10,
                            "y": 9,
                            "colSpan": 9,
                            "rowSpan": 3
                        },
                        "metadata": {
                            "inputs": [
                                {
                                    "name": "resourceTypeMode",
                                    "isOptional": true
                                },
                                {
                                    "name": "ComponentId",
                                    "isOptional": true
                                },
                                {
                                    "name": "Scope",
                                    "value": {
                                        "resourceIds": [
                                            "/subscriptions/{{SUBSCRIPTION_ID}}/resourceGroups/{{RESOURCE_GROUP_NAME}}/providers/Microsoft.OperationalInsights/workspaces/{{WORKSPACE_NAME}}"
                                        ]
                                    },
                                    "isOptional": true
                                },
                                {
                                    "name": "PartId",
                                    "value": "1243de14-9f8b-4fa1-b782-630b14113471",
                                    "isOptional": true
                                },
                                {
                                    "name": "Version",
                                    "value": "2.0",
                                    "isOptional": true
                                },
                                {
                                    "name": "TimeRange",
                                    "value": "P1D",
                                    "isOptional": true
                                },
                                {
                                    "name": "DashboardId",
                                    "isOptional": true
                                },
                                {
                                    "name": "DraftRequestParameters",
                                    "isOptional": true
                                },
                                {
                                    "name": "Query",
                                    "value": "Event\n| where (tostring(RenderedDescription) matches regex @\"(?i)\\b{{CACHE_NAME}}\\b\"\n or tostring(RenderedDescription) has \"{{CACHE_NAME}} \"\n or tostring(RenderedDescription) has \" {{CACHE_NAME}}\")\n and Computer in~ ({{VM_NAMES}})\n| project \n Timestamp = TimeGenerated,\n Computer,\n Level = EventLevelName,\n ID = EventID,\n Source,\n Description = RenderedDescription,\n Category = EventCategory\n| order by Timestamp desc\n\n",
                                    "isOptional": true
                                },
                                {
                                    "name": "ControlType",
                                    "value": "AnalyticsGrid",
                                    "isOptional": true
                                },
                                {
                                    "name": "SpecificChart",
                                    "isOptional": true
                                },
                                {
                                    "name": "PartTitle",
                                    "value": "Analytics",
                                    "isOptional": true
                                },
                                {
                                    "name": "PartSubTitle",
                                    "value": "{{WORKSPACE_NAME}}",
                                    "isOptional": true
                                },
                                {
                                    "name": "Dimensions",
                                    "isOptional": true
                                },
                                {
                                    "name": "LegendOptions",
                                    "isOptional": true
                                },
                                {
                                    "name": "IsQueryContainTimeRange",
                                    "value": false,
                                    "isOptional": true
                                }
                            ],
                            "type": "Extension/Microsoft_OperationsManagementSuite_Workspace/PartType/LogsDashboardPart",
                            "settings": {
                                "content": {
                                    "PartTitle": "Event Logs"
                                }
                            },
                            "filters": {
                                "MsPortalFx_TimeRange": {
                                    "model": {
                                        "format": "local",
                                        "granularity": "1m",
                                        "relative": "7d"
                                    }
                                }
                            }
                        }
                    }
                ]
            }
        ],
        "metadata": {
            "model": {
                "timeRange": {
                    "value": {
                        "relative": {
                            "duration": 24,
                            "timeUnit": 1
                        }
                    },
                    "type": "MsPortalFx.Composition.Configuration.ValueTypes.TimeRange"
                },
                "filterLocale": {
                    "value": "en-us"
                },
                "filters": {
                    "value": {
                        "MsPortalFx_TimeRange": {
                            "model": {
                                "format": "local",
                                "granularity": "1m",
                                "relative": "30m"
                            },
                            "displayCache": {
                                "name": "Local Time",
                                "value": "Past 30 minutes"
                            }
                        }
                    }
                }
            }
        }
    },
    "name": "",
    "type": "Microsoft.Portal/dashboards",
    "location": "",
    "tags": {
        "hidden-title": ""
    }
}