From 070c091162012961557ca0b9e94794294aab3d56 Mon Sep 17 00:00:00 2001 From: leonlysu Date: Wed, 3 Mar 2021 12:40:21 +0800 Subject: [PATCH] chore(release): 1.4.1 * Support Redis metrics (#15) --- .gitignore | 1 - dist/README.md | 397 + dist/components/config.html | 1 + dist/components/config.js | 2 + dist/components/config.js.map | 1 + dist/dashboards/example_bwp_dashboard.json | 2154 +++ dist/dashboards/example_cdb_dashboard.json | 5381 +++++++ dist/dashboards/example_cdn_dashboard.json | 4436 ++++++ dist/dashboards/example_cfs_dashboard.json | 3755 +++++ dist/dashboards/example_ckafka_dashboard.json | 13039 ++++++++++++++++ dist/dashboards/example_clb_dashboard.json | 5169 ++++++ dist/dashboards/example_cvm_dashboard.json | 2897 ++++ dist/dashboards/example_lb_dashboard.json | 2691 ++++ .../dashboards/example_mongodb_dashboard.json | 9813 ++++++++++++ dist/dashboards/example_redis_dashboard.json | 4928 ++++++ dist/dashboards/example_scf_dashboard.json | 10179 ++++++++++++ dist/datasource/img/tencent-cloud.svg | 1 + dist/datasource/module.js | 19 + dist/datasource/module.js.map | 1 + dist/datasource/partials/config.html | 45 + dist/datasource/partials/query.editor.html | 312 + dist/datasource/plugin.json | 252 + dist/img/tencent-cloud.svg | 1 + dist/module.js | 2 + dist/module.js.map | 1 + dist/plugin.json | 91 + package.json | 2 +- src/plugin.json | 2 +- 28 files changed, 65570 insertions(+), 3 deletions(-) create mode 100644 dist/README.md create mode 100644 dist/components/config.html create mode 100644 dist/components/config.js create mode 100644 dist/components/config.js.map create mode 100644 dist/dashboards/example_bwp_dashboard.json create mode 100644 dist/dashboards/example_cdb_dashboard.json create mode 100644 dist/dashboards/example_cdn_dashboard.json create mode 100644 dist/dashboards/example_cfs_dashboard.json create mode 100644 dist/dashboards/example_ckafka_dashboard.json create mode 100644 dist/dashboards/example_clb_dashboard.json create mode 100644 dist/dashboards/example_cvm_dashboard.json create mode 100644 dist/dashboards/example_lb_dashboard.json create mode 100644 dist/dashboards/example_mongodb_dashboard.json create mode 100644 dist/dashboards/example_redis_dashboard.json create mode 100644 dist/dashboards/example_scf_dashboard.json create mode 100644 dist/datasource/img/tencent-cloud.svg create mode 100644 dist/datasource/module.js create mode 100644 dist/datasource/module.js.map create mode 100644 dist/datasource/partials/config.html create mode 100644 dist/datasource/partials/query.editor.html create mode 100644 dist/datasource/plugin.json create mode 100644 dist/img/tencent-cloud.svg create mode 100644 dist/module.js create mode 100644 dist/module.js.map create mode 100644 dist/plugin.json diff --git a/.gitignore b/.gitignore index ea4d3c4..57f84ac 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ node_modules/ .vscode/ coverage/ tmp/ -dist/ package-lock.json \ No newline at end of file diff --git a/dist/README.md b/dist/README.md new file mode 100644 index 0000000..d272b7e --- /dev/null +++ b/dist/README.md @@ -0,0 +1,397 @@ +# 腾讯云监控应用插件 + +

+ + GitHub release (latest SemVer) + + + License + + + Change Log + + + GitHub code size in bytes + +

+ +简体中文 | [English](./README.en-US.md) + + +# 目录 + + * [腾讯云监控应用插件](#腾讯云监控应用插件) + * [简介](#简介) + * [插件安装方式](#插件安装方式) + * [配置数据源](#配置数据源) + * [创建 Dashboard](#创建-dashboard) + * [快捷创建](#快捷创建) + * [管理页面](#管理页面) + * [导入模板](#导入模板) + * [配置 Panel 数据](#配置-panel-数据) + * [CVM 云服务器监控](#cvm-云服务器监控) + * [CDB 云数据库MySQL监控](#cdb-云数据库mysql监控) + * [CLB 负载均衡监控](#clb-负载均衡监控) + * [MonogoDB 云数据库](#monogodb-云数据库) + * [Redis 云数据库](#redis-云数据库) + * [CDN 内容分发式网络](#cdn-内容分发式网络) + * [BWP 带宽包](#bwp-带宽包) + * [CKAFKA 消息队列](#ckafka-消息队列) + * [LB 弹性公网IP](#lb-弹性公网ip) + * [CFS 文件存储](#cfs-文件存储) + * [SCF 云函数](#scf-云函数) + * [模板变量](#模板变量) + * [创建变量](#创建变量) + * [编辑变量](#编辑变量) + * [应用变量](#应用变量) + * [本地开发](#本地开发) + * [Docker 支持 (推荐)](#docker-支持-推荐) + * [在本地 Grafana上运行](#在本地-grafana上运行) + * [许可证](#许可证) + +# 简介 + +[腾讯云监控](https://cloud.tencent.com/product/cm) 为用户提供云服务器、云数据库等多个云产品的负载和性能监控指标,用户可以使用云监控控制台、云监控 API 等方式获取相关监控数据。腾讯云监控应用插件 Tencent Cloud Monitor App,是一款适配开源软件 Grafana 的应用插件,通过调用 [腾讯云监控 API 3.0](https://cloud.tencent.com/document/product/248/30342) 的方式获取监控数据,并对数据进行自定义 Dashboard 展示。 + +- 支持 [云服务器](https://cloud.tencent.com/document/product/248/6843) 监控指标数据源 +- 支持 [云数据库 MySQL](https://cloud.tencent.com/document/product/248/45147) 监控指标数据源 +- 支持 [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/248/45105) 监控指标数据源 +- 支持 [私有网络 NAT 网关](https://cloud.tencent.com/document/product/248/45069) 监控指标数据源 +- 支持 [私有网络对等连接](https://cloud.tencent.com/document/product/248/45096) 监控指标数据源 +- 支持 [公网负载均衡](https://cloud.tencent.com/document/product/248/51898) 监控指标数据源 +- 支持 [内网负载均衡四层协议](https://cloud.tencent.com/document/product/248/51899) 监控指标数据源 +- 支持 [负七层协议](https://cloud.tencent.com/document/product/248/51901) 监控指标数据源 +- 支持 [MonogoDB 云数据库](https://cloud.tencent.com/document/product/248/45104) 监控指标数据源 +- 支持 [Redis 云数据库](https://cloud.tencent.com/document/product/248/49729) 监控指标数据源 +- 支持 [CDN 内容分发式网络](https://cloud.tencent.com/document/product/248/50386) 监控指标数据源 +- 支持 [带宽包](https://cloud.tencent.com/document/product/248/45098) 监控指标数据源 +- 支持 [CKAFKA 消息队列](https://cloud.tencent.com/document/product/248/45121) 监控指标数据源 +- 支持 [LB 弹性公网IP](https://cloud.tencent.com/document/product/248/45099) 监控指标数据源 +- 支持 [CFS 文件存储](https://cloud.tencent.com/document/product/248/45143) 监控指标数据源 +- 支持 [SCF 云函数](https://cloud.tencent.com/document/product/248/45130) 监控指标数据源 +- 提供了云服务器、云数据库 MySQL、负载均衡 等具有代表性的 [Dashboard 模板](https://github.com/TencentCloud/tencentcloud-monitor-grafana-app/tree/master/src/dashboards) +- 更多云产品的监控指标数据源在陆续完善中 + +# 插件安装方式 + +前置条件:腾讯云监控应用插件是运行在 Grafana 6.x 或更新的版本上,请优先安装 Grafana 环境,详情参考 [Grafana 安装文档](https://grafana.com/grafana/download)。 + +1. 确保本地的 Grafana 是 6.x 或更新的版本上; +2. 在 [GitHub Releases](https://github.com/TencentCloud/tencentcloud-monitor-grafana-app/releases) 中下载最新版本的腾讯云监控应用插件代码,(资源名为`tencentcloud-monitor-app-[x.x.x].zip`),并将解压后的代码放置在 Grafana 的插件目录下 (`${GRAFANA_HOME}/data/plugins`), 点击[这里](https://grafana.com/docs/grafana/latest/administration/configuration/#plugins)查看关于插件目录的更多文档; +3. 重启 Grafana 服务; +4. 鼠标悬浮左侧导航栏的 **齿轮** 图标,点击 `Plugins` 选项,进入 Plugins 管理页面,如果插件列表中正常展示 `Tencent Cloud Monitor` APP 插件,表示插件安装成功; + ![Plugin APP](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/plugin-app.png?raw=true) +5. 进入应用详情页面,点击 `Enable` 按钮,启用成功后,即可在 Grafana 中使用腾讯云监控应用插件。 + +# 配置数据源 + +腾讯云监控应用插件通过调用[云监控 API](https://cloud.tencent.com/document/product/248/30342) 的方式获取各云产品的监控指标数据,通过以下步骤,配置相应云产品的数据源。 +1. 鼠标悬浮左侧导航栏的 **齿轮** 图标,点击 `Data Sources` 选项,进入数据源管理页面; + ![Datasource Add](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/datasource-add.png?raw=true) +2. 点击右上角的 `Add data source` 按钮,然后点击 `Tencent Cloud Monitor Datasource` 数据源,进入数据源配置页面; + ![Datasource Add](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/datasource-choose.png?raw=true) +3. `Name` 数据源名称,可以是任意名称,默认为 `Tencent Cloud Monitor Datasource`; +4. `SecretId` 和 `SecretKey` 是调用云监控 API 必需的安全证书信息,二者可以通过腾讯云控制台 [云 API 密钥页面](https://console.cloud.tencent.com/cam/capi) 获取; +5. 选择需要获取监控数据的云产品; +6. 点击 `Save & Test` 按钮,测试数据源的配置信息是否正确,配置成功后,即可以在 Dashboard 中使用该数据源。 + ![Datasource Config](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/datasource-config.png?raw=true) + +# 创建 Dashboard + +创建 Dashboard 有以下三种方式: + +## 快捷创建 + +鼠标悬浮左侧导航栏的 **加号** 图标,点击 `+Dashboard` 选项,即可创建一个新的 Dashboard。 + +## 管理页面 + +鼠标悬浮左侧导航栏的 **田字格** 图标,点击 `Manage` 选项,进入 Dashboard 管理页面,点击 `New Dashboard` 按钮,即可创建一个新的 Dashboard。同时,在该页面可以对 Dashboard 进行各种管理操作,如新建文件夹、移动 Dashboard、导入 Dashboard 等。 + +## 导入模板 + +鼠标悬浮左侧导航栏的 **齿轮** 图标,点击 `Plugins` 选项,进入 Plugins 管理页面。然后,点击 `Tencent Cloud Monitor` 应用,进入应用详情页面,切换至 `Dashboards` 选项卡,选择 Dashbboard 模板导入。 + +![Import Plugin Dashboard](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/plugin-dashboard.png?raw=true) + + +# 配置 Panel 数据 +创建 Dashboard 之后,通过配置 Panel 信息,即可获取腾讯云监控的相应监控数据。现在以简单的 Graph 为例,展示如何配置 Panel 信息。 + +## CVM 云服务器监控 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云 CVM 云服务器的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 CVM 监控服务的腾讯云监控数据源。 +3. 配置项的内容对齐腾讯云服务器监控接口的输入参数,可参考 [云服务器监控接口文档](https://cloud.tencent.com/document/api/248/30385),更好地理解各配置项。 + - `Namespace` 命名空间,云服务器监控的命名空间为 `QCE/CVM`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As InstanceId`,以 **实例ID** 展示实例列表。此外,可以选择 `As InstanceName` 实例名称、`As PrivateIpAddress` 主网卡的内网IP、 `As PublicIpAddress` 主网卡的公网IP。 + - 可实例列表的获取可参考 [云服务器查询实例列表接口文档](https://cloud.tencent.com/document/api/213/15728)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +![CVM Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-cvm-query.png) + +## CDB 云数据库MySQL监控 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云数据库 MySQL 的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 CDB 监控服务的腾讯云监控数据源。 +3. 配置项的内容对齐腾讯云数据库MySQL监控接口的输入参数,可参考 [云数据库MySQL监控接口文档](https://cloud.tencent.com/document/api/248/30386),更好地理解各配置项。 + - `Namespace` 命名空间,云服务器监控的命名空间为 `QCE/CDB`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As InstanceId`,以 **实例ID** 展示实例列表。此外,可以选择 `As InstanceName` 实例名称、 `As Vip` 内网IP。 + - 实例列表的获取可参考 [云数据库MySQL查询实例列表接口文档](https://cloud.tencent.com/document/api/236/15872)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +![CDB Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-cdb-query.png) + +## CLB 负载均衡监控 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云 负载均衡的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 CLB 监控服务的腾讯云监控数据源。 +3. 负载均衡指标分三个命名空间:公网负载均衡监控指标(Namespace=QCE/LB_PUBLIC),内网负载均衡四层协议监控指标(Namespace=QCE/LB_PRIVATE), 七层协议监控指标(Namespace=QCE/LOADBALANCE),可根据自己需要在`Namespace`选择。 +4. 配置项的内容对齐腾讯云服务器监控接口的输入参数,可参考 [负载均衡云监控接口文档](https://cloud.tencent.com/document/product/248/51898),更好地理解各配置项。 + - `Namespace` 命名空间,比如 `QCE/LB_PUBLIC`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As LoadBalancerId`,以 **实例ID** 展示实例列表。此外,可以选择 `As LoadBalancerName` 实例名称、`As LoadBalancerVips` 网络ip。 + - 实例列表的获取可参考 [负载均衡实例列表接口文档](https://cloud.tencent.com/document/api/214/30685)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + - `Listener` 【可选】监听器,可不选择,这时采用实例维度请求,对应输入参数的 `Listener.N` 字段,列表会自动获取。 + - 为了适应不同用户的习惯,监听器列表会以不同的字段展示,默认为 `As ListenerId`,以 **监听器ID** 展示实例列表。此外,可以选择 `As ListenerName` 监听器名称、`As Port` 端口。 + - 监听器列表的获取可参考 [负载均衡监听器列表接口文档](https://cloud.tencent.com/document/api/214/30686)。 + +![Clb Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-clb-query.png) + +## MonogoDB 云数据库 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云 负载均衡的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 mongodb 监控服务的腾讯云监控数据源。 +3. 配置项的内容对齐腾讯云服务器监控接口的输入参数,可参考 [mongodb云监控接口文档](https://cloud.tencent.com/document/product/248/45104),更好地理解各配置项。 + - `Namespace` 命名空间,比如 `QCE/CMONGO`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As InstanceId`,以 **实例id** 展示实例列表。此外,可以选择 `As InstanceName` 实例名称。 + - 实例列表的获取可参考 [mongodb列表接口文档](https://cloud.tencent.com/document/api/240/38568)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +![mongodb Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-mongodb-query.png) + +## Redis 云数据库 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云 负载均衡的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 redis 监控服务的腾讯云监控数据源。 +3. 负载均衡指标分两个命名空间:内存版(5秒)(Namespace=QCE/REDIS_MEM),ckv版和内存版(1分钟)(Namespace=QCE/REDIS)可根据自己需要在`Namespace`选择。 +4. 配置项的内容对齐腾讯云服务器监控接口的输入参数,可参考 [Redis云监控接口文档](https://cloud.tencent.com/document/product/248/49729),更好地理解各配置项。 + - `Namespace` 命名空间,比如 `QCE/REDIS_MEM`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As InstanceId`,以 **实例id** 展示实例列表。此外,可以选择 `As InstanceName` 实例名称。 + - 实例列表的获取可参考 [Redis实例列表接口文档](https://cloud.tencent.com/document/api/239/20018)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +![redis Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-redis-query.png) + +## CDN 内容分发式网络 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云 负载均衡的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 CDN 监控服务的腾讯云监控数据源。 +3. 负载均衡指标分两个命名空间:国内域名(Namespace=QCE/CDN),国外域名(Namespace=QCE/OV_CDN)可根据自己需要在`Namespace`选择。 +4. 配置项的内容对齐腾讯云服务器监控接口的输入参数,可参考 [CDN云监控接口文档](https://cloud.tencent.com/document/product/248/50386),更好地理解各配置项。 + - `Namespace` 命名空间,比如 `QCE/CDN`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As Domain`,以 **域名** 展示实例列表。此外,可以选择 `As ProjectId` 项目id。 + - 域名列表的获取可参考 [CDN域名列表接口文档](https://cloud.tencent.com/document/api/228/41118)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +## BWP 带宽包 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云BWP的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 BWP 监控服务的腾讯云监控数据源。 +3. 配置项的内容对齐腾讯云BWP监控接口的输入参数,可参考 [BWP云监控接口文档](https://cloud.tencent.com/document/product/248/45098),更好地理解各配置项。 + - `Namespace` 命名空间,比如 `QCE/BWP`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为`As BandwidthPackageId`,以 **宽度包id** 展示实例列表。此外,可以选择 `As BandwidthPackageName` 名称。 + - 域名列表的获取可参考 [BWP域名列表接口文档](https://cloud.tencent.com/document/api/215/19209)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +![BWP Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-bwp-query.png) + +## CKAFKA 消息队列 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云ckafka消息队列的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 ckafka 监控服务的腾讯云监控数据源。 +3. 配置项的内容对齐腾讯ckafka监控接口的输入参数,可参考 [ckafka云监控接口文档](https://cloud.tencent.com/document/product/248/45121),更好地理解各配置项。 + - `Namespace` 命名空间,比如 `QCE/CKAFKA`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As InstanceId`,以 **实例id** 展示实例列表。此外,可以选择 `As InstanceName` 实例名称。 + - 实例列表的获取可参考 [ckafka列表接口文档](https://cloud.tencent.com/document/api/597/40835)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 10`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +![ckafka Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-ckafka-query.png) + +## LB 弹性公网IP + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云lb弹性公网ip的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 lb 监控服务的腾讯云监控数据源。 +3. 配置项的内容对齐腾讯lb监控接口的输入参数,可参考 [lb云监控接口文档](https://cloud.tencent.com/document/product/248/45099),更好地理解各配置项。 + - `Namespace` 命名空间,比如 `QCE/LB`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As AddressId`,以 **实例地址id** 展示实例列表。此外,可以选择 `As AddressName`地址名称和`As AddressIp` 地址IP。 + - 实例列表的获取可参考 [lb列表接口文档](https://cloud.tencent.com/document/api/215/16702)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +![eip Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-eip-query.png) + +## CFS 文件存储 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云cfs文件存储的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 cfs 监控服务的腾讯云监控数据源。 +3. 配置项的内容对齐腾讯cfs监控接口的输入参数,可参考 [cfs云监控接口文档](https://cloud.tencent.com/document/product/248/45143),更好地理解各配置项。 + - `Namespace` 命名空间,比如 `QCE/CFS`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As FileSystemId`,以 **文件系统id** 展示实例列表。此外,可以选择 `As FsName` 函数名称。 + - 实例列表的获取可参考 [CFS列表接口文档](https://cloud.tencent.com/document/api/582/38170)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +![cfs Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-cfs-query.png) + +## SCF 云函数 + +1. 点击 **New Panel** 面板的 **Add Query** 选项,进入 Panel 配置页面。在左侧第一个 `Query` 选项卡,通过配置选项获取腾讯云scf云函数的监控数据。 +2. `Queries to` 数据源列表,选择已配置的包含 scf 监控服务的腾讯云监控数据源。 +3. 配置项的内容对齐腾讯scf监控接口的输入参数,可参考 [scf云监控接口文档](https://cloud.tencent.com/document/product/248/45130),更好地理解各配置项。 + - `Namespace` 命名空间,比如 `QCE/SCF_V2`。 + - `Region` 地域,地域列表会根据 `Namespace` 选项自动获取,单击选择某一地域。 + - `MetricName` 指标名称,指标列表会根据 `Namespace` 和 `Region` 选项自动获取,单击选择某一指标。 + - `Period` 监控统计周期,周期列表会根据 `MetricName` 选项自动获取,单击选择某一统计周期。 + - `Instance` 实例,对应输入参数的 `Instances.N` 字段,实例列表会自动获取。 + - 为了适应不同用户的习惯,实例列表会以不同的字段展示,默认为 `As FunctionId`,以 **函数id** 展示实例列表。此外,可以选择 `As FunctionName` 函数名称。 + - 实例列表的获取可参考 [SCF列表接口文档](https://cloud.tencent.com/document/api/583/18582)。切换 `Show Details` 为 `true`,可展示实例请求参数,默认参数为`Offset = 0` 和 `Limit = 20`。如果需要变更实例查询条件,可参考接口文档,配置相应参数。 + - **注意:** 在本应用中,监控数据的单次查询为原子操作,即查询某一实例的某一指标的监控数据,故实例只能单选,如需查询多实例的监控数据,点击右上角的 `Add Query` 增加新的查询。 + - `Show Details` 按钮仅在选择非模板变量时显示。 + +![scf Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/panel-scf-query.png) + +# 模板变量 + +模板变量 [Variables](https://grafana.com/docs/reference/templating/) 是 Grafana 提供的一种 Dashboard 优化特性,用于创建高度可复用和交互式 Dashboard。模板变量的一般思想是允许 Grafana 从数据源获得不同的度量,并提供一种无需修改仪表板就可以动态更改它的方法。腾讯云监控应用目前提供了地域、云服务器实例、云数据库 MySQL 实例 等变量。已经提供的模板变量如下表所示: + +变量 | 示例 | 描述 | +---- | --- | --- | +地域 | Namespace=QCE/CVM&Action=DescribeRegions | 参考 [地域接口文档](https://cloud.tencent.com/document/api/213/15708)。`Action` 固定为 `DescribeRegions`,`Namespace` 为云产品对应的命名空间,如 `QCE/CVM` `QCE/CDB`等。地区作为变量模板,只支持单选,如设置成多选或者选中 `All`, 默认选中第一个地区值。 +云服务器实例 | Namespace=QCE/CVM&Region=ap-beijing&Action=DescribeInstances&InstanceAlias=PublicIpAddresses | 参考 [云服务器查询实例列表接口文档](https://cloud.tencent.com/document/api/213/15728)。`Namespace` 固定为`QCE/CVM`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `InstanceId`,可选值为 `InstanceName`、`PrivateIpAddresses`、`PublicIpAddresses`。云服务器实例作为模板变量,同时支持单选和多选。 +云数据库 MySQL 实例 | Namespace=QCE/CDB&Region=ap-beijing&Action=DescribeInstances&InstanceAlias=InstanceId | 参考 [云数据库MySQL查询实例列表接口文档](https://cloud.tencent.com/document/api/236/15872)。`Namespace` 固定为`QCE/CDB`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `InstanceId`,可选值为 `InstanceName`、`Vip`。云数据库实例作为模板变量,同时支持单选和多选。 + 云数据库 PostgreSQL 实例 | Namespace=QCE/POSTGRES&Region=ap-beijing&Action=DescribeInstances&InstanceAlias=DBInstanceId | 参考 [云数据库PostgreSQL查询实例列表接口文档](https://cloud.tencent.com/document/api/409/16773)。`Namespace` 固定为`QCE/CDB`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `DBInstanceId`,可选值为 `DBInstanceName`, `PrivateIpAddresses`, `PublicIpAddresses`。云数据库实例作为模板变量,同时支持单选和多选。 +私有网络 NateGateway 实例 | Namespace=QCE/NAT_GATEWAY&Region=ap-beijing&Action=DescribeInstances&InstanceAlias=NatGatewayId | 参考 [私有网络Nat网关查询实例列表接口文档](https://cloud.tencent.com/document/api/215/36034)。`Namespace` 固定为`QCE/NAT_GATEWAY`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `NatGatewayId`,可选值为 `NatGatewayName`。NateGateway 网关实例作为模板变量,同时支持单选和多选。 +私有网络对等连接实例 | Namespace=QCE/PCX&Region=ap-beijing&Action=DescribeInstances&InstanceAlias=peeringConnectionId | 参考 [私有网络对等连接查询实例列表接口文档](https://cloud.tencent.com/document/api/215/2101)。`Namespace` 固定为`QCE/PCX`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `peeringConnectionId`,可选值为 `peeringConnectionName`。对等连接实例作为模板变量,同时支持单选和多选(如果是负载均衡则不支持多选,可选多个监听器)。 +负载均衡实例 | Namespace=QCE/LB_PRIVATE&Action=DescribeInstances&Region=$region&InstanceAlias=LoadBalancerId | 参考 [负载均衡实例列表接口文档](https://cloud.tencent.com/document/product/214/30685)。`Namespace` 可为`QCE/LB_PRIVATE`,`QCE/LB_PUBLIC`,`QCE/LOADBALANCE`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-guangzhou`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `LoadBalancerId`,可选值为 `LoadBalancerName`,`LoadBalancerVips`。同时支持单选和多选。 +负载均衡监听器 | Namespace=QCE/LB_PRIVATE&Action=DescribeListeners&Region=$region&Instance=$instance&listenerAlias=ListenerId | 参考 [负载均衡监听器列表接口文档](https://cloud.tencent.com/document/product/214/30686)。`Namespace` 可为`QCE/LB_PRIVATE`,`QCE/LB_PUBLIC`,`QCE/LOADBALANCE`,`Action` 固定为`DescribeListeners`。`Region` 为地域参数,可以为特定的地域值,如 `ap-guangzhou`;也可以为变量值,如 `$region`。`Instance` 为实例id,可以为特定的实例,如 `lbl-rbw529fz`;也可以为变量值,如 `$instance`。`listenerAlias` 为监听器的展示字段,默认为 `ListenerId`,可选值为 `ListenerName`,`Port`。同时支持单选和多选。 +mongoDB数据库 | Namespace=QCE/CMONGO&Region=$region&Action=DescribeInstances | 参考 [CMONGO实例查询实例列表接口文档](https://cloud.tencent.com/document/api/240/38568)。`Namespace` 固定为`QCE/CMONGO`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `InstanceId`,可选值为 `InstanceName`。CMONGO实例作为模板变量,同时支持单选和多选。 +redis数据库 | Namespace=QCE/REDIS&Region=$region&Action=DescribeInstances | 参考 [REDIS实例查询实例列表接口文档](https://cloud.tencent.com/document/api/239/20018)。`Namespace` 固定为`QCE/REDIS`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `InstanceId`,可选值为 `InstanceName`。REDIS实例作为模板变量,同时支持单选和多选。 +cdn内容分发网络 | Namespace=QCE/CDN&Region=$region&Action=DescribeInstances | 参考 [CDN实例查询实例列表接口文档](https://cloud.tencent.com/document/api/228/41118)。`Namespace` 固定为`QCE/CDN`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `Domain`,可选值为 `Domain`, `ProjectId`。CDN实例作为模板变量,同时支持单选和多选。 +bwp带宽包 | Namespace=QCE/BWP&Region=$region&Action=DescribeInstances | 参考 [BWP实例查询实例列表接口文档](https://cloud.tencent.com/document/api/215/19209)。`Namespace` 固定为`QCE/BWP`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `BandwidthPackageId`,可选值为 `BandwidthPackageId`, `BandwidthPackageName`。BWP实例作为模板变量,同时支持单选和多选。 +ckafka消息队列 | Namespace=QCE/CKAFKA&Region=$region&Action=DescribeInstances | 参考 [CKAFKA实例查询实例列表接口文档](https://cloud.tencent.com/document/api/597/40835)。`Namespace` 固定为`QCE/CKAFKA`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `InstanceId`,可选值为 `InstanceName`。CKAFKA实例作为模板变量,同时支持单选和多选。 +LB弹性公网IP | Namespace=QCE/LB&Region=$region&Action=DescribeInstances | 参考 [LB实例查询实例列表接口文档](https://cloud.tencent.com/document/api/215/16702)。`Namespace` 固定为`QCE/LB`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `AddressId`,可选值为 `AddressId`, `AddressName`, `AddressIp`。LB实例作为模板变量,同时支持单选和多选。 +CFS文件存储 | Namespace=QCE/CFS&Region=$region&Action=DescribeInstances | 参考 [CFS实例查询实例列表接口文档](https://cloud.tencent.com/document/api/582/38170)。`Namespace` 固定为`QCE/CFS`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `FileSystemId`,可选值为 `FileSystemId`, `FsName`。CFS实例作为模板变量,同时支持单选和多选。 +SCF云函数 | Namespace=QCE/SCF_V2&Region=$region&Action=DescribeInstances | 参考 [SCF实例查询实例列表接口文档](https://cloud.tencent.com/document/api/583/18582)。`Namespace` 固定为`QCE/SCF_V2`,`Action` 固定为`DescribeInstances`。`Region` 为地域参数,可以为特定的地域值,如 `ap-beijing`;也可以为变量值,如 `$region`。`InstanceAlias` 为实例的展示字段,默认为 `FunctionId`,可选值为 `FunctionId`, `FunctionName`。SCF实例作为模板变量,同时支持单选和多选。 + + + +## 创建变量 + +1. 进入某一 Dashboard 页面,点击右上角的 **齿轮** 图标,进入 Dashboard 设置页面; +2. 点击左侧 **Variables** 选项,进入变量设置页面,然后点击 `+ Add variable` 按钮,进入变量编辑页面; + +## 编辑变量 + +- `Name` 变量名,一般为英文字符串,在 Dashboard 的编辑中使用该变量名替换原特定值。 +- `Label` 变量的可见标签,用于更显式地描述变量名称。例如,`Name` 设置为 "region",`Lable` 可设置为 "地区"。 +- `Type` 变量查询方式,此处只能选择 `Query` 方式,即通过向数据源发送请求获取变量的列表。 +- `Data source` 要获取变量列表的数据源,选择已配置的任意腾讯云监控数据源。 +- `Refresh` 更新变量的方式,定义变量数据何时被更新。 +- `Query` 变量查询语句,详情参见上述表格的变量示例和描述。 + +变量信息填写完毕,可在页面下方预览查询得到的变量值,如果与期望值相符,点击 `Add` 按钮添加变量。添加成功后,点击右侧菜单的 `Save` 保存至 Dashboard 配置。 + +以云服务器单机监控 Dashboard 为例,展示如何配置级联变量:地域变量、云服务器实例变量,如下图所示。 + +![Variable Region Config](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/variable-region-config.png) + +![Variable Instance Config](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/variable-instance-config.png) + +## 应用变量 +创建变量后,在 Dashboard 页面的左上角会展示变量选择框,可以切换变量值。变量有两种引用语法,`$varname` 和 `[[varname]]`。变量常用于 Panel 的查询语句中,以云服务器单机监控 Dashboard 为例,展示如何在查询中使用变量,如下图所示。此外,变量还可以应用在 Panel 标题、Text 文本面板等。 + +![Variable Dashboard](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/variable-cvm-dashboard.png) + +![Variable Panel Query](https://cdn.jsdelivr.net/gh/TencentCloud/tencentcloud-monitor-grafana-app@master/src/image/variable-panel-query.png) + + +# 本地开发 + +1. 克隆此项目到本地: +```bash +$ git clone https://github.com/TencentCloud/tencentcloud-monitor-grafana-app.git +``` + +2. 安装依赖: +```bash +$ npm install +``` + +3. 启动开发环境: +```bash +$ npm run analyze +``` + +## Docker 支持 (推荐) + +为了更快地开发与测试,添加了 [docker-compose.yml](https://github.com/TencentCloud/tencentcloud-monitor-grafana-app/blob/master/docker-compose.yml) 文件,只需运行: +```bash +$ docker-compose up +``` +然后访问 (http://localhost:3000) + + +## 在本地 Grafana上运行 +此外,你也可以将本项目克隆至本地 Grafana 的插件目录,重启本地 Grafana。请确保本地 Grafana 版本 大于 6.x。 + +# 许可证 +腾讯云监控应用插件在 [Apache License 2.0](https://github.com/TencentCloud/tencentcloud-monitor-grafana-app/blob/master/LICENSE) 许可证下提供。 \ No newline at end of file diff --git a/dist/components/config.html b/dist/components/config.html new file mode 100644 index 0000000..3ab1bae --- /dev/null +++ b/dist/components/config.html @@ -0,0 +1 @@ +

Example Plugin Config

\ No newline at end of file diff --git a/dist/components/config.js b/dist/components/config.js new file mode 100644 index 0000000..e32a332 --- /dev/null +++ b/dist/components/config.js @@ -0,0 +1,2 @@ +define("MyLibrary",[],(function(){return r={},e.m=t={10:function(e,t,r){"use strict";r.r(t),r.d(t,"MonitorAppConfigCtrl",(function(){return n}));var n=(o.templateUrl="components/config.html",o);function o(){}}},e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)e.d(n,o,function(e){return t[e]}.bind(null,o));return n},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},e.p="",e(e.s=10);function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var t,r})); +//# sourceMappingURL=config.js.map \ No newline at end of file diff --git a/dist/components/config.js.map b/dist/components/config.js.map new file mode 100644 index 0000000..79b5965 --- /dev/null +++ b/dist/components/config.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack://MyLibrary/webpack/bootstrap","webpack://MyLibrary/./components/config.ts"],"names":["installedModules","__webpack_require__","m","templateUrl","c","d","exports","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","module","object","property","prototype","hasOwnProperty","call","p","s","moduleId","i","l","modules"],"mappings":"yCACMA,EAAmB,GA4BvBC,EAAoBC,E,mCC5BtB,mEACS,EAAAC,YAAc,yBAEvB,GADE,iBD6BAF,EAAoBG,EAAIJ,EAGxBC,EAAoBI,EAAI,SAASC,EAASC,EAAMC,GAC3CP,EAAoBQ,EAAEH,EAASC,IAClCG,OAAOC,eAAeL,EAASC,EAAM,CAAEK,YAAWA,EAAOC,IAAKL,KAKhEP,EAAoBa,EAAI,SAASR,GACX,oBAAXS,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAeL,EAASS,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAeL,EAAS,aAAc,CAAEW,OAAMA,KAQtDhB,EAAoBiB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQhB,EAAoBgB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,iBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFArB,EAAoBa,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAWA,EAAOK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOhB,EAAoBI,EAAEgB,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRpB,EAAoBwB,EAAI,SAASC,GAChC,IAAIlB,EAASkB,GAAUA,EAAON,WAC7B,WAAwB,OAAOM,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAzB,EAAoBI,EAAEG,EAAQ,IAAKA,GAC5BA,GAIRP,EAAoBQ,EAAI,SAASkB,EAAQC,GAAY,OAAOlB,OAAOmB,UAAUC,eAAeC,KAAKJ,EAAQC,IAGzG3B,EAAoB+B,EAAI,GAIjB/B,EAAoBA,EAAoBgC,EAAI,IA9EnD,SAAShC,EAAoBiC,GAG5B,GAAGlC,EAAiBkC,GACnB,OAAOlC,EAAiBkC,GAAU5B,QAGnC,IAAIoB,EAAS1B,EAAiBkC,GAAY,CACzCC,EAAGD,EACHE,GAAEA,EACF9B,QAAS,IAUV,OANA+B,EAAQH,GAAUH,KAAKL,EAAOpB,QAASoB,EAAQA,EAAOpB,QAASL,GAG/DyB,EAAOU,KAGAV,EAAOpB,Q,MAvBXN","file":"components/config.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 10);\n","\nexport class MonitorAppConfigCtrl {\n static templateUrl = 'components/config.html';\n constructor() { }\n}\n\n\n\n"],"sourceRoot":""} \ No newline at end of file diff --git a/dist/dashboards/example_bwp_dashboard.json b/dist/dashboards/example_bwp_dashboard.json new file mode 100644 index 0000000..3a48eab --- /dev/null +++ b/dist/dashboards/example_bwp_dashboard.json @@ -0,0 +1,2154 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云共享宽带包BWP监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1614587793822, + "links": [], + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 0 + }, + "hiddenSeries": false, + "id": 8, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": { + "bandwidthPackageId": { + "Name": "bandwidthPackageId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "BandwidthPackageId", + "metricName": "OutTraffic", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/BWP", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "bwp", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "出带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 0 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": { + "bandwidthPackageId": { + "Name": "bandwidthPackageId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "BandwidthPackageId", + "metricName": "InTraffic", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/BWP", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "bwp", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "入带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 8 + }, + "hiddenSeries": false, + "id": 4, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": { + "bandwidthPackageId": { + "Name": "bandwidthPackageId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "BandwidthPackageId", + "metricName": "OutPkg", + "metricUnit": "count/s", + "period": 300, + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/BWP", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "bwp", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "出包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 8 + }, + "hiddenSeries": false, + "id": 2, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": { + "bandwidthPackageId": { + "Name": "bandwidthPackageId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "BandwidthPackageId", + "metricName": "InPkg", + "metricUnit": "count/s", + "period": 300, + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/BWP", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "bwp", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "入包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 26, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/BWP&Action=DescribeRegions", + "error": null, + "hide": 0, + "includeAll": false, + "label": "地域", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/BWP&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/BWP&Region=$region&Action=DescribeInstances", + "error": null, + "hide": 0, + "includeAll": false, + "label": "实例", + "multi": false, + "name": "instance", + "options": [], + "query": "Namespace=QCE/BWP&Region=$region&Action=DescribeInstances", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "【实例】共享宽带包BWP", + "uid": "JlfY7QyMk", + "version": 5 + } \ No newline at end of file diff --git a/dist/dashboards/example_cdb_dashboard.json b/dist/dashboards/example_cdb_dashboard.json new file mode 100644 index 0000000..4b95cc5 --- /dev/null +++ b/dist/dashboards/example_cdb_dashboard.json @@ -0,0 +1,5381 @@ +{ + "annotations": { + "list": [] + }, + "description": "腾讯云 Mysql 服务器单机监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1557371688960, + "links": [], + "panels": [ + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "#299c46", + "#37872D", + "#37872D" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 9, + "x": 0, + "y": 0 + }, + "id": 13, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "30%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "MaxConnections", + "metricUnit": "", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "Max Connections", + "type": "singlestat", + "valueFontSize": "150%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 5, + "x": 9, + "y": 0 + }, + "id": 27, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "SlowQueries", + "metricUnit": "count", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + } + ], + "thresholds": "80, 90", + "timeFrom": null, + "timeShift": null, + "title": "Slow Queries", + "type": "singlestat", + "valueFontSize": "120%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "percent", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": true, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 5, + "x": 14, + "y": 0 + }, + "id": 23, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "CPUUseRate", + "metricUnit": "%", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + } + ], + "thresholds": "80,90", + "timeFrom": null, + "timeShift": null, + "title": "CPU Usage Rate", + "type": "singlestat", + "valueFontSize": "100%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "percent", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": true, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 5, + "x": 19, + "y": 0 + }, + "id": 26, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "VolumeRate", + "metricUnit": "%", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + } + ], + "thresholds": "80, 90", + "timeFrom": null, + "timeShift": null, + "title": "Capacity Rate", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "#FF780A", + "#FF780A", + "#FF780A" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 0, + "y": 4 + }, + "id": 19, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "ThreadsConnected", + "metricUnit": "", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "Open Connections", + "type": "singlestat", + "valueFontSize": "120%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": true, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 5, + "x": 4, + "y": 4 + }, + "id": 24, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "ThreadsRunning", + "metricUnit": "", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "Threads Running", + "type": "singlestat", + "valueFontSize": "120%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#d44a3a", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "percent", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": true, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 5, + "x": 9, + "y": 4 + }, + "id": 7, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbCacheHitRate", + "metricUnit": "%", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "B", + "service": "cdb" + } + ], + "thresholds": "80, 90", + "timeFrom": null, + "timeShift": null, + "title": "InnoDB Cache Hit", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#d44a3a", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "percent", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": true, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 5, + "x": 14, + "y": 4 + }, + "id": 17, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "QcacheHitRate", + "metricUnit": "%", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + } + ], + "thresholds": "80, 90", + "timeFrom": null, + "timeShift": null, + "title": "Cache Hit", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#d44a3a", + "rgba(237, 129, 40, 0.89)", + "#299c46" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "percent", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": true, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 5, + "x": 19, + "y": 4 + }, + "id": 16, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "KeyCacheHitRate", + "metricUnit": "%", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + } + ], + "thresholds": "80, 90", + "timeFrom": null, + "timeShift": null, + "title": "MyISAM Cache Hit", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 8 + }, + "id": 33, + "panels": [], + "title": "资源监控", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 9 + }, + "id": 25, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "CPUUseRate" + } + ], + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "CPUUseRate", + "metricUnit": "%", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU Usage Rate", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "decimals": null, + "fill": 1, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 9 + }, + "id": 8, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "hideEmpty": false, + "hideZero": false, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "MemoryUse", + "yaxis": 2 + }, + { + "alias": "MemoryUseRate", + "yaxis": 1 + } + ], + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "MemoryUse", + "metricUnit": "%", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "MemoryUseRate", + "metricUnit": "%", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "B", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Memory", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": "", + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "decmbytes", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 4, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 18 + }, + "id": 5, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "BytesSent", + "color": "#1F60C4", + "yaxis": 1 + }, + { + "alias": "BytesReceived", + "color": "#E02F44", + "transform": "negative-Y", + "yaxis": 1 + } + ], + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "BytesSent", + "metricUnit": "Bps", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "BytesReceived", + "metricUnit": "Bps", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "B", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Network", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 18 + }, + "id": 9, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "VolumeRate", + "color": "#E0B400", + "yaxis": 1 + }, + { + "alias": "Capacity", + "color": "#3274D9", + "fill": 5, + "yaxis": 2 + } + ], + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "VolumeRate", + "metricUnit": "%", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "Capacity", + "metricUnit": "MB", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Capacity", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "decmbytes", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 27 + }, + "id": 31, + "panels": [], + "title": "MySQL查询", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 28 + }, + "id": 15, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "Queries", + "color": "#37872D" + } + ], + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "Queries", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "SlowQueries", + "metricUnit": "count", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "B", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "SelectScan", + "metricUnit": "count/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Queries", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cards": { + "cardPadding": null, + "cardRound": null + }, + "color": { + "cardColor": "#b4ff00", + "colorScale": "sqrt", + "colorScheme": "interpolateRdYlGn", + "exponent": 0.5, + "mode": "spectrum" + }, + "dataFormat": "tsbuckets", + "datasource": "Tencent Cloud Monitor Datasource", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 28 + }, + "heatmap": {}, + "hideTimeOverride": false, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 14, + "legend": { + "show": true + }, + "links": [], + "reverseYBuckets": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "Queries", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Heatmap(Queries/sec)", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "xBucketNumber": null, + "xBucketSize": null, + "yAxis": { + "decimals": null, + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true, + "splitFactor": null + }, + "yBucketBound": "auto", + "yBucketNumber": null, + "yBucketSize": null + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 36 + }, + "id": 2, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "ComDelete" + } + ], + "stack": true, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "ComDelete", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "ComInsert", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "B", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "ComUpdate", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "ComReplace", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "F", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "SelectCount", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "E", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "MySQL Commands/sec", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 4, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 36 + }, + "id": 21, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "ThreadsRunning" + } + ], + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "ThreadsCreated", + "metricUnit": "", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "ThreadsRunning", + "metricUnit": "", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "B", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Threads", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 45 + }, + "id": 29, + "panels": [], + "title": "InnoDB", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 4, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 46 + }, + "id": 20, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "InnodbOsFileWrites", + "yaxis": 1 + }, + { + "alias": "InnodbOsFileReads", + "transform": "negative-Y", + "yaxis": 2 + }, + { + "alias": "InnodbOsFsyncs", + "yaxis": 1 + } + ], + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbOsFileWrites", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "B", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbOsFileReads", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbOsFsyncs", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "InnoDB Disk IO", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "wps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "rps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 4, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 46 + }, + "id": 12, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "InnodbDataWrites", + "yaxis": 1 + }, + { + "alias": "InnodbDataReads", + "yaxis": 2 + } + ], + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbDataReads", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "B", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbDataWrites", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "InnoDB Data", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "wps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "rps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 4, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 55 + }, + "id": 11, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbRowsDeleted", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "A", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbRowsInserted", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "B", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbRowsRead", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "C", + "service": "cdb" + }, + { + "cdb": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + }, + "InstanceType": { + "Name": "InstanceType", + "Value": "" + } + }, + "instance": "$db", + "instanceAlias": "InstanceId", + "metricName": "InnodbRowsUpdated", + "metricUnit": "times/s", + "period": 60, + "queries": { + "CdbErrors": { + "text": "", + "value": [] + }, + "EngineVersions": { + "text": "", + "value": [] + }, + "InitFlag": { + "text": "", + "value": [] + }, + "InstancTypes": { + "text": "", + "value": [] + }, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": { + "text": "", + "value": "" + }, + "OrderDirection": { + "text": "", + "value": "" + }, + "PayTypes": { + "text": "", + "value": [] + }, + "ProjectId": "", + "SecurityGroupId": "", + "Status": { + "text": "", + "value": [] + }, + "SubnetIds": [], + "TaskStatus": { + "text": "", + "value": [] + }, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "$region" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "namespace": "QCE/CDB", + "refId": "D", + "service": "cdb" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "InnoDB Rows", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "ops", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "refresh": "1m", + "schemaVersion": 18, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CDB&Action=DescribeRegions", + "hide": 0, + "includeAll": false, + "label": "地区", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/CDB&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CDB&Region=$region&Action=DescribeInstances", + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "db", + "options": [], + "query": "Namespace=QCE/CDB&Region=$region&Action=DescribeInstances", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "", + "title": "【实例】CDB 单机监控", + "version": 1 +} \ No newline at end of file diff --git a/dist/dashboards/example_cdn_dashboard.json b/dist/dashboards/example_cdn_dashboard.json new file mode 100644 index 0000000..ca9df2e --- /dev/null +++ b/dist/dashboards/example_cdn_dashboard.json @@ -0,0 +1,4436 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云内容分发网络CDN监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1614498585950, + "links": [], + "panels": [ + { + "collapsed": true, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 23, + "panels": [], + "title": "国内域名", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 1 + }, + "hiddenSeries": false, + "id": 10, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CDN", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cdn", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【CDN国内域名】带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 1 + }, + "hiddenSeries": false, + "id": 34, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "FluxHitRate", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CDN", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cdn", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【CDN国内域名】流量命中率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 7 + }, + "hiddenSeries": false, + "id": 31, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "HttpStatusErrorRate", + "metricUnit": "Count", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CDN", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cdn", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【CDN国内域名】错误状态码占比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 7 + }, + "hiddenSeries": false, + "id": 30, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "BackOriginFailRate", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CDN", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cdn", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【CDN国内域名】回源失败率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": true, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 13 + }, + "id": 8, + "panels": [], + "title": "国外域名", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 14 + }, + "hiddenSeries": false, + "id": 33, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/OV_CDN", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$ov_instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ovCdn", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【CDN国外域名】带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 14 + }, + "hiddenSeries": false, + "id": 32, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "FluxHitRate", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/OV_CDN", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$ov_instance", + "instanceAlias": "Domain", + "metricName": "CdnFluxHitRate", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ovCdn", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【CDN国外域名】流量命中率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 20 + }, + "hiddenSeries": false, + "id": 35, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "HttpStatusErrorRate", + "metricUnit": "Count", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/OV_CDN", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$ov_instance", + "instanceAlias": "Domain", + "metricName": "HttpStatusErrorRate", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ovCdn", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【CDN国外域名】错误状态码占比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 20 + }, + "hiddenSeries": false, + "id": 36, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "BackOriginFailRate", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/OV_CDN", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$ov_instance", + "instanceAlias": "Domain", + "metricName": "BackOriginFailRate", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ovCdn", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【CDN国外域名】回源失败率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 22, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CDN&Action=DescribeRegions", + "hide": 0, + "includeAll": false, + "index": -1, + "label": "地区", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/CDN&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CDN&Action=DescribeInstances&Region=$region&InstanceAlias=InstanceId", + "hide": 0, + "includeAll": false, + "index": -1, + "label": "国内域名", + "multi": false, + "name": "instance", + "options": [], + "query": "Namespace=QCE/CDN&Action=DescribeInstances&Region=$region&InstanceAlias=InstanceId", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/OV_CDN&Action=DescribeInstances&Region=$region&InstanceAlias=InstanceId", + "hide": 0, + "includeAll": false, + "index": -1, + "label": "国外域名实例", + "multi": false, + "name": "ov_instance", + "options": [], + "query": "Namespace=QCE/OV_CDN&Action=DescribeInstances&Region=$region&InstanceAlias=InstanceId", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "", + "title": "【实例】内容分发网络CDN", + "uid": "UDGlOPyMz", + "variables": { + "list": [] + }, + "version": 7 +} \ No newline at end of file diff --git a/dist/dashboards/example_cfs_dashboard.json b/dist/dashboards/example_cfs_dashboard.json new file mode 100644 index 0000000..7cfbe5f --- /dev/null +++ b/dist/dashboards/example_cfs_dashboard.json @@ -0,0 +1,3755 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云CFS文件存储监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1614524805919, + "links": [], + "panels": [ + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 22, + "panels": [], + "title": "文件系统", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 1 + }, + "hiddenSeries": false, + "id": 20, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": { + "FileSystemId": { + "Name": "FileSystemId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FileSystemId", + "metricName": "DataWriteIoCount", + "metricUnit": "count", + "period": 300, + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "$region", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CFS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cfs", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "每秒写文件系统的次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 1 + }, + "hiddenSeries": false, + "id": 18, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": { + "FileSystemId": { + "Name": "FileSystemId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FileSystemId", + "metricName": "DataReadIoCount", + "metricUnit": "count", + "period": 300, + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "$region", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CFS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cfs", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "每秒读文件系统的次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 9 + }, + "id": 16, + "title": "带宽类", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 10 + }, + "hiddenSeries": false, + "id": 4, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": { + "FileSystemId": { + "Name": "FileSystemId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FileSystemId", + "metricName": "DataWriteIoBytes", + "metricUnit": "KB/s", + "period": 300, + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "$region", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CFS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cfs", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "写入带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 10 + }, + "hiddenSeries": false, + "id": 2, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": { + "FileSystemId": { + "Name": "FileSystemId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FileSystemId", + "metricName": "DataReadIoBytes", + "metricUnit": "KB/s", + "period": 300, + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "$region", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CFS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cfs", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "读取带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 19 + }, + "id": 14, + "title": "存储类", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 20 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": { + "FileSystemId": { + "Name": "FileSystemId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FileSystemId", + "metricName": "Storage", + "metricUnit": "GB", + "period": 300, + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "$region", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CFS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cfs", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "文件系统存储量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 29 + }, + "id": 12, + "title": "延时", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 30 + }, + "hiddenSeries": false, + "id": 10, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": { + "FileSystemId": { + "Name": "FileSystemId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FileSystemId", + "metricName": "DataWriteIoLatency", + "metricUnit": "ms", + "period": 300, + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "$region", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CFS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cfs", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "写入延迟", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 30 + }, + "hiddenSeries": false, + "id": 8, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": { + "FileSystemId": { + "Name": "FileSystemId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FileSystemId", + "metricName": "DataReadIoLatency", + "metricUnit": "ms", + "period": 300, + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "$region", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressId", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CFS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cfs", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "读取延时", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 26, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CVM&Action=DescribeRegions", + "error": null, + "hide": 0, + "includeAll": false, + "label": "地域", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/CVM&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CFS&Region=$region&Action=DescribeInstances", + "error": null, + "hide": 0, + "includeAll": false, + "label": "实例", + "multi": false, + "name": "instance", + "options": [], + "query": "Namespace=QCE/CFS&Region=$region&Action=DescribeInstances", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "【实例】CFS文件存储", + "uid": "cXiuvsyMk", + "version": 3 + } \ No newline at end of file diff --git a/dist/dashboards/example_ckafka_dashboard.json b/dist/dashboards/example_ckafka_dashboard.json new file mode 100644 index 0000000..a2a1eb6 --- /dev/null +++ b/dist/dashboards/example_ckafka_dashboard.json @@ -0,0 +1,13039 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云CKAFKA监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1614567537770, + "links": [], + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 0 + }, + "hiddenSeries": false, + "id": 64, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceDiskUsage", + "metricUnit": "%", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "磁盘使用百分比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 8 + }, + "id": 16, + "panels": [], + "title": "性能类指标", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 9 + }, + "hiddenSeries": false, + "id": 14, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceProCount", + "metricUnit": "count", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例生产消息条数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 9 + }, + "hiddenSeries": false, + "id": 12, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceConCount", + "metricUnit": "count", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例消费消息条数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 17 + }, + "hiddenSeries": false, + "id": 10, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceProReqCount", + "metricUnit": "count", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例级别生产请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 17 + }, + "hiddenSeries": false, + "id": 18, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceConReqCount", + "metricUnit": "count", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例级别消费请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 25 + }, + "id": 62, + "panels": [], + "title": "累计用量类指标", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 26 + }, + "hiddenSeries": false, + "id": 60, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceTopicPercentage", + "metricUnit": "%", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例topic百分比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 26 + }, + "hiddenSeries": false, + "id": 58, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceTopicNum", + "metricUnit": "None", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例topic数量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 34 + }, + "hiddenSeries": false, + "id": 56, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceReplicaProduceFlow", + "metricUnit": "MBytes", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例生产消息峰值带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 34 + }, + "hiddenSeries": false, + "id": 54, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceProduceThrottle", + "metricUnit": "Count", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例生产限流次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 42 + }, + "hiddenSeries": false, + "id": 52, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceProduceBandwidthPercentage", + "metricUnit": "%", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例生产带宽百分比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 42 + }, + "hiddenSeries": false, + "id": 50, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstancePartitionPercentage", + "metricUnit": "%", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例partition百分比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 50 + }, + "hiddenSeries": false, + "id": 48, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstancePartitionNum", + "metricUnit": "None", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例partition数量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 50 + }, + "hiddenSeries": false, + "id": 46, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceConsumeThrottle", + "metricUnit": "Count", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例消费限流次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 58 + }, + "hiddenSeries": false, + "id": 44, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceConsumeGroupPercentage", + "metricUnit": "%", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例消费分组百分比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 58 + }, + "hiddenSeries": false, + "id": 42, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceConsumeGroupNum", + "metricUnit": "None", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例消费分组数量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 66 + }, + "hiddenSeries": false, + "id": 40, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceConsumeBandwidthPercentage", + "metricUnit": "%", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例消费带宽百分比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 66 + }, + "hiddenSeries": false, + "id": 38, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceConnectPercentage", + "metricUnit": "%", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例连接数百分比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 74 + }, + "hiddenSeries": false, + "id": 36, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceProFlow", + "metricUnit": "MB", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例生产流量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 74 + }, + "hiddenSeries": false, + "id": 34, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceMsgHeap", + "metricUnit": "MB", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例磁盘占用量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 82 + }, + "hiddenSeries": false, + "id": 32, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceMsgCount", + "metricUnit": "count", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例落盘的消息总条数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 82 + }, + "hiddenSeries": false, + "id": 30, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceMaxProFlow", + "metricUnit": "MBytes", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例生产消息峰值带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 90 + }, + "hiddenSeries": false, + "id": 28, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceMaxConFlow", + "metricUnit": "MBytes", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例消费消息峰值带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 90 + }, + "hiddenSeries": false, + "id": 26, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceConFlow", + "metricUnit": "MB", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "实例消费流量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 98 + }, + "hiddenSeries": false, + "id": 24, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceConnectCount", + "metricUnit": "count", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "客户端和服务器的连接数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 98 + }, + "hiddenSeries": false, + "id": 20, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": { + "instanceId": { + "Name": "instanceId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InstanceDiskUsage", + "metricUnit": "%", + "partition": "", + "period": 300, + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CKAFKA", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "ckafka", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "磁盘使用百分比", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 26, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CKAFKA&Action=DescribeRegions", + "error": null, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/CKAFKA&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CKAFKA&Region=$region&Action=DescribeInstances", + "error": null, + "hide": 0, + "includeAll": false, + "label": null, + "multi": false, + "name": "instance", + "options": [], + "query": "Namespace=QCE/CKAFKA&Region=$region&Action=DescribeInstances", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "【实例】CKAFKA实例监控", + "uid": "hxp67syMk", + "version": 1 + } \ No newline at end of file diff --git a/dist/dashboards/example_clb_dashboard.json b/dist/dashboards/example_clb_dashboard.json new file mode 100644 index 0000000..214cbea --- /dev/null +++ b/dist/dashboards/example_clb_dashboard.json @@ -0,0 +1,5169 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云负载均衡监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1612161753431, + "links": [], + "panels": [ + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 23, + "panels": [], + "title": "公网监听器", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 1 + }, + "hiddenSeries": false, + "id": 2, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "CPUUsage", + "color": "#3274D9" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 10, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": { + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$publicInstance", + "instanceAlias": "LoadBalancerId", + "listener": "$publicListener", + "listenerAlias": "ListenerId", + "metricName": "InPkg", + "metricUnit": "count/s", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB_PUBLIC", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "lbPublic", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "入包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 1 + }, + "hiddenSeries": false, + "id": 32, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "CPUUsage", + "color": "#3274D9" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 10, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": { + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$publicInstance", + "instanceAlias": "LoadBalancerId", + "listener": "$publicListener", + "listenerAlias": "ListenerId", + "metricName": "OutPkg", + "metricUnit": "count/s", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB_PUBLIC", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "lbPublic", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "出包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 10 + }, + "hiddenSeries": false, + "id": 34, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "CPUUsage", + "color": "#3274D9" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 10, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": { + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$publicInstance", + "instanceAlias": "LoadBalancerId", + "listener": "$publicListener", + "listenerAlias": "ListenerId", + "metricName": "InTraffic", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB_PUBLIC", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "lbPublic", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "入带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 10 + }, + "hiddenSeries": false, + "id": 33, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "CPUUsage", + "color": "#3274D9" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 10, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": { + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$publicInstance", + "instanceAlias": "LoadBalancerId", + "listener": "$publicListener", + "listenerAlias": "ListenerId", + "metricName": "OutTraffic", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB_PUBLIC", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "lbPublic", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "出带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 19 + }, + "id": 8, + "panels": [], + "title": "内网监听器", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 20 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": { + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$privateInstance", + "instanceAlias": "LoadBalancerId", + "listener": "$privateListener", + "listenerAlias": "ListenerId", + "metricName": "InPkg", + "metricUnit": "count", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB_PRIVATE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "lbPrivate", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "入包量 ", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 20 + }, + "hiddenSeries": false, + "id": 29, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": { + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$privateInstance", + "instanceAlias": "LoadBalancerId", + "listener": "$privateListener", + "listenerAlias": "ListenerId", + "metricName": "OutPkg", + "metricUnit": "count", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB_PRIVATE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "lbPrivate", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "出包量 ", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 28 + }, + "hiddenSeries": false, + "id": 31, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": { + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$privateInstance", + "instanceAlias": "LoadBalancerId", + "listener": "$privateListener", + "listenerAlias": "ListenerId", + "metricName": "InTraffic", + "metricUnit": "count", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB_PRIVATE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "lbPrivate", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "入带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 28 + }, + "hiddenSeries": false, + "id": 30, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": { + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$privateInstance", + "instanceAlias": "LoadBalancerId", + "listener": "$privateListener", + "listenerAlias": "ListenerId", + "metricName": "OutTraffic", + "metricUnit": "count", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB_PRIVATE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "lbPrivate", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "出带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 36 + }, + "id": 4, + "panels": [], + "title": "七层协议监控指标", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 8, + "x": 0, + "y": 37 + }, + "hiddenSeries": false, + "id": 10, + "interval": null, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxDataPoints": 100, + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": { + "clusterId": { + "Name": "clusterId", + "Value": "" + }, + "domain": { + "Name": "domain", + "Value": "" + }, + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "url": { + "Name": "url", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "LoadBalancerId", + "listener": "$listener", + "listenerAlias": "ListenerId", + "metricName": "InTraffic", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LOADBALANCE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "loadBalance", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "入带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 8, + "x": 8, + "y": 37 + }, + "hiddenSeries": false, + "id": 24, + "interval": null, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxDataPoints": 100, + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": { + "clusterId": { + "Name": "clusterId", + "Value": "" + }, + "domain": { + "Name": "domain", + "Value": "" + }, + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "url": { + "Name": "url", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "LoadBalancerId", + "listener": "$listener", + "listenerAlias": "ListenerId", + "metricName": "OutTraffic", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LOADBALANCE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "loadBalance", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "出带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 8, + "x": 16, + "y": 37 + }, + "hiddenSeries": false, + "id": 27, + "interval": null, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxDataPoints": 100, + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": { + "clusterId": { + "Name": "clusterId", + "Value": "" + }, + "domain": { + "Name": "domain", + "Value": "" + }, + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "url": { + "Name": "url", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "LoadBalancerId", + "listener": "$listener", + "listenerAlias": "ListenerId", + "metricName": "ResponseTimeMax", + "metricUnit": "ms", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LOADBALANCE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "loadBalance", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "最大响应时间", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 8, + "x": 0, + "y": 44 + }, + "hiddenSeries": false, + "id": 25, + "interval": null, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxDataPoints": 100, + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": { + "clusterId": { + "Name": "clusterId", + "Value": "" + }, + "domain": { + "Name": "domain", + "Value": "" + }, + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "url": { + "Name": "url", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "LoadBalancerId", + "listener": "$listener", + "listenerAlias": "ListenerId", + "metricName": "InPkg", + "metricUnit": "count/s", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LOADBALANCE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "loadBalance", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "入包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 8, + "x": 8, + "y": 44 + }, + "hiddenSeries": false, + "id": 26, + "interval": null, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxDataPoints": 100, + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": { + "clusterId": { + "Name": "clusterId", + "Value": "" + }, + "domain": { + "Name": "domain", + "Value": "" + }, + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "url": { + "Name": "url", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "LoadBalancerId", + "listener": "$listener", + "listenerAlias": "ListenerId", + "metricName": "OutPkg", + "metricUnit": "count/s", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LOADBALANCE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "loadBalance", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "出包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 8, + "x": 16, + "y": 44 + }, + "hiddenSeries": false, + "id": 28, + "interval": null, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "maxDataPoints": 100, + "nullPointMode": "null", + "options": { + "alertThreshold": true, + "dataLinks": [] + }, + "percentage": false, + "pluginVersion": "7.3.7", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": { + "clusterId": { + "Name": "clusterId", + "Value": "" + }, + "domain": { + "Name": "domain", + "Value": "" + }, + "lanIp": { + "Name": "lanIp", + "Value": "" + }, + "loadBalancerPort": { + "Name": "loadBalancerPort", + "Value": "" + }, + "port": { + "Name": "port", + "Value": "" + }, + "protocol": { + "Name": "protocol", + "Value": "" + }, + "url": { + "Name": "url", + "Value": "" + }, + "vip": { + "Name": "vip", + "Value": "" + }, + "vpcId": { + "Name": "vpcId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "LoadBalancerId", + "listener": "$listener", + "listenerAlias": "ListenerId", + "metricName": "QPS", + "metricUnit": "count", + "period": 300, + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "$region" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LOADBALANCE", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "refId": "A", + "service": "loadBalance", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "每秒请求数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 22, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/LOADBALANCE&Action=DescribeRegions", + "error": null, + "hide": 0, + "includeAll": false, + "index": -1, + "label": "地区", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/LOADBALANCE&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/LB_PRIVATE&Action= DescribeInstances&Region=$region&InstanceAlias=LoadBalancerId", + "error": null, + "hide": 0, + "includeAll": false, + "index": -1, + "label": "内网负载均衡实例", + "multi": false, + "name": "privateInstance", + "options": [], + "query": "Namespace=QCE/LB_PRIVATE&Action= DescribeInstances&Region=$region&InstanceAlias=LoadBalancerId", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/LB_PRIVATE&Action=DescribeListeners&Region=$region&Instance=$privateInstance&listenerAlias=ListenerId", + "error": null, + "hide": 0, + "includeAll": false, + "index": -1, + "label": "内网实例监听器", + "multi": false, + "name": "privateListener", + "options": [], + "query": "Namespace=QCE/LB_PRIVATE&Action=DescribeListeners&Region=$region&Instance=$privateInstance&listenerAlias=ListenerId", + "refresh": 0, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/LB_PUBLIC&Action= DescribeInstances&Region=$region&InstanceAlias=LoadBalancerId", + "error": null, + "hide": 0, + "includeAll": false, + "index": -1, + "label": "公网负载均衡实例", + "multi": false, + "name": "publicInstance", + "options": [], + "query": "Namespace=QCE/LB_PUBLIC&Action= DescribeInstances&Region=$region&InstanceAlias=LoadBalancerId", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/LB_PUBLIC&Action=DescribeListeners&Region=$region&Instance=$publicInstance&listenerAlias=ListenerId", + "error": null, + "hide": 0, + "includeAll": false, + "index": -1, + "label": "公网实例监听器", + "multi": false, + "name": "publicListener", + "options": [], + "query": "Namespace=QCE/LB_PUBLIC&Action=DescribeListeners&Region=$region&Instance=$publicInstance&listenerAlias=ListenerId", + "refresh": 0, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/LOADBALANCE&Action= DescribeInstances&Region=$region&InstanceAlias=LoadBalancerId", + "error": null, + "hide": 0, + "includeAll": false, + "index": -1, + "label": "七层协议负载均衡实例", + "multi": false, + "name": "instance", + "options": [], + "query": "Namespace=QCE/LOADBALANCE&Action= DescribeInstances&Region=$region&InstanceAlias=LoadBalancerId", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/LOADBALANCE&Action=DescribeListeners&Region=$region&Instance=$instance&listenerAlias=ListenerId", + "error": null, + "hide": 0, + "includeAll": false, + "index": -1, + "label": "七层协议实例监听器", + "multi": false, + "name": "listener", + "options": [], + "query": "Namespace=QCE/LOADBALANCE&Action=DescribeListeners&Region=$region&Instance=$instance&listenerAlias=ListenerId", + "refresh": 0, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "", + "title": "【实例】CLB 负载均衡", + "uid": "73fqa4LMk", + "variables": { + "list": [] + }, + "version": 1 +} \ No newline at end of file diff --git a/dist/dashboards/example_cvm_dashboard.json b/dist/dashboards/example_cvm_dashboard.json new file mode 100644 index 0000000..3505b16 --- /dev/null +++ b/dist/dashboards/example_cvm_dashboard.json @@ -0,0 +1,2897 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云服务器单机监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1614328361299, + "links": [], + "panels": [ + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "percent", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": true, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 6, + "x": 0, + "y": 0 + }, + "id": 10, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "#3274D9", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/CVM", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "cvm", + "showInstanceDetails": false + } + ], + "thresholds": "40,80", + "timeFrom": null, + "timeShift": null, + "title": "CPU 利用率", + "type": "singlestat", + "valueFontSize": "120%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "percent", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": true, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 6, + "x": 6, + "y": 0 + }, + "id": 11, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "#3274D9", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "MemUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + } + ], + "thresholds": "40,80", + "timeFrom": null, + "timeShift": null, + "title": "内存利用率", + "type": "singlestat", + "valueFontSize": "120%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorPostfix": false, + "colorPrefix": false, + "colorValue": false, + "colors": [ + "#37872D", + "#FF9830", + "#d44a3a" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 6, + "x": 12, + "y": 0 + }, + "id": 12, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": " MB", + "postfixFontSize": "80%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "#1F60C4", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "AccOuttraffic", + "metricUnit": "MB", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + } + ], + "thresholds": "100,800", + "timeFrom": null, + "timeShift": null, + "title": "外网出流量", + "type": "singlestat", + "valueFontSize": "200%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": true, + "colorPostfix": false, + "colorPrefix": false, + "colorValue": false, + "colors": [ + "#37872D", + "#FF9830", + "#d44a3a" + ], + "datasource": "Tencent Cloud Monitor Datasource", + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 4, + "w": 6, + "x": 18, + "y": 0 + }, + "id": 13, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "postfix": " 个", + "postfixFontSize": "80%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "#1F60C4", + "show": true + }, + "tableColumn": "", + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "TcpCurrEstab", + "metricUnit": "", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + } + ], + "thresholds": "100,800", + "timeFrom": null, + "timeShift": null, + "title": "TCP 连接数", + "type": "singlestat", + "valueFontSize": "200%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 4 + }, + "id": 8, + "panels": [], + "title": "默认监控指标", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 5 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + }, + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanOutpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "B", + "service": "cvm" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "内网入包量 / 出包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 5 + }, + "hiddenSeries": false, + "id": 14, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "WanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "WanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + }, + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "WanOutpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "B", + "service": "cvm" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "外网入包量 / 出包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 13 + }, + "hiddenSeries": false, + "id": 15, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanIntraffic", + "color": "#3274D9" + }, + { + "alias": "lanOuttraffic", + "color": "#E02F44", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanIntraffic", + "metricUnit": "Mbps", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + }, + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanOuttraffic", + "metricUnit": "Mbps", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "B", + "service": "cvm" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "内网入带宽 / 出带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Mbits", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 13 + }, + "hiddenSeries": false, + "id": 16, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "WanIntraffic", + "color": "#3274D9" + }, + { + "alias": "WanOuttraffic", + "color": "#E02F44", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "WanIntraffic", + "metricUnit": "Mbps", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + }, + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "WanOuttraffic", + "metricUnit": "Mbps", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "B", + "service": "cvm" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "外网入带宽 / 出带宽", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Mbits", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 21 + }, + "hiddenSeries": false, + "id": 17, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "AccOuttraffic", + "color": "#FFB357" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "AccOuttraffic", + "metricUnit": "MB", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "外网出流量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "decmbytes", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 29 + }, + "id": 4, + "panels": [], + "title": "Agent 监控指标", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 30 + }, + "hiddenSeries": false, + "id": 2, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "CPUUsage", + "color": "#3274D9" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 10, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU 利用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 30 + }, + "hiddenSeries": false, + "id": 19, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "CPULoadAvg", + "color": "#1F60C4" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPULoadAvg", + "metricUnit": "", + "period": 10, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "CPU 平均负载", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "none", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 39 + }, + "hiddenSeries": false, + "id": 18, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "MemUsage", + "yaxis": 1 + }, + { + "alias": "MemUsed", + "yaxis": 2 + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "MemUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + }, + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "MemUsed", + "metricUnit": "MB", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "B", + "service": "cvm" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "内存", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "decmbytes", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 39 + }, + "hiddenSeries": false, + "id": 21, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "TcpCurrEstab", + "color": "#56A64B" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "TcpCurrEstab", + "metricUnit": "", + "period": 10, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "namespace": "QCE/CVM", + "refId": "A", + "service": "cvm" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "TCP 连接数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "none", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 22, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CVM&Action=DescribeRegions", + "hide": 0, + "includeAll": false, + "index": -1, + "label": "地区", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/CVM&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CVM&Action=DescribeInstances&Region=$region&InstanceAlias=PublicIpAddresses", + "hide": 0, + "includeAll": false, + "index": -1, + "label": "外网IP", + "multi": false, + "name": "publicIp", + "options": [], + "query": "Namespace=QCE/CVM&Action=DescribeInstances&Region=$region&InstanceAlias=PublicIpAddresses", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "", + "title": "【实例】CVM 单机监控", + "uid": "DWBrOhyGz", + "variables": { + "list": [] + }, + "version": 1 +} \ No newline at end of file diff --git a/dist/dashboards/example_lb_dashboard.json b/dist/dashboards/example_lb_dashboard.json new file mode 100644 index 0000000..b3f0560 --- /dev/null +++ b/dist/dashboards/example_lb_dashboard.json @@ -0,0 +1,2691 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云LB弹性公网IP监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1614524941859, + "links": [], + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 0 + }, + "hiddenSeries": false, + "id": 10, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "eip": { + "Name": "eip", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "AddressId", + "metricName": "VipOuttraffic", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "lb", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "外网出宽带", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 0 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "eip": { + "Name": "eip", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "AddressId", + "metricName": "VipIntraffic", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "lb", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "外网入宽带", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 8 + }, + "hiddenSeries": false, + "id": 8, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "eip": { + "Name": "eip", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "AddressId", + "metricName": "VipOutpkg", + "metricUnit": "count/s", + "period": 300, + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "lb", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "外网出包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 8 + }, + "hiddenSeries": false, + "id": 4, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "eip": { + "Name": "eip", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "AddressId", + "metricName": "VipInpkg", + "metricUnit": "count/s", + "period": 300, + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "lb", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "外网入包量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 16 + }, + "hiddenSeries": false, + "id": 2, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "eip": { + "Name": "eip", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "AddressId", + "metricName": "AccOuttraffic", + "metricUnit": "MB", + "period": 300, + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/LB", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "lb", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "外网出流量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 26, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/LB&Action=DescribeRegions", + "error": null, + "hide": 0, + "includeAll": false, + "label": "地域", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/LB&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/LB&Region=$region&Action=DescribeInstances", + "error": null, + "hide": 0, + "includeAll": false, + "label": "实例", + "multi": false, + "name": "instance", + "options": [], + "query": "Namespace=QCE/LB&Region=$region&Action=DescribeInstances", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "【实例】LB弹性公网IP", + "uid": "6F_2GysMk", + "version": 11 + } \ No newline at end of file diff --git a/dist/dashboards/example_mongodb_dashboard.json b/dist/dashboards/example_mongodb_dashboard.json new file mode 100644 index 0000000..c21061f --- /dev/null +++ b/dist/dashboards/example_mongodb_dashboard.json @@ -0,0 +1,9813 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云云数据库MONGODB监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1614564029600, + "links": [], + "panels": [ + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 45, + "panels": [], + "title": "核心指标", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 0, + "y": 1 + }, + "hiddenSeries": false, + "id": 10, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Delay100", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "单位时间延迟次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 8, + "y": 1 + }, + "hiddenSeries": false, + "id": 37, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Connper", + "metricUnit": "%", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "连接使用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 16, + "y": 1 + }, + "hiddenSeries": false, + "id": 38, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "ClusterDiskusage", + "metricUnit": "%", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "磁盘使用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 7 + }, + "id": 43, + "panels": [], + "title": "请求类", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 0, + "y": 8 + }, + "hiddenSeries": false, + "id": 39, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Inserts", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "写入请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 8, + "y": 8 + }, + "hiddenSeries": false, + "id": 46, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Reads", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "读取请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 16, + "y": 8 + }, + "hiddenSeries": false, + "id": 47, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Updates", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "更新请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 0, + "y": 14 + }, + "hiddenSeries": false, + "id": 48, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Deletes", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "删除请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 8, + "y": 14 + }, + "hiddenSeries": false, + "id": 51, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Counts", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "count 请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 16, + "y": 14 + }, + "hiddenSeries": false, + "id": 50, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Aggregates", + "metricUnit": "Count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "聚合请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 0, + "y": 20 + }, + "hiddenSeries": false, + "id": 52, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Success", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "成功请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 8, + "y": 20 + }, + "hiddenSeries": false, + "id": 49, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Commands", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "command 请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 16, + "y": 20 + }, + "hiddenSeries": false, + "id": 53, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Timeouts", + "metricUnit": "Count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "超时请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 26 + }, + "id": 41, + "panels": [], + "title": "时延请求类", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 0, + "y": 27 + }, + "hiddenSeries": false, + "id": 54, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Delay10", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "时延在10 - 50毫秒间请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 8, + "y": 27 + }, + "hiddenSeries": false, + "id": 55, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Delay50", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "时延在50 - 100毫秒间请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 8, + "x": 16, + "y": 27 + }, + "hiddenSeries": false, + "id": 56, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Delay100", + "metricUnit": "count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "时延在100毫秒以上请求次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 33 + }, + "id": 23, + "panels": [], + "title": "连接数类", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 34 + }, + "hiddenSeries": false, + "id": 57, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "ClusterConn", + "metricUnit": "Count", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "集群连接数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 34 + }, + "hiddenSeries": false, + "id": 59, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Connper", + "metricUnit": "%", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "连接使用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 40 + }, + "id": 8, + "panels": [], + "title": "系统类", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 23, + "x": 0, + "y": 41 + }, + "hiddenSeries": false, + "id": 58, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": { + "domain": { + "Name": "domain", + "Value": "" + }, + "projectId": { + "Name": "projectId", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "Domain", + "metricName": "Bandwidth", + "metricUnit": "Mbps", + "period": 300, + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "$region" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": { + "target": { + "Name": "target", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "ClusterDiskusage", + "metricUnit": "%", + "period": 300, + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "$region" + }, + "namespace": "QCE/CMONGO", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "mongoDB", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "磁盘使用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 22, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CMONGO&Action=DescribeRegions", + "hide": 0, + "includeAll": false, + "index": -1, + "label": "地区", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/CMONGO&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CMONGO&Action=DescribeInstances&Region=$region&InstanceAlias=InstanceId", + "hide": 0, + "includeAll": false, + "index": -1, + "label": "实例", + "multi": false, + "name": "instance", + "options": [], + "query": "Namespace=QCE/CMONGO&Action=DescribeInstances&Region=$region&InstanceAlias=InstanceId", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "", + "title": "【实例】云数据库MONGODB", + "uid": "UCGlOPyTz", + "variables": { + "list": [] + }, + "version": 1 +} \ No newline at end of file diff --git a/dist/dashboards/example_redis_dashboard.json b/dist/dashboards/example_redis_dashboard.json new file mode 100644 index 0000000..14e0ef0 --- /dev/null +++ b/dist/dashboards/example_redis_dashboard.json @@ -0,0 +1,4928 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云redis监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1614737980360, + "links": [], + "panels": [ + { + "collapsed": true, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 23, + "panels": [], + "title": "CPU&内存监控", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 1 + }, + "hiddenSeries": false, + "id": 10, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/REDIS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUsMin", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CpuUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "redis", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【Redis内存版】平均 CPU 利用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "cacheTimeout": null, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 1 + }, + "hiddenSeries": false, + "id": 24, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 300, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/REDIS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "StorageMin", + "metricUnit": "MB", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "MemUsed", + "metricUnit": "MBytes", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "redis", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【Redis内存版】内存 利用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": true, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 7 + }, + "id": 8, + "panels": [], + "title": "网络监控", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 8 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/REDIS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "ConnectionsMin", + "metricUnit": "count", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "Connections", + "metricUnit": "Count", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "redis", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【Redis内存版】连接数量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 8 + }, + "hiddenSeries": false, + "id": 25, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/REDIS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "ConnectionsUsMin", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "ConnectionsUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "redis", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【Redis内存版】连接使用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 16 + }, + "hiddenSeries": false, + "id": 28, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/REDIS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InFlowMin", + "metricUnit": "MB", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InFlow", + "metricUnit": "MBytes/s", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "redis", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【Redis内存版】入流量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 16 + }, + "hiddenSeries": false, + "id": 29, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/REDIS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InFlowUsMin", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "InBandwidthUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "redis", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【Redis内存版】入网流量使用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 24 + }, + "hiddenSeries": false, + "id": 26, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/REDIS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "OutFlowMin", + "metricUnit": "MB", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "OutFlow", + "metricUnit": "MBytes/s", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "redis", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【Redis内存版】出网流量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 24 + }, + "hiddenSeries": false, + "id": 27, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "rightSide": false, + "show": true, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "lanOutpkg", + "transform": "negative-Y" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "lanInpkg", + "metricUnit": "count/s", + "period": 60, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/REDIS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "OutFlowUsMin", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "OutBandwidthUtil", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "redis", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "【Redis内存版】出网流量使用率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "pps", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": true, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 32 + }, + "id": 4, + "panels": [], + "title": "请求监控", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Tencent Cloud Monitor Datasource", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 33 + }, + "hiddenSeries": false, + "id": 2, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": true, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "paceLength": 10, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "CPUUsage", + "color": "#3274D9" + } + ], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstancTypes": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": { + "InstanceId": { + "Name": "InstanceId", + "Value": "" + } + }, + "instance": "$publicIp", + "instanceAlias": "PublicIpAddresses", + "metricName": "CPUUsage", + "metricUnit": "%", + "period": 10, + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "$region" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/REDIS", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "StatSuccessMin", + "metricUnit": "count", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "redisMem": { + "dimensionObject": { + "instanceid": { + "Name": "instanceid", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "CmdHitsRatio", + "metricUnit": "%", + "period": 300, + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "$region" + }, + "refId": "A", + "scf": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FunctionName", + "metricName": "", + "metricUnit": "", + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "", + "version": "" + }, + "service": "redis", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "读请求命中率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 22, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/REDIS&Action=DescribeRegions", + "hide": 0, + "includeAll": false, + "index": -1, + "label": "地区", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/REDIS&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/REDIS&Action=DescribeInstances&Region=$region&InstanceAlias=InstanceId", + "hide": 0, + "includeAll": false, + "index": -1, + "label": "实例", + "multi": false, + "name": "instance", + "options": [], + "query": "Namespace=QCE/REDIS&Action=DescribeInstances&Region=$region&InstanceAlias=InstanceId", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-3h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "", + "title": "【实例】云数据库REDIS-内存版(1分钟粒度)", + "uid": "UCGlOPyMz", + "variables": { + "list": [] + }, + "version": 1 +} \ No newline at end of file diff --git a/dist/dashboards/example_scf_dashboard.json b/dist/dashboards/example_scf_dashboard.json new file mode 100644 index 0000000..f58c34a --- /dev/null +++ b/dist/dashboards/example_scf_dashboard.json @@ -0,0 +1,10179 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "腾讯云SCF云函数监控模板 Dashboard", + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": null, + "iteration": 1614524992693, + "links": [], + "panels": [ + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 12, + "panels": [], + "title": "请求监控", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 1 + }, + "hiddenSeries": false, + "id": 10, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "DlqFailedNum", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "dlq 投递失败次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 1 + }, + "hiddenSeries": false, + "id": 8, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "$instance", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "$region", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "ConcurrentExecutions", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "并发执行次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 9 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Throttle", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "受限次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 9 + }, + "hiddenSeries": false, + "id": 4, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Invocation", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "调用次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 17 + }, + "hiddenSeries": false, + "id": 2, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Error", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "错误次数", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 26 + }, + "id": 26, + "panels": [], + "title": "资源监控", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 27 + }, + "hiddenSeries": false, + "id": 24, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "OutFlow", + "metricUnit": "KBytes", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "外网出流量", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 27 + }, + "hiddenSeries": false, + "id": 22, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "ConfigMem", + "metricUnit": "MBytes", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "配置内存", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 35 + }, + "hiddenSeries": false, + "id": 20, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "MemDuration", + "metricUnit": "MBytes/s", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "时间内存", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 35 + }, + "hiddenSeries": false, + "id": 18, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Mem", + "metricUnit": "MBytes", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "运行内存", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 43 + }, + "hiddenSeries": false, + "id": 16, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "BillDuration", + "metricUnit": "ms", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "计费时间", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 43 + }, + "hiddenSeries": false, + "id": 14, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Duration", + "metricUnit": "ms", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "运行时间", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "collapsed": false, + "datasource": null, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 51 + }, + "id": 44, + "panels": [], + "title": "执行监控", + "type": "row" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 52 + }, + "hiddenSeries": false, + "id": 42, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "ServerErrorPercentage", + "metricUnit": "%", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "平台错误率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 52 + }, + "hiddenSeries": false, + "id": 40, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "FunctionErrorPercentage", + "metricUnit": "%", + "period": 60, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "函数错误率", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 60 + }, + "hiddenSeries": false, + "id": 38, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Syserr", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "平台错误次数(HTTP 5XX)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 60 + }, + "hiddenSeries": false, + "id": 36, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Http4xx", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "函数错误次数(HTTP 4XX)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 68 + }, + "hiddenSeries": false, + "id": 34, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Http434", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "内存超过限制(HTTP 434)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 68 + }, + "hiddenSeries": false, + "id": 32, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Http433", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "函数执行超时(HTTP 433)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 76 + }, + "hiddenSeries": false, + "id": 30, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Http432", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "资源超过限制(HTTP 432)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 76 + }, + "hiddenSeries": false, + "id": 28, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.3.6", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "bwp": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "BandwidthPackageId", + "metricName": "", + "metricUnit": "", + "queries": { + "BandwidthPackageIds": [ + "" + ], + "Filters": { + "bandwidth-package-name": [], + "bandwidth-package_id": [], + "charge-type": [], + "network-type": [] + }, + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "cdb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "CdbErrors": {}, + "EngineVersions": {}, + "InitFlag": {}, + "InstanceIds": [], + "InstanceNames": [], + "InstanceTypes": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": {}, + "OrderDirection": {}, + "PayTypes": {}, + "ProjectId": "", + "SecurityGroupId": "", + "Status": {}, + "SubnetIds": [], + "TaskStatus": {}, + "Vips": [], + "VpcIds": [], + "ZoneIds": [] + }, + "region": "" + }, + "cdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "cfs": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "FileSystemId", + "metricName": "", + "metricUnit": "", + "queries": { + "FileSystemId": "", + "Limit": 20, + "Offset": 0, + "SubnetId": "", + "VpcId": "" + }, + "region": "", + "version": "" + }, + "ckafka": { + "consumerGroup": "", + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "partition": "", + "queries": { + "InstanceId": "", + "Limit": 10, + "Offset": 0, + "SearchWord": "", + "Status": [], + "TagKey": "" + }, + "region": "", + "topicId": "", + "topicName": "" + }, + "cvm": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "host-id": [], + "instance-charge-type": {}, + "instance-id": [], + "instance-name": [], + "private-ip-address": [], + "project-id": [], + "public-ip-address": [], + "security-group-id": [], + "subnet-id": [], + "vpc-id": [], + "zone": [] + }, + "InstanceIds": [ + "" + ], + "Limit": 20, + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "lb": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "AddressIp", + "metricName": "", + "metricUnit": "", + "queries": { + "AddressIds": [ + "" + ], + "Filters": { + "address-id": [], + "address-ip": [], + "address-name": [], + "address-status ": [], + "instance-id ": [], + "is-arrears ": [], + "network-interface-id ": [], + "private-ip-address": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "", + "version": "" + }, + "lbPrivate": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "lbPublic": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "loadBalance": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "LoadBalancerId", + "listener": "", + "listenerAlias": "ListenerId", + "metricName": "", + "metricUnit": "", + "queries": { + "BackendPrivateIps": [], + "BackendPublicIps": [], + "Domain": "", + "Limit": 20, + "LoadBalancerIds": [], + "LoadBalancerName": "", + "LoadBalancerVips": [], + "MasterZone": "", + "Offset": 0, + "OrderBy": {}, + "OrderType": {}, + "SecurityGroup": "", + "VpcId": "", + "WithRs": {} + }, + "region": "" + }, + "mongoDB": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "ClusterType": {}, + "InstanceIds": [], + "InstanceType": {}, + "Limit": 20, + "Offset": 0, + "OrderBy": "", + "OrderByType": "", + "PayMode": {}, + "Status": [], + "SubnetId": "", + "VpcId": "" + }, + "region": "" + }, + "namespace": "QCE/SCF_V2", + "natGateway": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "NatGatewayId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "nat-gateway-id": [], + "nat-gateway-name": [], + "vpc-id": [] + }, + "Limit": 20, + "NatGatewayIds": [ + "" + ], + "Offset": 0, + "filtersChecked": false, + "instanceIdsChecked": false + }, + "region": "" + }, + "ovCdn": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "Domain", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "domain": [], + "domainType": [], + "fullUrlCache": [], + "https": [], + "origin": [], + "originPullProtocol": [], + "projectId": [], + "resourceId": [], + "serviceType": [], + "status": [], + "tagKey": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "pcx": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "peeringConnectionId", + "metricName": "", + "metricUnit": "", + "queries": { + "limit": 20, + "offset": 0, + "peeringConnectionId": "", + "peeringConnectionName": "", + "vpcId": "" + }, + "region": "" + }, + "postgres": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "DBInstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "Filters": { + "db-instance-id": [], + "db-instance-name": [] + }, + "Limit": 20, + "Offset": 0 + }, + "region": "" + }, + "redis": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "redisMem": { + "dimensionObject": null, + "instance": "", + "instanceAlias": "InstanceId", + "metricName": "", + "metricUnit": "", + "queries": { + "AutoRenew": null, + "BillingMode": "", + "EngineName": "", + "InstanceId": "", + "InstanceName": "", + "OrderBy": "", + "OrderType": null, + "ProjectIds": [], + "SearchKey": "", + "Status": [], + "SubnetIds": [], + "Type": null, + "TypeVersion": null, + "UniqSubnetIds": [], + "UniqVpcIds": [], + "VpcIds": [] + }, + "region": "" + }, + "refId": "A", + "scf": { + "dimensionObject": { + "appid": { + "Name": "appid", + "Value": "" + }, + "functionName": { + "Name": "functionName", + "Value": "" + }, + "namespace": { + "Name": "namespace", + "Value": "" + }, + "version": { + "Name": "version", + "Value": "" + } + }, + "instance": "$instance", + "instanceAlias": "FunctionName", + "metricName": "Http2xx", + "metricUnit": "Count", + "period": 300, + "queries": { + "Description": "", + "Limit": 20, + "Namespace": "", + "Offset": 0, + "Order": {}, + "OrderBy": {}, + "SearchKey": "" + }, + "region": "$region", + "version": "" + }, + "service": "scf", + "showInstanceDetails": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "正确次数(HTTP 2XX)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + } + ], + "schemaVersion": 26, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/CVM&Action=DescribeRegions", + "error": null, + "hide": 0, + "includeAll": false, + "label": "地域", + "multi": false, + "name": "region", + "options": [], + "query": "Namespace=QCE/CVM&Action=DescribeRegions", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": null, + "current": {}, + "datasource": "Tencent Cloud Monitor Datasource", + "definition": "Namespace=QCE/SCF_V2&Region=$region&Action=DescribeInstances", + "error": null, + "hide": 0, + "includeAll": false, + "label": "实例", + "multi": false, + "name": "instance", + "options": [], + "query": "Namespace=QCE/SCF_V2&Region=$region&Action=DescribeInstances", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "【实例】SCF云函数", + "uid": "pej1vsyMk", + "version": 5 + } \ No newline at end of file diff --git a/dist/datasource/img/tencent-cloud.svg b/dist/datasource/img/tencent-cloud.svg new file mode 100644 index 0000000..acfbbf2 --- /dev/null +++ b/dist/datasource/img/tencent-cloud.svg @@ -0,0 +1 @@ +资源 1 \ No newline at end of file diff --git a/dist/datasource/module.js b/dist/datasource/module.js new file mode 100644 index 0000000..48f42f6 --- /dev/null +++ b/dist/datasource/module.js @@ -0,0 +1,19 @@ +define("MyLibrary",["lodash","moment","app/core/core_module","angular","app/plugins/sdk"],(function(e,t,n,i,r){return s={},a.m=o=[function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t){e.exports=n},function(e,t,n){e.exports=e=function(e){var t=Object.create||function(e){return n.prototype=e,e=new n,n.prototype=null,e};function n(){}var i={},r=i.lib={},a=r.Base={extend:function(e){var n=t(this);return e&&n.mixIn(e),n.hasOwnProperty("init")&&this.init!==n.init||(n.init=function(){n.$super.init.apply(this,arguments)}),(n.init.prototype=n).$super=this,n},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},o=r.WordArray=a.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||c).stringify(this)},concat:function(e){var t=this.words,n=e.words,i=this.sigBytes,r=e.sigBytes;if(this.clamp(),i%4)for(var a=0;a>>2]>>>24-a%4*8&255;t[i+a>>>2]|=o<<24-(i+a)%4*8}else for(a=0;a>>2]=n[a>>>2];return this.sigBytes+=r,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=a.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n=[],i=0;i>16)&i)<<16)+(t=18e3*(65535&t)+(t>>16)&i)&i;return r/=4294967296,(r+=.5)*(.5>>2]>>>24-r%4*8&255;i.push((a>>>4).toString(16)),i.push((15&a).toString(16))}return i.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i>>3]|=parseInt(e.substr(i,2),16)<<24-i%8*4;return new o.init(n,t/2)}},l=s.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,i=[],r=0;r>>2]>>>24-r%4*8&255;i.push(String.fromCharCode(a))}return i.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i>>2]|=(255&e.charCodeAt(i))<<24-i%4*8;return new o.init(n,t)}},u=s.Utf8={stringify:function(e){try{return decodeURIComponent(escape(l.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return l.parse(unescape(encodeURIComponent(e)))}},p=r.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new o.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=u.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,i=n.words,r=n.sigBytes,a=this.blockSize,s=r/(4*a),c=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a;r=e.min(4*c,r);if(c){for(var l=0;l>>2];e.sigBytes-=t}};var d=(e.BlockCipher=s.extend({cfg:s.cfg.extend({mode:u,padding:l}),reset:function(){s.reset.call(this);var e,t=(n=this.cfg).iv,n=n.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,t&&t.words):(this._mode=e.call(n,this,t&&t.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4}),e.CipherParams=t.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}})),f=(l=(h.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext;return((e=e.salt)?n.create([1398893684,1701076831]).concat(e).concat(t):t).toString(a)},parse:function(e){var t,i=a.parse(e);return 1398893684==(e=i.words)[0]&&1701076831==e[1]&&(t=n.create(e.slice(2,4)),e.splice(0,4),i.sigBytes-=16),d.create({ciphertext:i,salt:t})}},e.SerializableCipher=t.extend({cfg:t.extend({format:l}),encrypt:function(e,t,n,i){i=this.cfg.extend(i);t=(r=e.createEncryptor(n,i)).finalize(t);var r=r.cfg;return d.create({ciphertext:t,key:n,iv:r.iv,algorithm:e,mode:r.mode,padding:r.padding,blockSize:e.blockSize,formatter:i.format})},decrypt:function(e,t,n,i){return i=this.cfg.extend(i),t=this._parse(t,i.format),e.createDecryptor(n,i).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}})),h=(h.kdf={}).OpenSSL={execute:function(e,t,i,r){return r=r||n.random(8),e=o.create({keySize:t+i}).compute(e,r),i=n.create(e.words.slice(t),4*i),e.sigBytes=4*t,d.create({key:e,iv:i,salt:r})}},g=e.PasswordBasedCipher=f.extend({cfg:f.cfg.extend({kdf:h}),encrypt:function(e,t,n,i){return n=(i=this.cfg.extend(i)).kdf.execute(n,e.keySize,e.ivSize),i.iv=n.iv,(i=f.encrypt.call(this,e,t,n.key,i)).mixIn(n),i},decrypt:function(e,t,n,i){return i=this.cfg.extend(i),t=this._parse(t,i.format),n=i.kdf.execute(n,e.keySize,e.ivSize,t.salt),i.iv=n.iv,f.decrypt.call(this,e,t,n.key,i)}})}()))},function(e,t,n){e.exports=(e=n(3),n(11),n(25),n(26),n(6),n(8),n(13),n(17),n(27),n(18),n(28),n(29),n(30),n(14),n(31),n(7),n(4),n(32),n(33),n(34),n(35),n(36),n(37),n(38),n(39),n(40),n(41),n(42),n(43),n(44),n(45),n(46),n(47),e)},function(e,t,n){var i;e.exports=(i=n(3),function(){var e=i.lib.WordArray;i.enc.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,i=this._map;e.clamp();for(var r=[],a=0;a>>2]>>>24-a%4*8&255)<<16|(t[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|t[a+2>>>2]>>>24-(a+2)%4*8&255,s=0;s<4&&a+.75*s>>6*(3-s)&63));var c=i.charAt(64);if(c)for(;r.length%4;)r.push(c);return r.join("")},parse:function(t){var n=t.length,i=this._map;if(!(r=this._reverseMap))for(var r=this._reverseMap=[],a=0;a>>6-o%4*2,r[a>>>2]|=(s|c)<<24-a%4*8,a++)}return e.create(r,a)}(t,n,r)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),i.enc.Base64)},function(e,t,n){var i;e.exports=(i=n(3),n(13),n(14),function(){var e=i,t=(a=e.lib).Base,n=a.WordArray,r=e.algo,a=r.MD5,o=r.EvpKDF=t.extend({cfg:t.extend({keySize:4,hasher:a,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var i=this.cfg,r=i.hasher.create(),a=n.create(),o=a.words,s=i.keySize,c=i.iterations;o.length>>32-a)+t}function c(e,t,n,i,r,a,o){return((o=e+(t&i|n&~i)+r+o)<>>32-a)+t}function l(e,t,n,i,r,a,o){return((o=e+(t^n^i)+r+o)<>>32-a)+t}function u(e,t,n,i,r,a,o){return((o=e+(n^(t|~i))+r+o)<>>32-a)+t}!function(){for(var t=0;t<64;t++)o[t]=4294967296*e.abs(e.sin(t+1))|0}(),a=a.MD5=r.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var i=t+n,r=e[i];e[i]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8)}var a=this._hash.words,p=e[t+0],d=e[t+1],f=e[t+2],h=e[t+3],g=e[t+4],m=e[t+5],v=e[t+6],y=e[t+7],b=e[t+8],D=e[t+9],k=e[t+10],I=e[t+11],S=e[t+12],C=e[t+13],x=e[t+14],w=e[t+15],A=s(A=a[0],B=a[1],O=a[2],N=a[3],p,7,o[0]),N=s(N,A,B,O,d,12,o[1]),O=s(O,N,A,B,f,17,o[2]),B=s(B,O,N,A,h,22,o[3]);A=s(A,B,O,N,g,7,o[4]),N=s(N,A,B,O,m,12,o[5]),O=s(O,N,A,B,v,17,o[6]),B=s(B,O,N,A,y,22,o[7]),A=s(A,B,O,N,b,7,o[8]),N=s(N,A,B,O,D,12,o[9]),O=s(O,N,A,B,k,17,o[10]),B=s(B,O,N,A,I,22,o[11]),A=s(A,B,O,N,S,7,o[12]),N=s(N,A,B,O,C,12,o[13]),O=s(O,N,A,B,x,17,o[14]),A=c(A,B=s(B,O,N,A,w,22,o[15]),O,N,d,5,o[16]),N=c(N,A,B,O,v,9,o[17]),O=c(O,N,A,B,I,14,o[18]),B=c(B,O,N,A,p,20,o[19]),A=c(A,B,O,N,m,5,o[20]),N=c(N,A,B,O,k,9,o[21]),O=c(O,N,A,B,w,14,o[22]),B=c(B,O,N,A,g,20,o[23]),A=c(A,B,O,N,D,5,o[24]),N=c(N,A,B,O,x,9,o[25]),O=c(O,N,A,B,h,14,o[26]),B=c(B,O,N,A,b,20,o[27]),A=c(A,B,O,N,C,5,o[28]),N=c(N,A,B,O,f,9,o[29]),O=c(O,N,A,B,y,14,o[30]),A=l(A,B=c(B,O,N,A,S,20,o[31]),O,N,m,4,o[32]),N=l(N,A,B,O,b,11,o[33]),O=l(O,N,A,B,I,16,o[34]),B=l(B,O,N,A,x,23,o[35]),A=l(A,B,O,N,d,4,o[36]),N=l(N,A,B,O,g,11,o[37]),O=l(O,N,A,B,y,16,o[38]),B=l(B,O,N,A,k,23,o[39]),A=l(A,B,O,N,C,4,o[40]),N=l(N,A,B,O,p,11,o[41]),O=l(O,N,A,B,h,16,o[42]),B=l(B,O,N,A,v,23,o[43]),A=l(A,B,O,N,D,4,o[44]),N=l(N,A,B,O,S,11,o[45]),O=l(O,N,A,B,w,16,o[46]),A=u(A,B=l(B,O,N,A,f,23,o[47]),O,N,p,6,o[48]),N=u(N,A,B,O,y,10,o[49]),O=u(O,N,A,B,x,15,o[50]),B=u(B,O,N,A,m,21,o[51]),A=u(A,B,O,N,S,6,o[52]),N=u(N,A,B,O,h,10,o[53]),O=u(O,N,A,B,k,15,o[54]),B=u(B,O,N,A,d,21,o[55]),A=u(A,B,O,N,b,6,o[56]),N=u(N,A,B,O,w,10,o[57]),O=u(O,N,A,B,v,15,o[58]),B=u(B,O,N,A,C,21,o[59]),A=u(A,B,O,N,g,6,o[60]),N=u(N,A,B,O,I,10,o[61]),O=u(O,N,A,B,f,15,o[62]),B=u(B,O,N,A,D,21,o[63]),a[0]=a[0]+A|0,a[1]=a[1]+B|0,a[2]=a[2]+O|0,a[3]=a[3]+N|0},_doFinalize:function(){var t=this._data,n=t.words,i=8*this._nDataBytes,r=8*t.sigBytes;n[r>>>5]|=128<<24-r%32;var a=e.floor(i/4294967296);i=i;n[15+(64+r>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),n[14+(64+r>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),t.sigBytes=4*(n.length+1),this._process();for(var o=(n=this._hash).words,s=0;s<4;s++){var c=o[s];o[s]=16711935&(c<<8|c>>>24)|4278255360&(c<<24|c>>>8)}return n},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e}}),t.MD5=r._createHelper(a),t.HmacMD5=r._createHmacHelper(a)}(Math),i.MD5)},function(e,t){e.exports=i},,function(e,t,n){var i;e.exports=(i=n(3),function(){var e,t=(e=i.lib).Base,n=e.WordArray;(e=i.x64={}).Word=t.extend({init:function(e,t){this.high=e,this.low=t}}),e.WordArray=t.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:8*e.length},toX32:function(){for(var e=this.words,t=e.length,i=[],r=0;r>>31);var u=(i<<5|i>>>27)+c+a[l];u+=l<20?1518500249+(r&o|~r&s):l<40?1859775393+(r^o^s):l<60?(r&o|r&s|o&s)-1894007588:(r^o^s)-899497514,c=s,s=o,o=r<<30|r>>>2,r=i,i=u}n[0]=n[0]+i|0,n[1]=n[1]+r|0,n[2]=n[2]+o|0,n[3]=n[3]+s|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,i=8*e.sigBytes;return t[i>>>5]|=128<<24-i%32,t[14+(64+i>>>9<<4)]=Math.floor(n/4294967296),t[15+(64+i>>>9<<4)]=n,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}});e.SHA1=n._createHelper(r),e.HmacSHA1=n._createHmacHelper(r)}(),i.SHA1)},function(e,t,n){var i;e.exports=(i=n(3),void function(){var e=i.lib.Base,t=i.enc.Utf8;i.algo.HMAC=e.extend({init:function(e,n){e=this._hasher=new e.init,"string"==typeof n&&(n=t.parse(n));var i=e.blockSize,r=4*i;(n=n.sigBytes>r?e.finalize(n):n).clamp();e=this._oKey=n.clone(),n=this._iKey=n.clone();for(var a=e.words,o=n.words,s=0;s>6]+a[128|63&r]:r<55296||57344<=r?n+=a[224|r>>12]+a[128|r>>6&63]+a[128|63&r]:(i+=1,r=65536+((1023&r)<<10|1023&t.charCodeAt(i)),n+=a[240|r>>18]+a[128|r>>12&63]+a[128|r>>6&63]+a[128|63&r])}return n},isBuffer:function(e){return null!=e&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},merge:function e(t,n,a){if(!n)return t;if("object"!=typeof n){if(Array.isArray(t))t.push(n);else{if("object"!=typeof t)return[t,n];!a.plainObjects&&!a.allowPrototypes&&r.call(Object.prototype,n)||(t[n]=!0)}return t}if("object"!=typeof t)return[t].concat(n);var o=t;return Array.isArray(t)&&!Array.isArray(n)&&(o=i(t,a)),Array.isArray(t)&&Array.isArray(n)?(n.forEach((function(n,i){r.call(t,i)?t[i]&&"object"==typeof t[i]?t[i]=e(t[i],n,a):t.push(n):t[i]=n})),t):Object.keys(n).reduce((function(t,i){var o=n[i];return r.call(t,i)?t[i]=e(t[i],o,a):t[i]=o,t}),o)}}},function(e,t,n){"use strict";var i=String.prototype.replace,r=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return i.call(e,r,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},function(e,t,n){var i;e.exports=(i=n(3),function(e){var t=i,n=(a=t.lib).WordArray,r=a.Hasher,a=t.algo,o=[],s=[];!function(){function t(e){return 4294967296*(e-(0|e))|0}for(var n=2,i=0;i<64;)!function(t){for(var n=e.sqrt(t),i=2;i<=n;i++)if(!(t%i))return;return 1}(n)||(i<8&&(o[i]=t(e.pow(n,.5))),s[i]=t(e.pow(n,1/3)),i++),n++}();var c=[];a=a.SHA256=r.extend({_doReset:function(){this._hash=new n.init(o.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,i=n[0],r=n[1],a=n[2],o=n[3],l=n[4],u=n[5],p=n[6],d=n[7],f=0;f<64;f++){f<16?c[f]=0|e[t+f]:(g=((m=c[f-15])<<25|m>>>7)^(m<<14|m>>>18)^m>>>3,m=((h=c[f-2])<<15|h>>>17)^(h<<13|h>>>19)^h>>>10,c[f]=g+c[f-7]+m+c[f-16]);var h=i&r^i&a^r&a,g=(i<<30|i>>>2)^(i<<19|i>>>13)^(i<<10|i>>>22),m=d+((l<<26|l>>>6)^(l<<21|l>>>11)^(l<<7|l>>>25))+(l&u^~l&p)+s[f]+c[f];d=p,p=u,u=l,l=o+m|0,o=a,a=r,r=i,i=m+(g+h)|0}n[0]=n[0]+i|0,n[1]=n[1]+r|0,n[2]=n[2]+a|0,n[3]=n[3]+o|0,n[4]=n[4]+l|0,n[5]=n[5]+u|0,n[6]=n[6]+p|0,n[7]=n[7]+d|0},_doFinalize:function(){var t=this._data,n=t.words,i=8*this._nDataBytes,r=8*t.sigBytes;return n[r>>>5]|=128<<24-r%32,n[14+(64+r>>>9<<4)]=e.floor(i/4294967296),n[15+(64+r>>>9<<4)]=i,t.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=r._createHelper(a),t.HmacSHA256=r._createHmacHelper(a)}(Math),i.SHA256)},function(e,t,n){var i;e.exports=(i=n(3),n(11),function(){var e=i,t=e.lib.Hasher,n=(a=e.x64).Word,r=a.WordArray,a=e.algo;function o(){return n.create.apply(n,arguments)}var s=[o(1116352408,3609767458),o(1899447441,602891725),o(3049323471,3964484399),o(3921009573,2173295548),o(961987163,4081628472),o(1508970993,3053834265),o(2453635748,2937671579),o(2870763221,3664609560),o(3624381080,2734883394),o(310598401,1164996542),o(607225278,1323610764),o(1426881987,3590304994),o(1925078388,4068182383),o(2162078206,991336113),o(2614888103,633803317),o(3248222580,3479774868),o(3835390401,2666613458),o(4022224774,944711139),o(264347078,2341262773),o(604807628,2007800933),o(770255983,1495990901),o(1249150122,1856431235),o(1555081692,3175218132),o(1996064986,2198950837),o(2554220882,3999719339),o(2821834349,766784016),o(2952996808,2566594879),o(3210313671,3203337956),o(3336571891,1034457026),o(3584528711,2466948901),o(113926993,3758326383),o(338241895,168717936),o(666307205,1188179964),o(773529912,1546045734),o(1294757372,1522805485),o(1396182291,2643833823),o(1695183700,2343527390),o(1986661051,1014477480),o(2177026350,1206759142),o(2456956037,344077627),o(2730485921,1290863460),o(2820302411,3158454273),o(3259730800,3505952657),o(3345764771,106217008),o(3516065817,3606008344),o(3600352804,1432725776),o(4094571909,1467031594),o(275423344,851169720),o(430227734,3100823752),o(506948616,1363258195),o(659060556,3750685593),o(883997877,3785050280),o(958139571,3318307427),o(1322822218,3812723403),o(1537002063,2003034995),o(1747873779,3602036899),o(1955562222,1575990012),o(2024104815,1125592928),o(2227730452,2716904306),o(2361852424,442776044),o(2428436474,593698344),o(2756734187,3733110249),o(3204031479,2999351573),o(3329325298,3815920427),o(3391569614,3928383900),o(3515267271,566280711),o(3940187606,3454069534),o(4118630271,4000239992),o(116418474,1914138554),o(174292421,2731055270),o(289380356,3203993006),o(460393269,320620315),o(685471733,587496836),o(852142971,1086792851),o(1017036298,365543100),o(1126000580,2618297676),o(1288033470,3409855158),o(1501505948,4234509866),o(1607167915,987167468),o(1816402316,1246189591)],c=[];!function(){for(var e=0;e<80;e++)c[e]=o()}(),a=a.SHA512=t.extend({_doReset:function(){this._hash=new r.init([new n.init(1779033703,4089235720),new n.init(3144134277,2227873595),new n.init(1013904242,4271175723),new n.init(2773480762,1595750129),new n.init(1359893119,2917565137),new n.init(2600822924,725511199),new n.init(528734635,4215389547),new n.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var n,i=(n=this._hash.words)[0],r=n[1],a=n[2],o=n[3],l=n[4],u=n[5],p=n[6],d=n[7],f=i.high,h=i.low,g=r.high,m=r.low,v=a.high,y=a.low,b=o.high,D=o.low,k=l.high,I=l.low,S=u.high,C=u.low,x=p.high,w=p.low,A=d.high,N=f,O=h,B=g,E=m,R=v,L=y,V=b,q=D,P=k,_=I,F=S,M=C,j=x,T=w,z=A,G=n=d.low,K=0;K<80;K++){var Q,U,$=c[K];K<16?(U=$.high=0|e[t+2*K],Q=$.low=0|e[t+2*K+1]):(X=((J=(ne=c[K-15]).high)>>>1|(Y=ne.low)<<31)^(J>>>8|Y<<24)^J>>>7,ee=(Y>>>1|J<<31)^(Y>>>8|J<<24)^(Y>>>7|J<<25),te=((W=(H=c[K-2]).high)>>>19|(Z=H.low)<<13)^(W<<3|Z>>>29)^W>>>6,ne=(Z>>>19|W<<13)^(Z<<3|W>>>29)^(Z>>>6|W<<26),U=(U=(U=X+(Y=c[K-7]).high+((Q=ee+Y.low)>>>0>>0?1:0))+te+((Q+=ne)>>>0>>0?1:0))+(J=c[K-16]).high+((Q+=H=J.low)>>>0>>0?1:0),$.high=U,$.low=Q);var H,J,Z=P&F^~P&j,W=_&M^~_&T,X=N&B^N&R^B&R,Y=O&E^O&L^E&L,ee=(N>>>28|O<<4)^(N<<30|O>>>2)^(N<<25|O>>>7),te=(O>>>28|N<<4)^(O<<30|N>>>2)^(O<<25|N>>>7),ne=z+(ne=(P>>>14|_<<18)^(P>>>18|_<<14)^(P<<23|_>>>9))+((J=G+(J=(_>>>14|P<<18)^(_>>>18|P<<14)^(_<<23|P>>>9)))>>>0>>0?1:0);z=j,G=T,j=F,T=M,F=P,M=_,P=V+(ne=(ne=(ne=ne+Z+((J+=W)>>>0>>0?1:0))+($=(H=s[K]).high)+((J+=H=H.low)>>>0>>0?1:0))+U+((J+=Q)>>>0>>0?1:0))+((_=q+J|0)>>>0>>0?1:0)|0,V=R,q=L,R=B,L=E,B=N,E=O,N=ne+(ee+X+((Y=te+Y)>>>0>>0?1:0))+((O=J+Y|0)>>>0>>0?1:0)|0}h=i.low=h+O,i.high=f+N+(h>>>0>>0?1:0),m=r.low=m+E,r.high=g+B+(m>>>0>>0?1:0),y=a.low=y+L,a.high=v+R+(y>>>0>>0?1:0),D=o.low=D+q,o.high=b+V+(D>>>0>>0?1:0),I=l.low=I+_,l.high=k+P+(I>>>0<_>>>0?1:0),C=u.low=C+M,u.high=S+F+(C>>>0>>0?1:0),w=p.low=w+T,p.high=x+j+(w>>>0>>0?1:0),n=d.low=n+G,d.high=A+z+(n>>>0>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,i=8*e.sigBytes;return t[i>>>5]|=128<<24-i%32,t[30+(128+i>>>10<<5)]=Math.floor(n/4294967296),t[31+(128+i>>>10<<5)]=n,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=t.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32}),e.SHA512=t._createHelper(a),e.HmacSHA512=t._createHmacHelper(a)}(),i.SHA512)},function(e,t,n){"use strict";var i=n(23),r=n(24);n=n(16);e.exports={formats:n,parse:r,stringify:i}},function(e,t,n){e.exports=n(48)},function(e,t){e.exports=r},,function(e,t,n){"use strict";function i(e,t,n,a,o,s,l,u,p,d,f,h){var g=e;if("function"==typeof l)g=l(t,g);else if(g instanceof Date)g=d(g);else if(null===g){if(a)return s&&!h?s(t,c.encoder):t;g=""}if("string"==typeof g||"number"==typeof g||"boolean"==typeof g||r.isBuffer(g))return s?[f(h?t:s(t,c.encoder))+"="+f(s(g,c.encoder))]:[f(t)+"="+f(String(g))];var m,v=[];if(void 0===g)return v;m=Array.isArray(l)?l:(e=Object.keys(g),u?e.sort(u):e);for(var y=0;y>>2]|=e[r]<<24-r%4*8;t.call(this,i,n)}else t.apply(this,arguments)}).prototype=e)}(),i.lib.WordArray)},function(e,t,n){var i;e.exports=(i=n(3),function(){var e=i.lib.WordArray,t=i.enc;function n(e){return e<<8&4278255360|e>>>8&16711935}t.Utf16=t.Utf16BE={stringify:function(e){for(var t=e.words,n=e.sigBytes,i=[],r=0;r>>2]>>>16-r%4*8&65535;i.push(String.fromCharCode(a))}return i.join("")},parse:function(t){for(var n=t.length,i=[],r=0;r>>1]|=t.charCodeAt(r)<<16-r%2*16;return e.create(i,2*n)}},t.Utf16LE={stringify:function(e){for(var t=e.words,i=e.sigBytes,r=[],a=0;a>>2]>>>16-a%4*8&65535);r.push(String.fromCharCode(o))}return r.join("")},parse:function(t){for(var i=t.length,r=[],a=0;a>>1]|=n(t.charCodeAt(a)<<16-a%2*16);return e.create(r,2*i)}}}(),i.enc.Utf16)},function(e,t,n){var i;e.exports=(i=n(3),n(17),function(){var e=i,t=e.lib.WordArray,n=(r=e.algo).SHA256,r=r.SHA224=n.extend({_doReset:function(){this._hash=new t.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=n._doFinalize.call(this);return e.sigBytes-=4,e}});e.SHA224=n._createHelper(r),e.HmacSHA224=n._createHmacHelper(r)}(),i.SHA224)},function(e,t,n){var i;e.exports=(i=n(3),n(11),n(18),function(){var e=i,t=(a=e.x64).Word,n=a.WordArray,r=(a=e.algo).SHA512,a=a.SHA384=r.extend({_doReset:function(){this._hash=new n.init([new t.init(3418070365,3238371032),new t.init(1654270250,914150663),new t.init(2438529370,812702999),new t.init(355462360,4144912697),new t.init(1731405415,4290775857),new t.init(2394180231,1750603025),new t.init(3675008525,1694076839),new t.init(1203062813,3204075428)])},_doFinalize:function(){var e=r._doFinalize.call(this);return e.sigBytes-=16,e}});e.SHA384=r._createHelper(a),e.HmacSHA384=r._createHmacHelper(a)}(),i.SHA384)},function(e,t,n){var i;e.exports=(i=n(3),n(11),function(e){var t=i,n=(o=t.lib).WordArray,r=o.Hasher,a=t.x64.Word,o=t.algo,s=[],c=[],l=[];!function(){for(var e=1,t=0,n=0;n<24;n++){s[e+5*t]=(n+1)*(n+2)/2%64;var i=(2*e+3*t)%5;e=t%5,t=i}for(e=0;e<5;e++)for(t=0;t<5;t++)c[e+5*t]=t+(2*e+3*t)%5*5;for(var r=1,o=0;o<24;o++){for(var u,p=0,d=0,f=0;f<7;f++)1&r&&((u=(1<>>24)|4278255360&(a<<24|a>>>8),o=16711935&((o=e[t+2*r+1])<<8|o>>>24)|4278255360&(o<<24|o>>>8);(w=n[r]).high^=o,w.low^=a}for(var p=0;p<24;p++){for(var d=0;d<5;d++){for(var f=0,h=0,g=0;g<5;g++)f^=(w=n[d+5*g]).high,h^=w.low;var m=u[d];m.high=f,m.low=h}for(d=0;d<5;d++){var v=u[(d+4)%5],y=(b=u[(d+1)%5]).high,b=b.low;for(f=v.high^(y<<1|b>>>31),h=v.low^(b<<1|y>>>31),g=0;g<5;g++)(w=n[d+5*g]).high^=f,w.low^=h}for(var D=1;D<25;D++){var k=(w=n[D]).high,I=w.low,S=s[D];h=S<32?(f=k<>>32-S,I<>>32-S):(f=I<>>64-S,k<>>64-S),(S=u[c[D]]).high=f,S.low=h}var C=u[0],x=n[0];for(C.high=x.high,C.low=x.low,d=0;d<5;d++)for(g=0;g<5;g++){var w=n[D=d+5*g],A=u[D],N=u[(d+1)%5+5*g],O=u[(d+2)%5+5*g];w.high=A.high^~N.high&O.high,w.low=A.low^~N.low&O.low}w=n[0],x=l[p],w.high^=x.high,w.low^=x.low}},_doFinalize:function(){var t=this._data,i=t.words,r=(this._nDataBytes,8*t.sigBytes),a=32*this.blockSize;i[r>>>5]|=1<<24-r%32,i[(e.ceil((1+r)/a)*a>>>5)-1]|=128,t.sigBytes=4*i.length,this._process();for(var o=this._state,s=(i=this.cfg.outputLength/8)/8,c=[],l=0;l>>24)|4278255360&(u<<24|u>>>8),p=16711935&((p=p.low)<<8|p>>>24)|4278255360&(p<<24|p>>>8);c.push(p),c.push(u)}return new n.init(c,i)},clone:function(){for(var e=r.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}}),t.SHA3=r._createHelper(o),t.HmacSHA3=r._createHmacHelper(o)}(Math),i.SHA3)},function(e,t,n){var i;e.exports=(i=n(3), +/** @preserve + (c) 2012 by Cédric Mesnil. All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ +function(){var e=i,t=(r=e.lib).WordArray,n=r.Hasher,r=e.algo,a=t.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),o=t.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),s=t.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),c=t.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),l=t.create([0,1518500249,1859775393,2400959708,2840853838]),u=t.create([1352829926,1548603684,1836072691,2053994217,0]);r=r.RIPEMD160=n.extend({_doReset:function(){this._hash=t.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var i=t+n,r=e[i];e[i]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8)}var h,g,m,v,y,b,D=this._hash.words,k=l.words,I=u.words,S=a.words,C=o.words,x=s.words,w=c.words,A=h=D[0],N=g=D[1],O=m=D[2],B=v=D[3],E=y=D[4];for(n=0;n<80;n+=1)b=h+e[t+S[n]]|0,b+=n<16?(g^m^v)+k[0]:n<32?p(g,m,v)+k[1]:n<48?((g|~m)^v)+k[2]:n<64?d(g,m,v)+k[3]:(g^(m|~v))+k[4],b=(b=f(b|=0,x[n]))+y|0,h=y,y=v,v=f(m,10),m=g,g=b,b=A+e[t+C[n]]|0,b+=n<16?(N^(O|~B))+I[0]:n<32?d(N,O,B)+I[1]:n<48?((N|~O)^B)+I[2]:n<64?p(N,O,B)+I[3]:(N^O^B)+I[4],b=(b=f(b|=0,w[n]))+E|0,A=E,E=B,B=f(O,10),O=N,N=b;b=D[1]+m+B|0,D[1]=D[2]+v+E|0,D[2]=D[3]+y+A|0,D[3]=D[4]+h+N|0,D[4]=D[0]+g+O|0,D[0]=b},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,i=8*e.sigBytes;t[i>>>5]|=128<<24-i%32,t[14+(64+i>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),e.sigBytes=4*(t.length+1),this._process();for(var r=(t=this._hash).words,a=0;a<5;a++){var o=r[a];r[a]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}return t},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,n){return e&t|~e&n}function d(e,t,n){return e&n|t&~n}function f(e,t){return e<>>32-t}e.RIPEMD160=n._createHelper(r),e.HmacRIPEMD160=n._createHmacHelper(r)}(Math),i.RIPEMD160)},function(e,t,n){var i;e.exports=(i=n(3),n(13),n(14),function(){var e=i,t=(a=e.lib).Base,n=a.WordArray,r=e.algo,a=r.SHA1,o=r.HMAC,s=r.PBKDF2=t.extend({cfg:t.extend({keySize:4,hasher:a,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var i=this.cfg,r=o.create(i.hasher,e),a=n.create(),s=n.create([1]),c=a.words,l=s.words,u=i.keySize,p=i.iterations;c.length>24&255)?(n=e>>8&255,i=255&e,255==(t=e>>16&255)?(t=0,255===n?(n=0,255===i?i=0:++i):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=i):e+=1<<24,e}var n=e.Encryptor=e.extend({processBlock:function(e,n){var i=this._cipher,r=i.blockSize,a=this._iv,o=this._counter;a&&(o=this._counter=a.slice(0),this._iv=void 0),0===((a=o)[0]=t(a[0]))&&(a[1]=t(a[1]));var s=o.slice(0);i.encryptBlock(s,0);for(var c=0;c>>2]|=t<<24-n%4*8,e.sigBytes+=t},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923)},function(e,t,n){var i;e.exports=(i=n(3),n(4),i.pad.Iso10126={pad:function(e,t){t*=4,t-=e.sigBytes%t,e.concat(i.lib.WordArray.random(t-1)).concat(i.lib.WordArray.create([t<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},i.pad.Iso10126)},function(e,t,n){var i;e.exports=(i=n(3),n(4),i.pad.Iso97971={pad:function(e,t){e.concat(i.lib.WordArray.create([2147483648],1)),i.pad.ZeroPadding.pad(e,t)},unpad:function(e){i.pad.ZeroPadding.unpad(e),e.sigBytes--}},i.pad.Iso97971)},function(e,t,n){e.exports=(e=n(3),n(4),e.pad.ZeroPadding={pad:function(e,t){t*=4,e.clamp(),e.sigBytes+=t-(e.sigBytes%t||t)},unpad:function(e){for(var t=e.words,n=e.sigBytes-1;!(t[n>>>2]>>>24-n%4*8&255);)n--;e.sigBytes=n+1}},e.pad.ZeroPadding)},function(e,t,n){e.exports=(e=n(3),n(4),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding)},function(e,t,n){var i;e.exports=(i=n(3),n(4),function(){var e=i.lib.CipherParams,t=i.enc.Hex;i.format.Hex={stringify:function(e){return e.ciphertext.toString(t)},parse:function(n){return n=t.parse(n),e.create({ciphertext:n})}}}(),i.format.Hex)},function(e,t,n){var i;e.exports=(i=n(3),n(6),n(8),n(7),n(4),function(){var e=i,t=e.lib.BlockCipher,n=e.algo,r=[],a=[],o=[],s=[],c=[],l=[],u=[],p=[],d=[],f=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var n=0,i=0;for(t=0;t<256;t++){var h=(h=i^i<<1^i<<2^i<<3^i<<4)>>>8^255&h^99;r[n]=h;var g=e[a[h]=n],m=e[g],v=e[m],y=257*e[h]^16843008*h;o[n]=y<<24|y>>>8,s[n]=y<<16|y>>>16,c[n]=y<<8|y>>>24,l[n]=y,y=16843009*v^65537*m^257*g^16843008*n,u[h]=y<<24|y>>>8,p[h]=y<<16|y>>>16,d[h]=y<<8|y>>>24,f[h]=y,n?(n=g^e[e[e[v^g]]],i^=e[e[i]]):n=i=1}}();var h=[0,1,2,4,8,16,32,64,128,27,54];n=n.AES=t.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4,i=4*(1+(this._nRounds=6+n)),a=this._keySchedule=[],o=0;o>>24]<<24|r[l>>>16&255]<<16|r[l>>>8&255]<<8|r[255&l]):(l=r[(l=l<<8|l>>>24)>>>24]<<24|r[l>>>16&255]<<16|r[l>>>8&255]<<8|r[255&l],l^=h[o/n|0]<<24),a[o]=a[o-n]^l);for(var s=this._invKeySchedule=[],c=0;c>>24]]^p[r[l>>>16&255]]^d[r[l>>>8&255]]^f[r[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,o,s,c,l,r)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,u,p,d,f,a),n=e[t+1],e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,i,r,a,o,s){for(var c=this._nRounds,l=e[t]^n[0],u=e[t+1]^n[1],p=e[t+2]^n[2],d=e[t+3]^n[3],f=4,h=1;h>>24]^r[u>>>16&255]^a[p>>>8&255]^o[255&d]^n[f++],m=i[u>>>24]^r[p>>>16&255]^a[d>>>8&255]^o[255&l]^n[f++],v=i[p>>>24]^r[d>>>16&255]^a[l>>>8&255]^o[255&u]^n[f++],y=i[d>>>24]^r[l>>>16&255]^a[u>>>8&255]^o[255&p]^n[f++];l=g,u=m,p=v,d=y}g=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[p>>>8&255]<<8|s[255&d])^n[f++],m=(s[u>>>24]<<24|s[p>>>16&255]<<16|s[d>>>8&255]<<8|s[255&l])^n[f++],v=(s[p>>>24]<<24|s[d>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^n[f++],y=(s[d>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&p])^n[f++],e[t]=g,e[t+1]=m,e[t+2]=v,e[t+3]=y},keySize:8});e.AES=t._createHelper(n)}(),i.AES)},function(e,t,n){var i;e.exports=(i=n(3),n(6),n(8),n(7),n(4),function(){var e=i,t=(r=e.lib).WordArray,n=r.BlockCipher,r=e.algo,a=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],o=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],s=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],c=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],u=r.DES=n.extend({_doReset:function(){for(var e=this._key.words,t=[],n=0;n<56;n++){var i=a[n]-1;t[n]=e[i>>>5]>>>31-i%32&1}for(var r=this._subKeys=[],c=0;c<16;c++){var l=r[c]=[],u=s[c];for(n=0;n<24;n++)l[n/6|0]|=t[(o[n]-1+u)%28]<<31-n%6,l[4+(n/6|0)]|=t[28+(o[n+24]-1+u)%28]<<31-n%6;for(l[0]=l[0]<<1|l[0]>>>31,n=1;n<7;n++)l[n]=l[n]>>>4*(n-1)+3;l[7]=l[7]<<5|l[7]>>>27}var p=this._invSubKeys=[];for(n=0;n<16;n++)p[n]=r[15-n]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,n){this._lBlock=e[t],this._rBlock=e[t+1],p.call(this,4,252645135),p.call(this,16,65535),d.call(this,2,858993459),d.call(this,8,16711935),p.call(this,1,1431655765);for(var i=0;i<16;i++){for(var r=n[i],a=this._lBlock,o=this._rBlock,s=0,u=0;u<8;u++)s|=c[u][((o^r[u])&l[u])>>>0];this._lBlock=o,this._rBlock=a^s}var f=this._lBlock;this._lBlock=this._rBlock,this._rBlock=f,p.call(this,1,1431655765),d.call(this,8,16711935),d.call(this,2,858993459),p.call(this,16,65535),p.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function p(e,t){t=(this._lBlock>>>e^this._rBlock)&t,this._rBlock^=t,this._lBlock^=t<>>e^this._lBlock)&t,this._lBlock^=t,this._rBlock^=t<>>2]>>>24-o%4*8&255;a=(a+i[r]+o)%256,o=i[r];i[r]=i[a],i[a]=o}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=a.call(this)},keySize:8,ivSize:0});function a(){for(var e=this._S,t=this._i,n=this._j,i=0,r=0;r<4;r++){n=(n+e[t=(t+1)%256])%256;var a=e[t];e[t]=e[n],e[n]=a,i|=e[(e[t]+e[n])%256]<<24-8*r}return this._i=t,this._j=n,i}e.RC4=t._createHelper(r),n=n.RC4Drop=r.extend({cfg:r.cfg.extend({drop:192}),_doReset:function(){r._doReset.call(this);for(var e=this.cfg.drop;0>>24)|4278255360&(e[n]<<24|e[n]>>>8);var i=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],r=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(n=this._b=0;n<4;n++)s.call(this);for(n=0;n<8;n++)r[n]^=i[n+4&7];if(t){var a,o=(t=16711935&((o=(a=t.words)[0])<<8|o>>>24)|4278255360&(o<<24|o>>>8))>>>16|4294901760&(a=16711935&((c=a[1])<<8|c>>>24)|4278255360&(c<<24|c>>>8)),c=a<<16|65535&t;for(r[0]^=t,r[1]^=o,r[2]^=a,r[3]^=c,r[4]^=t,r[5]^=o,r[6]^=a,r[7]^=c,n=0;n<4;n++)s.call(this)}},_doProcessBlock:function(e,t){var n=this._X;s.call(this),r[0]=n[0]^n[5]>>>16^n[3]<<16,r[1]=n[2]^n[7]>>>16^n[5]<<16,r[2]=n[4]^n[1]>>>16^n[7]<<16,r[3]=n[6]^n[3]>>>16^n[1]<<16;for(var i=0;i<4;i++)r[i]=16711935&(r[i]<<8|r[i]>>>24)|4278255360&(r[i]<<24|r[i]>>>8),e[t+i]^=r[i]},blockSize:4,ivSize:2});function s(){for(var e=this._X,t=this._C,n=0;n<8;n++)a[n]=t[n];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0>>0?1:0)|0,this._b=t[7]>>>0>>0?1:0,n=0;n<8;n++){var i=65535&(s=e[n]+t[n]),r=((i*i>>>17)+i*(r=s>>>16)>>>15)+r*r,s=((4294901760&s)*s|0)+((65535&s)*s|0);o[n]=r^s}e[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,e[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,e[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,e[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,e[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,e[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,e[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,e[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}e.Rabbit=t._createHelper(n)}(),i.Rabbit)},function(e,t,n){var i;e.exports=(i=n(3),n(6),n(8),n(7),n(4),function(){var e=i,t=e.lib.StreamCipher,n=e.algo,r=[],a=[],o=[];n=n.RabbitLegacy=t.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],i=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]],r=this._b=0;r<4;r++)s.call(this);for(r=0;r<8;r++)i[r]^=n[r+4&7];if(t){var a,o=(t=16711935&((o=(a=t.words)[0])<<8|o>>>24)|4278255360&(o<<24|o>>>8))>>>16|4294901760&(a=16711935&((e=a[1])<<8|e>>>24)|4278255360&(e<<24|e>>>8));e=a<<16|65535&t;for(i[0]^=t,i[1]^=o,i[2]^=a,i[3]^=e,i[4]^=t,i[5]^=o,i[6]^=a,i[7]^=e,r=0;r<4;r++)s.call(this)}},_doProcessBlock:function(e,t){var n=this._X;s.call(this),r[0]=n[0]^n[5]>>>16^n[3]<<16,r[1]=n[2]^n[7]>>>16^n[5]<<16,r[2]=n[4]^n[1]>>>16^n[7]<<16,r[3]=n[6]^n[3]>>>16^n[1]<<16;for(var i=0;i<4;i++)r[i]=16711935&(r[i]<<8|r[i]>>>24)|4278255360&(r[i]<<24|r[i]>>>8),e[t+i]^=r[i]},blockSize:4,ivSize:2});function s(){for(var e=this._X,t=this._C,n=0;n<8;n++)a[n]=t[n];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0>>0?1:0)|0,this._b=t[7]>>>0>>0?1:0,n=0;n<8;n++){var i=65535&(s=e[n]+t[n]),r=((i*i>>>17)+i*(r=s>>>16)>>>15)+r*r,s=((4294901760&s)*s|0)+((65535&s)*s|0);o[n]=r^s}e[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,e[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,e[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,e[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,e[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,e[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,e[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,e[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}e.RabbitLegacy=t._createHelper(n)}(),i.RabbitLegacy)},function(e,t,n){(function(e){!function(){function t(e){return e===Object(e)}function n(e,t){if(s(e)){var n=e;if(n.forEach)n.forEach(t);else for(var i=0;i a {\n margin-left: 10px;\n}\n\n.tc-switch {\n border-left: 1px solid #262628;\n margin-bottom: 0 !important;\n}\n\n.tc-condition-block {\n margin-right: 10px;\n display: inline-block;\n}\n\n.tc-condition-block .tc-condition-input {\n border-radius: 0;\n}\n\n.tc-condition-block .tc-condition-minus {\n vertical-align: top;\n border-radius: 0 3px 3px 0;\n}\n\n.tc-condition-block .tc-condition-dropdown {\n display: inline-block;\n}\n\n.tc-condition-block> input {\n display: inline-block;\n margin-right: 0;\n}\n\n.tc-condition-block> label {\n display: inline-block;\n}\n\n.tc-condition-add {\n display: inline-block;\n vertical-align: top;\n}\n\n.tc-condition-add> label {\n border-radius: 3px;\n}","",{version:3,sources:["query_editor.css"],names:[],mappings:"AAAA;EACE,eAAe;EACf,kBAAkB;AACpB;;AAEA;EACE,gBAAgB;AAClB;;AAEA;EACE,kBAAkB;AACpB;;AAEA;EACE,kBAAkB;AACpB;;AAEA;EACE,iBAAiB;AACnB;;AAEA;EACE,8BAA8B;EAC9B,2BAA2B;AAC7B;;AAEA;EACE,kBAAkB;EAClB,qBAAqB;AACvB;;AAEA;EACE,gBAAgB;AAClB;;AAEA;EACE,mBAAmB;EACnB,0BAA0B;AAC5B;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,qBAAqB;EACrB,eAAe;AACjB;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,qBAAqB;EACrB,mBAAmB;AACrB;;AAEA;EACE,kBAAkB;AACpB",file:"query_editor.css",sourcesContent:[".tc-sub-params {\n margin-top: 4px;\n margin-left: 125px;\n}\n\n.tc-sub-params .gf-form-inline {\n min-height: 42px;\n}\n\n.tc-sub-params .gf-form-inline .gf-form-label {\n margin-bottom: 2px;\n}\n\n.tc-sub-params .tc-info-label {\n margin-bottom: 6px;\n}\n\n.tc-sub-params .tc-info-label> a {\n margin-left: 10px;\n}\n\n.tc-switch {\n border-left: 1px solid #262628;\n margin-bottom: 0 !important;\n}\n\n.tc-condition-block {\n margin-right: 10px;\n display: inline-block;\n}\n\n.tc-condition-block .tc-condition-input {\n border-radius: 0;\n}\n\n.tc-condition-block .tc-condition-minus {\n vertical-align: top;\n border-radius: 0 3px 3px 0;\n}\n\n.tc-condition-block .tc-condition-dropdown {\n display: inline-block;\n}\n\n.tc-condition-block> input {\n display: inline-block;\n margin-right: 0;\n}\n\n.tc-condition-block> label {\n display: inline-block;\n}\n\n.tc-condition-add {\n display: inline-block;\n vertical-align: top;\n}\n\n.tc-condition-add> label {\n border-radius: 3px;\n}"]}])},function(e,t,n){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",i=e[3];return i?t&&"function"==typeof btoa?(e=function(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}(i),t=i.sources.map((function(e){return"/*# sourceURL="+i.sourceRoot+e+" */"})),[n].concat(t).concat([e]).join("\n")):[n].join("\n"):n}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n})).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var i={},r=0;r=r)return n;r=V(r,2e3);var a=[];return i.forEach(r,(function(n){a.push(t.getInstances(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},q.prototype.isValidConfigField=function(e){return e&&0=a)return r;a=V(a,100);var o=[];return i.forEach(a,(function(i){o.push(n.getInstances(e,G(G({},i),t)))})),Promise.all(o).then((function(e){return i.forEach(e,(function(e){r=i.concat(r,e)})),console.log("result:",r),r})).catch((function(e){return r}))}))},K.prototype.getZones=function(e){var t=x(e,"cvm");return this.doRequest({url:this.url+t.path},t.service,{region:e,action:"DescribeZones"}).then((function(e){return i.filter(i.map(e.ZoneSet||[],(function(e){return{text:e.ZoneName,value:e.Zone,ZoneState:e.ZoneState,Zone:e.Zone}})),(function(e){return"AVAILABLE"===e.ZoneState}))}))},K.prototype.isValidConfigField=function(e){return e&&0=r)return n;r=V(r,50);var a=[];return i.forEach(r,(function(n){a.push(t.getInstances(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},W.prototype.getVpcId=function(e,t){void 0===t&&(t={}),(t=Object.assign({Offset:0,Limit:20},t)).Offset=String(t.Offset),t.Limit=String(t.Limit);var n=x(e,"vpc");return this.doRequest({url:this.url+n.path,data:t},n.service,{region:e,action:"DescribeVpcs"}).then((function(e){return i.map(e.VpcSet||[],(function(e){return{text:e.VpcId,value:e.VpcId}}))}))},W.prototype.getVpcIds=function(e){var t=this,n=[],r={Offset:0,Limit:100};r.Offset=String(r.Offset),r.Limit=String(r.Limit);var a=x(e,"vpc");return this.doRequest({url:this.url+a.path,data:r},a.service,{region:e,action:"DescribeVpcs"}).then((function(r){if(n=i.map(r.VpcSet||[],(function(e){return{text:e.VpcId,value:e.VpcId}})),r=r.TotalCount||0,n.length>=r)return n;r=V(r,100);var a=[];return i.forEach(r,(function(n){a.push(t.getVpcId(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},W.prototype.isValidConfigField=function(e){return e&&0=r)return n;r=V(r,100);var a=[];return i.forEach(r,(function(n){a.push(t.getInstances(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},ne.prototype.isValidConfigField=function(e){return e&&0=r)return n;r=V(r,100);var a=[];return i.forEach(r,(function(n){a.push(t.getInstances(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},le.prototype.isValidConfigField=function(e){return e&&0=r)return n;r=V(r,50);var a=[];return i.forEach(r,(function(n){a.push(t.getInstances(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},De.prototype.isValidConfigField=function(e){return e&&0=r)return n;r=V(r,100);var a=[];return i.forEach(r,(function(n){a.push(t.getInstances(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},Ae.prototype.isValidConfigField=function(e){return e&&0=r)return n;r=V(r,50);var a=[];return i.forEach(r,(function(n){a.push(t.getInstances(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},Fe.prototype.isValidConfigField=function(e){return e&&0=r)return n;r=V(r,50);var a=[];return i.forEach(r,(function(n){a.push(t.getInstances(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},Je.prototype.isValidConfigField=function(e){return e&&0=a)return r;a=V(a,100);var o=[];return i.forEach(a,(function(i){o.push(n.getInstances(e,et(et({},i),t)))})),Promise.all(o).then((function(e){return i.forEach(e,(function(e){r=i.concat(r,e)})),console.log("result:",r),r})).catch((function(e){return r}))}))},tt.prototype.getZones=function(e){var t=x(e,"cvm");return this.doRequest({url:this.url+t.path},t.service,{region:e,action:"DescribeZones"}).then((function(e){return i.filter(i.map(e.ZoneSet||[],(function(e){return{text:e.ZoneName,value:e.Zone,ZoneState:e.ZoneState,Zone:e.Zone}})),(function(e){return"AVAILABLE"===e.ZoneState}))}))},tt.prototype.isValidConfigField=function(e){return e&&0=a)return r;a=V(a,100);var o=[];return i.forEach(a,(function(i){o.push(n.getInstances(e,ct(ct({},i),t)))})),Promise.all(o).then((function(e){return i.forEach(e,(function(e){r=i.concat(r,e)})),console.log("result:",r),r})).catch((function(e){return r}))}))},lt.prototype.isValidConfigField=function(e){return e&&0=a)return r;a=V(a,100);var o=[];return i.forEach(a,(function(i){o.push(n.getInstances(e,ft(ft({},i),t)))})),Promise.all(o).then((function(e){return i.forEach(e,(function(e){r=i.concat(r,e)})),console.log("result:",r),r})).catch((function(e){return r}))}))},ht.prototype.isValidConfigField=function(e){return e&&0=a)return r;a=V(a,100);var o=[];return i.forEach(a,(function(i){o.push(n.getInstances(e,yt(yt({},i),t)))})),Promise.all(o).then((function(e){return i.forEach(e,(function(e){r=i.concat(r,e)})),console.log("result:",r),r})).catch((function(e){return r}))}))},bt.prototype.isValidConfigField=function(e){return e&&0=r)return n;r=V(r,100);var a=[];return i.forEach(r,(function(n){a.push(t.getInstances(e,n))})),Promise.all(a).then((function(e){return i.forEach(e,(function(e){n=i.concat(n,e)})),n})).catch((function(e){return n}))}))},St.prototype.isValidConfigField=function(e){return e&&0=a)return r;a=V(a,100);var o=[];return i.forEach(a,(function(i){o.push(n.getInstances(e,Nt(Nt({},i),t)))})),Promise.all(o).then((function(e){return i.forEach(e,(function(e){r=i.concat(r,e)})),console.log("result:",r),r})).catch((function(e){return r}))}))},Ot.prototype.getZones=function(e){var t=x(e,"cvm");return this.doRequest({url:this.url+t.path},t.service,{region:e,action:"DescribeZones"}).then((function(e){return i.filter(i.map(e.ZoneSet||[],(function(e){return{text:e.ZoneName,value:e.Zone,ZoneState:e.ZoneState,Zone:e.Zone}})),(function(e){return"AVAILABLE"===e.ZoneState}))}))},Ot.prototype.isValidConfigField=function(e){return e&&0=a)return r;a=V(a,100);var o=[];return i.forEach(a,(function(i){o.push(n.getInstances(e,Lt(Lt({},i),t)))})),Promise.all(o).then((function(e){return i.forEach(e,(function(e){r=i.concat(r,e)})),console.log("result:",r),r})).catch((function(e){return r}))}))},Vt.prototype.getZones=function(e){var t=x(e,"cvm");return this.doRequest({url:this.url+t.path},t.service,{region:e,action:"DescribeZones"}).then((function(e){return i.filter(i.map(e.ZoneSet||[],(function(e){return{text:e.ZoneName,value:e.Zone,ZoneState:e.ZoneState,Zone:e.Zone}})),(function(e){return"AVAILABLE"===e.ZoneState}))}))},Vt.prototype.isValidConfigField=function(e){return e&&0=a)return r;a=V(a,100);var o=[];return i.forEach(a,(function(i){o.push(n.getInstances(e,Ft(Ft({},i),t)))})),Promise.all(o).then((function(e){return i.forEach(e,(function(e){r=i.concat(r,e)})),console.log("result:",r),r})).catch((function(e){return r}))}))},Mt.prototype.getZones=function(e){var t=x(e,"cvm");return this.doRequest({url:this.url+t.path},t.service,{region:e,action:"DescribeZones"}).then((function(e){return i.filter(i.map(e.ZoneSet||[],(function(e){return{text:e.ZoneName,value:e.Zone,ZoneState:e.ZoneState,Zone:e.Zone}})),(function(e){return"AVAILABLE"===e.ZoneState}))}))},Mt.prototype.getConsumerGroups=function(e,t){var n=x(e,"ckafka");return this.doRequest({url:this.url+n.path,data:t},n.service,{region:e,action:"DescribeConsumerGroup"}).then((function(e){var t=(n=e.Result).TopicList,n=(e=(e=n.GroupList)||[],(n=n.PartitionListForMonitor)||[]);return{TopicList:(t=t||[]).map((function(e){return{text:e.TopicId,value:e.TopicId,TopicName:e.TopicName}})),GroupList:e.map((function(e){return{text:e.ConsumerGroupName,value:e.ConsumerGroupName}})),PartitionList:n.map((function(e){return{text:e.Partition,value:e.Partition}}))}}))},Mt.prototype.isValidConfigField=function(e){return e&&0\n\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n
\n
\n \n \n \n \n \n
\n
\n\n\n',controller:jt,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&"}}}));var zt=(Gt.$inject=["$scope","$rootScope"],Gt);function Gt(e,t){e.init=function(){e.CDBFieldsDescriptor=a},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(t){return"ZoneIds"!==t?[]:e.getZones()},e.getZones=function(){return e.region?e.datasource.getZones("cdb",e.region):[]},e.init()}Te.a.directive("cdbQuery",(function(){return{template:'\n
\n \n
\n
\n \n \n \n \n \n \n
\n
\n
\n',controller:zt,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&"}}}));var Kt=(Qt.$inject=["$scope","$rootScope"],Qt);function Qt(e,t){e.init=function(){e.PCXFieldsDescriptor=H},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(t){return"vpcId"!==t?[]:e.getVpcIds()},e.getVpcIds=function(){return e.region?e.datasource.getVpcIds("pcx",e.region):[]},e.init()}Te.a.directive("pcxQuery",(function(){return{template:'\n
\n \n
\n
\n \n \n \n \n \n \n \n
\n
\n\n
\n',controller:Kt,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",onChange:"&"}}}));var Ut=($t.$inject=["$scope","$rootScope"],$t);function $t(e,t){e.init=function(){e.NATGatewayFilterFieldsDescriptor=ee},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(e){return[]},e.init()}Te.a.directive("natGatewayQuery",(function(){return{template:'\n
\n\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n
\n
\n \n \n \n \n \n
\n
\n\n
\n',controller:Ut,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&"}}}));var Ht=(Jt.$inject=["$scope","$rootScope"],Jt);function Jt(e,t){e.init=function(){e.MONGODBFieldsDescriptor=re},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(e){return[]},e.init()}Te.a.directive("mongodbQuery",(function(){return{template:'\n
\n \n
\n
\n \n \n \n \n \n \n \n
\n
\n\n
\n',controller:Ht,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",onChange:"&"}}}));var Zt=(Wt.$inject=["$scope","$rootScope"],Wt);function Wt(e,t){e.init=function(){e.LBPUBLICFieldsDescriptor=pe},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(e){return[]},e.init()}Te.a.directive("lbPublicQuery",(function(){return{template:'\n
\n \n
\n
\n \n \n \n \n \n \n \n \n
\n
\n\n
\n',controller:Zt,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",onChange:"&"}}}));var Xt=(Yt.$inject=["$scope","$rootScope"],Yt);function Yt(e,t){e.init=function(){e.PostgresFieldsDescriptor=Ie},e.init()}Te.a.directive("postgresQuery",(function(){return{template:'\n
\n\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n
\n \n
\n
\n
\n
\n \n \n \n \n \n
\n
\n\n
\n',controller:Xt,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",onChange:"&"}}}));var en=(tn.$inject=["$scope","$rootScope"],tn);function tn(e,t){e.init=function(){e.LBPRIVATEFieldsDescriptor=Oe},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(e){return[]},e.init()}Te.a.directive("lbPrivateQuery",(function(){return{template:'\n
\n \n
\n
\n \n \n \n \n \n \n \n \n
\n
\n\n
\n',controller:en,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",onChange:"&"}}}));var nn=(rn.$inject=["$scope","$rootScope"],rn);function rn(e,t){e.init=function(){e.LOADBALANCEFieldsDescriptor=je},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(e){return[]},e.init()}Te.a.directive("loadBalanceQuery",(function(){return{template:'\n
\n \n
\n
\n \n \n \n \n \n \n \n \n
\n
\n\n
\n',controller:nn,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",onChange:"&"}}}));var an=(on.$inject=["$scope","$rootScope"],on);function on(e,t){var n=this;e.init=function(){e.SCFQueryDescriptor=We},e.getVersions=function(t){return function(e,t,n,i){return new(n=n||Promise)((function(r,a){function o(e){try{c(i.next(e))}catch(e){a(e)}}function s(e){try{c(i.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?r(e.value):((t=e.value)instanceof n?t:new n((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))}(n,void 0,void 0,(function(){var n,i,r;return function(e,t){var n,i,r,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o={next:s(0),throw:s(1),return:s(2)};return"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,i&&(r=2&o[0]?i.return:o[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,(o=r?[2&o[0],r.value]:o)[0]){case 0:case 1:r=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,i=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!(r=0<(r=a.trys).length&&r[r.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]\n\n
\n \n
\n
\n \n \n \n \n \n \n
\n
\n
\n\n\x3c!-- version部分 --\x3e\n
\n
\n \n
\n \n \n
\n
\n
\n\n \n',controller:an,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&",onRefresh:"&"}}}));var sn=(cn.$inject=["$scope","$rootScope"],cn);function cn(e,t){e.init=function(){e.BWPFilterFieldsDescriptor=it},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(t){return"zone"!==t?[]:e.getZones()},e.getZones=function(){return e.region?e.datasource.getZones("cvm",e.region):[]},e.init()}Te.a.directive("bwpQuery",(function(){return{template:'\n
\n\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n
\n
\n \n \n \n \n \n
\n
\n\n
\n',controller:sn,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&"}}}));var ln=(un.$inject=["$scope","$rootScope"],un);function un(e,t){e.init=function(){e.LBFilterDescriptor=Ct},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(t){return"zone"!==t?[]:e.getZones()},e.getZones=function(){return e.region?e.datasource.getZones("cvm",e.region):[]},e.init()}Te.a.directive("lbQuery",(function(){return{template:'\n
\n\n\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n\n\x3c!--Filters部分--\x3e\n
\n
\n \n \n \n \n \n
\n
\n\n
\n',controller:ln,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&"}}}));var pn=(dn.$inject=["$scope","$rootScope"],dn);function dn(e,t){var n=this;e.init=function(){e.CFSQueryDescriptor=Bt},e.getVersions=function(t){return function(e,t,n,i){return new(n=n||Promise)((function(r,a){function o(e){try{c(i.next(e))}catch(e){a(e)}}function s(e){try{c(i.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?r(e.value):((t=e.value)instanceof n?t:new n((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))}(n,void 0,void 0,(function(){var n,i,r;return function(e,t){var n,i,r,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o={next:s(0),throw:s(1),return:s(2)};return"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,i&&(r=2&o[0]?i.return:o[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,(o=r?[2&o[0],r.value]:o)[0]){case 0:case 1:r=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,i=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!(r=0<(r=a.trys).length&&r[r.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]\n
\n \n
\n
\n \n \n \n \n \n \n
\n
\n
\n \n',controller:pn,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&"}}}));var fn=[{label:"TopicId",field:"topicId"},{label:"ConsumerGroup",field:"consumerGroup"},{label:"Partition",field:"partition"}],hn=(gn.$inject=["$scope","$rootScope"],gn);function gn(e,t){var n=this;e.init=function(){e.CKAFKAQueryDescriptor=qt},e.getDropdown=function(e){return[]},e.consumerGroupCacheMap={},e.getExtraFields=function(){return fn.filter((function(t){return t.field in(null!==(t=e.dims)&&void 0!==t?t:{})}))},e.getInstanceId=function(){var t=e.target.instance;return t?JSON.parse(t).InstanceId:""},e.onExtraFieldChange=function(t){if("topicId"===t){var n=(t=e.target).topicId;t=t.instance;if(!n||!t)return;t=e.getInstanceId(),t=e.consumerGroupCacheMap[t],console.log("当前的TopicName,",t.TopicList.find((function(e){return e.value=n}))),e.target.topicName=null===(t=t.TopicList.find((function(e){return e.value=n})))||void 0===t?void 0:t.TopicName}e.onRefresh()},e.getExtraDropdown=function(t,i){return function(e,t,n,i){return new(n=n||Promise)((function(r,a){function o(e){try{c(i.next(e))}catch(e){a(e)}}function s(e){try{c(i.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?r(e.value):((t=e.value)instanceof n?t:new n((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))}(n,void 0,void 0,(function(){var n,r;return function(e,t){var n,i,r,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},o={next:s(0),throw:s(1),return:s(2)};return"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,i&&(r=2&o[0]?i.return:o[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,(o=r?[2&o[0],r.value]:o)[0]){case 0:case 1:r=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,i=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!(r=0<(r=a.trys).length&&r[r.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]\n
\n \n
\n
\n \n \n \n \n \n \n
\n
\n
\n\n\x3c!-- 主题,消费分组,分区 --\x3e\n
\n
\n
\n \n
\n \n \n
\n
\n
\n\n\n\n
\n\n \n',controller:hn,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&",onRefresh:"&",dims:"="}}}));var mn=(vn.$inject=["$scope","$rootScope"],vn);function vn(e,t){e.init=function(){e.CDNFilterFieldsDescriptor=ut},e.init()}Te.a.directive("cdnQuery",(function(){return{template:'\n
\n\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n\n\n\n\n
\n\n
\n',controller:mn,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&"}}}));var yn=(bn.$inject=["$scope","$rootScope"],bn);function bn(e,t){e.init=function(){e.OVCDNFilterFieldsDescriptor=gt},e.init()}Te.a.directive("ovCdnQuery",(function(){return{template:'\n
\n\n
\n
\n \n \n
\n
\n
\n
\n \n \n
\n
\n
\n\n\n\n\n
\n\n
\n',controller:yn,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",getDropdownOptions:"&",onChange:"&"}}}));var Dn=(kn.$inject=["$scope","$rootScope"],kn);function kn(e,t){e.init=function(){e.RedisFieldsDescriptor=Dt},e.onChecked=function(t,n){!0===e.target.queries[t]&&(e.target.queries[n]=!1),e.onChange()},e.getDropdown=function(e){return[]},e.init()}Te.a.directive("redisQuery",(function(){return{template:'\n
\n \n
\n
\n \n \n \n \n \n \n \n
\n
\n\n
\n',controller:Dn,restrict:"E",scope:{target:"=",showDetail:"=",region:"=",datasource:"=",onChange:"&"}}}));var In=function(){return(In=Object.assign||function(e){for(var t,n=1,i=arguments.length;n\n
\n \n \n
\n
\n \n
\n\n\n
\n
\n \n \n
\n
\n \n
\n
\n\n
\n \n \n
\n\n
\n
\n
\n \n \n
\n \n
\n
\n \n
\n
\n\n\x3c!--
\n \n \n
--\x3e\n',controller:qn,restrict:"E",scope:{type:"=",value:"=",maxCond:"=?",placeholder:"=?",options:"=?",maxNum:"=?",minNum:"=?",multiple:"=?",onChange:"&",getOptions:"&"}}})),_n.prototype.show=function(){var e=this;this.oldVariableText=i.get(this.value,"text",""),this.highlightIndex=-1,this.selectOptions=i.cloneDeep(this.options),i.map(this.selectOptions,(function(t){var n=i.get(e.value,"value");n?i.isArray(n)?t.selected=-1!==i.indexOf(n,t.value):t.selected=n===t.value:t.selected=!1})),this.selectedValues=i.filter(this.selectOptions,{selected:!0}),this.search={query:"",options:this.selectOptions.slice(0,Math.min(this.selectOptions.length,1e3))},this.dropdownVisible=!0},_n.prototype.updateLinkText=function(){this.linkText=i.get(this.value,"text","")},_n.prototype.clearSelections=function(){i.each(this.selectOptions,(function(e){e.selected=!1})),this.selectionsChanged(!1)},_n.prototype.keyDown=function(e){27===e.keyCode&&this.hide(),40===e.keyCode&&this.moveHighlight(1),38===e.keyCode&&this.moveHighlight(-1),13===e.keyCode&&(0===this.search.options.length?this.commitChanges():this.selectValue(this.search.options[this.highlightIndex],{},!0,!1)),32===e.keyCode&&this.selectValue(this.search.options[this.highlightIndex],{},!1,!1)},_n.prototype.moveHighlight=function(e){this.highlightIndex=(this.highlightIndex+e)%this.search.options.length},_n.prototype.selectValue=function(e,t,n,r){var a,o=this;e&&(e.selected=!this.multiple||!e.selected,r=r||!1,a=function(t){i.each(o.selectOptions,(function(n){e!==n&&(n.selected=t)}))},(n=n||!1)&&(e.selected=!0),!r&&this.multiple?(t.ctrlKey||t.metaKey||t.shiftKey)&&a(!(n=!0)):(a(!1),n=!0),this.selectionsChanged(n))},_n.prototype.selectionsChanged=function(e){this.selectedValues=i.filter(this.selectOptions,{selected:!0}),this.value.value=i.map(this.selectedValues,"value"),this.value.text=i.map(this.selectedValues,"text").join(" + "),this.multiple||(this.value.value=i.get(this.selectedValues,"0.value","")),e&&this.commitChanges()},_n.prototype.commitChanges=function(){this.dropdownVisible=!1,this.updateLinkText(),this.value.text!==this.oldVariableText&&this.onChange({value:this.value})},_n.prototype.queryChanged=function(){var e=this;this.highlightIndex=-1,this.search.options=i.filter(this.selectOptions,(function(t){return-1!==t.text.toLowerCase().indexOf(e.search.query.toLowerCase())})),this.search.options=this.search.options.slice(0,Math.min(this.search.options.length,1e3))},_n.prototype.init=function(){i.isEmpty(this.value)&&(this.value={text:"",value:this.multiple?[]:""}),this.updateLinkText()},Ee=_n;function Fn(e,t,n,i){return{restrict:"E",scope:{options:"=",multiple:"=",value:"=",onChange:"&"},template:'\n\n',controller:"CustomSelectDropdownCtrl",controllerAs:"vm",bindToController:!0,link:function(e,i){var r=Vn.a.element(t.document.body),a=i.find(".variable-value-link"),o=i.find("input");function s(t){0===i.has(t.target).length&&e.$apply((function(){e.vm.commitChanges()}))}e.$watch("vm.dropdownVisible",(function(e){e?(o.css("width",Math.max(a.width(),136)+"px"),o.show(),a.hide(),o.focus(),n((function(){r.on("click",s)}),0,!1)):(o.hide(),a.show(),r.off("click",s))})),e.vm.init()}}}Te.a.controller("CustomSelectDropdownCtrl",Ee),Te.a.directive("customSelectDropdown",Fn),n(50);Mn=function(e,t){return(Mn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},n=function(e,t){function n(){this.constructor=e}Mn(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)};var Mn,jn,Tn=function(){return(Tn=Object.assign||function(e){for(var t,n=1,i=arguments.length;n>> 2] >>> (24 - (i % 4) * 8)) & 0xff;\n\t thisWords[(thisSigBytes + i) >>> 2] |= thatByte << (24 - ((thisSigBytes + i) % 4) * 8);\n\t }\n\t } else {\n\t // Copy one word at a time\n\t for (var i = 0; i < thatSigBytes; i += 4) {\n\t thisWords[(thisSigBytes + i) >>> 2] = thatWords[i >>> 2];\n\t }\n\t }\n\t this.sigBytes += thatSigBytes;\n\n\t // Chainable\n\t return this;\n\t },\n\n\t /**\n\t * Removes insignificant bits.\n\t *\n\t * @example\n\t *\n\t * wordArray.clamp();\n\t */\n\t clamp: function () {\n\t // Shortcuts\n\t var words = this.words;\n\t var sigBytes = this.sigBytes;\n\n\t // Clamp\n\t words[sigBytes >>> 2] &= 0xffffffff << (32 - (sigBytes % 4) * 8);\n\t words.length = Math.ceil(sigBytes / 4);\n\t },\n\n\t /**\n\t * Creates a copy of this word array.\n\t *\n\t * @return {WordArray} The clone.\n\t *\n\t * @example\n\t *\n\t * var clone = wordArray.clone();\n\t */\n\t clone: function () {\n\t var clone = Base.clone.call(this);\n\t clone.words = this.words.slice(0);\n\n\t return clone;\n\t },\n\n\t /**\n\t * Creates a word array filled with random bytes.\n\t *\n\t * @param {number} nBytes The number of random bytes to generate.\n\t *\n\t * @return {WordArray} The random word array.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var wordArray = CryptoJS.lib.WordArray.random(16);\n\t */\n\t random: function (nBytes) {\n\t var words = [];\n\n\t var r = (function (m_w) {\n\t var m_w = m_w;\n\t var m_z = 0x3ade68b1;\n\t var mask = 0xffffffff;\n\n\t return function () {\n\t m_z = (0x9069 * (m_z & 0xFFFF) + (m_z >> 0x10)) & mask;\n\t m_w = (0x4650 * (m_w & 0xFFFF) + (m_w >> 0x10)) & mask;\n\t var result = ((m_z << 0x10) + m_w) & mask;\n\t result /= 0x100000000;\n\t result += 0.5;\n\t return result * (Math.random() > .5 ? 1 : -1);\n\t }\n\t });\n\n\t for (var i = 0, rcache; i < nBytes; i += 4) {\n\t var _r = r((rcache || Math.random()) * 0x100000000);\n\n\t rcache = _r() * 0x3ade67b7;\n\t words.push((_r() * 0x100000000) | 0);\n\t }\n\n\t return new WordArray.init(words, nBytes);\n\t }\n\t });\n\n\t /**\n\t * Encoder namespace.\n\t */\n\t var C_enc = C.enc = {};\n\n\t /**\n\t * Hex encoding strategy.\n\t */\n\t var Hex = C_enc.Hex = {\n\t /**\n\t * Converts a word array to a hex string.\n\t *\n\t * @param {WordArray} wordArray The word array.\n\t *\n\t * @return {string} The hex string.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hexString = CryptoJS.enc.Hex.stringify(wordArray);\n\t */\n\t stringify: function (wordArray) {\n\t // Shortcuts\n\t var words = wordArray.words;\n\t var sigBytes = wordArray.sigBytes;\n\n\t // Convert\n\t var hexChars = [];\n\t for (var i = 0; i < sigBytes; i++) {\n\t var bite = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff;\n\t hexChars.push((bite >>> 4).toString(16));\n\t hexChars.push((bite & 0x0f).toString(16));\n\t }\n\n\t return hexChars.join('');\n\t },\n\n\t /**\n\t * Converts a hex string to a word array.\n\t *\n\t * @param {string} hexStr The hex string.\n\t *\n\t * @return {WordArray} The word array.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var wordArray = CryptoJS.enc.Hex.parse(hexString);\n\t */\n\t parse: function (hexStr) {\n\t // Shortcut\n\t var hexStrLength = hexStr.length;\n\n\t // Convert\n\t var words = [];\n\t for (var i = 0; i < hexStrLength; i += 2) {\n\t words[i >>> 3] |= parseInt(hexStr.substr(i, 2), 16) << (24 - (i % 8) * 4);\n\t }\n\n\t return new WordArray.init(words, hexStrLength / 2);\n\t }\n\t };\n\n\t /**\n\t * Latin1 encoding strategy.\n\t */\n\t var Latin1 = C_enc.Latin1 = {\n\t /**\n\t * Converts a word array to a Latin1 string.\n\t *\n\t * @param {WordArray} wordArray The word array.\n\t *\n\t * @return {string} The Latin1 string.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var latin1String = CryptoJS.enc.Latin1.stringify(wordArray);\n\t */\n\t stringify: function (wordArray) {\n\t // Shortcuts\n\t var words = wordArray.words;\n\t var sigBytes = wordArray.sigBytes;\n\n\t // Convert\n\t var latin1Chars = [];\n\t for (var i = 0; i < sigBytes; i++) {\n\t var bite = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff;\n\t latin1Chars.push(String.fromCharCode(bite));\n\t }\n\n\t return latin1Chars.join('');\n\t },\n\n\t /**\n\t * Converts a Latin1 string to a word array.\n\t *\n\t * @param {string} latin1Str The Latin1 string.\n\t *\n\t * @return {WordArray} The word array.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var wordArray = CryptoJS.enc.Latin1.parse(latin1String);\n\t */\n\t parse: function (latin1Str) {\n\t // Shortcut\n\t var latin1StrLength = latin1Str.length;\n\n\t // Convert\n\t var words = [];\n\t for (var i = 0; i < latin1StrLength; i++) {\n\t words[i >>> 2] |= (latin1Str.charCodeAt(i) & 0xff) << (24 - (i % 4) * 8);\n\t }\n\n\t return new WordArray.init(words, latin1StrLength);\n\t }\n\t };\n\n\t /**\n\t * UTF-8 encoding strategy.\n\t */\n\t var Utf8 = C_enc.Utf8 = {\n\t /**\n\t * Converts a word array to a UTF-8 string.\n\t *\n\t * @param {WordArray} wordArray The word array.\n\t *\n\t * @return {string} The UTF-8 string.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var utf8String = CryptoJS.enc.Utf8.stringify(wordArray);\n\t */\n\t stringify: function (wordArray) {\n\t try {\n\t return decodeURIComponent(escape(Latin1.stringify(wordArray)));\n\t } catch (e) {\n\t throw new Error('Malformed UTF-8 data');\n\t }\n\t },\n\n\t /**\n\t * Converts a UTF-8 string to a word array.\n\t *\n\t * @param {string} utf8Str The UTF-8 string.\n\t *\n\t * @return {WordArray} The word array.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var wordArray = CryptoJS.enc.Utf8.parse(utf8String);\n\t */\n\t parse: function (utf8Str) {\n\t return Latin1.parse(unescape(encodeURIComponent(utf8Str)));\n\t }\n\t };\n\n\t /**\n\t * Abstract buffered block algorithm template.\n\t *\n\t * The property blockSize must be implemented in a concrete subtype.\n\t *\n\t * @property {number} _minBufferSize The number of blocks that should be kept unprocessed in the buffer. Default: 0\n\t */\n\t var BufferedBlockAlgorithm = C_lib.BufferedBlockAlgorithm = Base.extend({\n\t /**\n\t * Resets this block algorithm's data buffer to its initial state.\n\t *\n\t * @example\n\t *\n\t * bufferedBlockAlgorithm.reset();\n\t */\n\t reset: function () {\n\t // Initial values\n\t this._data = new WordArray.init();\n\t this._nDataBytes = 0;\n\t },\n\n\t /**\n\t * Adds new data to this block algorithm's buffer.\n\t *\n\t * @param {WordArray|string} data The data to append. Strings are converted to a WordArray using UTF-8.\n\t *\n\t * @example\n\t *\n\t * bufferedBlockAlgorithm._append('data');\n\t * bufferedBlockAlgorithm._append(wordArray);\n\t */\n\t _append: function (data) {\n\t // Convert string to WordArray, else assume WordArray already\n\t if (typeof data == 'string') {\n\t data = Utf8.parse(data);\n\t }\n\n\t // Append\n\t this._data.concat(data);\n\t this._nDataBytes += data.sigBytes;\n\t },\n\n\t /**\n\t * Processes available data blocks.\n\t *\n\t * This method invokes _doProcessBlock(offset), which must be implemented by a concrete subtype.\n\t *\n\t * @param {boolean} doFlush Whether all blocks and partial blocks should be processed.\n\t *\n\t * @return {WordArray} The processed data.\n\t *\n\t * @example\n\t *\n\t * var processedData = bufferedBlockAlgorithm._process();\n\t * var processedData = bufferedBlockAlgorithm._process(!!'flush');\n\t */\n\t _process: function (doFlush) {\n\t // Shortcuts\n\t var data = this._data;\n\t var dataWords = data.words;\n\t var dataSigBytes = data.sigBytes;\n\t var blockSize = this.blockSize;\n\t var blockSizeBytes = blockSize * 4;\n\n\t // Count blocks ready\n\t var nBlocksReady = dataSigBytes / blockSizeBytes;\n\t if (doFlush) {\n\t // Round up to include partial blocks\n\t nBlocksReady = Math.ceil(nBlocksReady);\n\t } else {\n\t // Round down to include only full blocks,\n\t // less the number of blocks that must remain in the buffer\n\t nBlocksReady = Math.max((nBlocksReady | 0) - this._minBufferSize, 0);\n\t }\n\n\t // Count words ready\n\t var nWordsReady = nBlocksReady * blockSize;\n\n\t // Count bytes ready\n\t var nBytesReady = Math.min(nWordsReady * 4, dataSigBytes);\n\n\t // Process blocks\n\t if (nWordsReady) {\n\t for (var offset = 0; offset < nWordsReady; offset += blockSize) {\n\t // Perform concrete-algorithm logic\n\t this._doProcessBlock(dataWords, offset);\n\t }\n\n\t // Remove processed words\n\t var processedWords = dataWords.splice(0, nWordsReady);\n\t data.sigBytes -= nBytesReady;\n\t }\n\n\t // Return processed words\n\t return new WordArray.init(processedWords, nBytesReady);\n\t },\n\n\t /**\n\t * Creates a copy of this object.\n\t *\n\t * @return {Object} The clone.\n\t *\n\t * @example\n\t *\n\t * var clone = bufferedBlockAlgorithm.clone();\n\t */\n\t clone: function () {\n\t var clone = Base.clone.call(this);\n\t clone._data = this._data.clone();\n\n\t return clone;\n\t },\n\n\t _minBufferSize: 0\n\t });\n\n\t /**\n\t * Abstract hasher template.\n\t *\n\t * @property {number} blockSize The number of 32-bit words this hasher operates on. Default: 16 (512 bits)\n\t */\n\t var Hasher = C_lib.Hasher = BufferedBlockAlgorithm.extend({\n\t /**\n\t * Configuration options.\n\t */\n\t cfg: Base.extend(),\n\n\t /**\n\t * Initializes a newly created hasher.\n\t *\n\t * @param {Object} cfg (Optional) The configuration options to use for this hash computation.\n\t *\n\t * @example\n\t *\n\t * var hasher = CryptoJS.algo.SHA256.create();\n\t */\n\t init: function (cfg) {\n\t // Apply config defaults\n\t this.cfg = this.cfg.extend(cfg);\n\n\t // Set initial values\n\t this.reset();\n\t },\n\n\t /**\n\t * Resets this hasher to its initial state.\n\t *\n\t * @example\n\t *\n\t * hasher.reset();\n\t */\n\t reset: function () {\n\t // Reset data buffer\n\t BufferedBlockAlgorithm.reset.call(this);\n\n\t // Perform concrete-hasher logic\n\t this._doReset();\n\t },\n\n\t /**\n\t * Updates this hasher with a message.\n\t *\n\t * @param {WordArray|string} messageUpdate The message to append.\n\t *\n\t * @return {Hasher} This hasher.\n\t *\n\t * @example\n\t *\n\t * hasher.update('message');\n\t * hasher.update(wordArray);\n\t */\n\t update: function (messageUpdate) {\n\t // Append\n\t this._append(messageUpdate);\n\n\t // Update the hash\n\t this._process();\n\n\t // Chainable\n\t return this;\n\t },\n\n\t /**\n\t * Finalizes the hash computation.\n\t * Note that the finalize operation is effectively a destructive, read-once operation.\n\t *\n\t * @param {WordArray|string} messageUpdate (Optional) A final message update.\n\t *\n\t * @return {WordArray} The hash.\n\t *\n\t * @example\n\t *\n\t * var hash = hasher.finalize();\n\t * var hash = hasher.finalize('message');\n\t * var hash = hasher.finalize(wordArray);\n\t */\n\t finalize: function (messageUpdate) {\n\t // Final message update\n\t if (messageUpdate) {\n\t this._append(messageUpdate);\n\t }\n\n\t // Perform concrete-hasher logic\n\t var hash = this._doFinalize();\n\n\t return hash;\n\t },\n\n\t blockSize: 512/32,\n\n\t /**\n\t * Creates a shortcut function to a hasher's object interface.\n\t *\n\t * @param {Hasher} hasher The hasher to create a helper for.\n\t *\n\t * @return {Function} The shortcut function.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var SHA256 = CryptoJS.lib.Hasher._createHelper(CryptoJS.algo.SHA256);\n\t */\n\t _createHelper: function (hasher) {\n\t return function (message, cfg) {\n\t return new hasher.init(cfg).finalize(message);\n\t };\n\t },\n\n\t /**\n\t * Creates a shortcut function to the HMAC's object interface.\n\t *\n\t * @param {Hasher} hasher The hasher to use in this HMAC helper.\n\t *\n\t * @return {Function} The shortcut function.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var HmacSHA256 = CryptoJS.lib.Hasher._createHmacHelper(CryptoJS.algo.SHA256);\n\t */\n\t _createHmacHelper: function (hasher) {\n\t return function (message, key) {\n\t return new C_algo.HMAC.init(hasher, key).finalize(message);\n\t };\n\t }\n\t });\n\n\t /**\n\t * Algorithm namespace.\n\t */\n\t var C_algo = C.algo = {};\n\n\t return C;\n\t}(Math));\n\n\n\treturn CryptoJS;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./evpkdf\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./evpkdf\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * Cipher core components.\n\t */\n\tCryptoJS.lib.Cipher || (function (undefined) {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var Base = C_lib.Base;\n\t var WordArray = C_lib.WordArray;\n\t var BufferedBlockAlgorithm = C_lib.BufferedBlockAlgorithm;\n\t var C_enc = C.enc;\n\t var Utf8 = C_enc.Utf8;\n\t var Base64 = C_enc.Base64;\n\t var C_algo = C.algo;\n\t var EvpKDF = C_algo.EvpKDF;\n\n\t /**\n\t * Abstract base cipher template.\n\t *\n\t * @property {number} keySize This cipher's key size. Default: 4 (128 bits)\n\t * @property {number} ivSize This cipher's IV size. Default: 4 (128 bits)\n\t * @property {number} _ENC_XFORM_MODE A constant representing encryption mode.\n\t * @property {number} _DEC_XFORM_MODE A constant representing decryption mode.\n\t */\n\t var Cipher = C_lib.Cipher = BufferedBlockAlgorithm.extend({\n\t /**\n\t * Configuration options.\n\t *\n\t * @property {WordArray} iv The IV to use for this operation.\n\t */\n\t cfg: Base.extend(),\n\n\t /**\n\t * Creates this cipher in encryption mode.\n\t *\n\t * @param {WordArray} key The key.\n\t * @param {Object} cfg (Optional) The configuration options to use for this operation.\n\t *\n\t * @return {Cipher} A cipher instance.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var cipher = CryptoJS.algo.AES.createEncryptor(keyWordArray, { iv: ivWordArray });\n\t */\n\t createEncryptor: function (key, cfg) {\n\t return this.create(this._ENC_XFORM_MODE, key, cfg);\n\t },\n\n\t /**\n\t * Creates this cipher in decryption mode.\n\t *\n\t * @param {WordArray} key The key.\n\t * @param {Object} cfg (Optional) The configuration options to use for this operation.\n\t *\n\t * @return {Cipher} A cipher instance.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var cipher = CryptoJS.algo.AES.createDecryptor(keyWordArray, { iv: ivWordArray });\n\t */\n\t createDecryptor: function (key, cfg) {\n\t return this.create(this._DEC_XFORM_MODE, key, cfg);\n\t },\n\n\t /**\n\t * Initializes a newly created cipher.\n\t *\n\t * @param {number} xformMode Either the encryption or decryption transormation mode constant.\n\t * @param {WordArray} key The key.\n\t * @param {Object} cfg (Optional) The configuration options to use for this operation.\n\t *\n\t * @example\n\t *\n\t * var cipher = CryptoJS.algo.AES.create(CryptoJS.algo.AES._ENC_XFORM_MODE, keyWordArray, { iv: ivWordArray });\n\t */\n\t init: function (xformMode, key, cfg) {\n\t // Apply config defaults\n\t this.cfg = this.cfg.extend(cfg);\n\n\t // Store transform mode and key\n\t this._xformMode = xformMode;\n\t this._key = key;\n\n\t // Set initial values\n\t this.reset();\n\t },\n\n\t /**\n\t * Resets this cipher to its initial state.\n\t *\n\t * @example\n\t *\n\t * cipher.reset();\n\t */\n\t reset: function () {\n\t // Reset data buffer\n\t BufferedBlockAlgorithm.reset.call(this);\n\n\t // Perform concrete-cipher logic\n\t this._doReset();\n\t },\n\n\t /**\n\t * Adds data to be encrypted or decrypted.\n\t *\n\t * @param {WordArray|string} dataUpdate The data to encrypt or decrypt.\n\t *\n\t * @return {WordArray} The data after processing.\n\t *\n\t * @example\n\t *\n\t * var encrypted = cipher.process('data');\n\t * var encrypted = cipher.process(wordArray);\n\t */\n\t process: function (dataUpdate) {\n\t // Append\n\t this._append(dataUpdate);\n\n\t // Process available blocks\n\t return this._process();\n\t },\n\n\t /**\n\t * Finalizes the encryption or decryption process.\n\t * Note that the finalize operation is effectively a destructive, read-once operation.\n\t *\n\t * @param {WordArray|string} dataUpdate The final data to encrypt or decrypt.\n\t *\n\t * @return {WordArray} The data after final processing.\n\t *\n\t * @example\n\t *\n\t * var encrypted = cipher.finalize();\n\t * var encrypted = cipher.finalize('data');\n\t * var encrypted = cipher.finalize(wordArray);\n\t */\n\t finalize: function (dataUpdate) {\n\t // Final data update\n\t if (dataUpdate) {\n\t this._append(dataUpdate);\n\t }\n\n\t // Perform concrete-cipher logic\n\t var finalProcessedData = this._doFinalize();\n\n\t return finalProcessedData;\n\t },\n\n\t keySize: 128/32,\n\n\t ivSize: 128/32,\n\n\t _ENC_XFORM_MODE: 1,\n\n\t _DEC_XFORM_MODE: 2,\n\n\t /**\n\t * Creates shortcut functions to a cipher's object interface.\n\t *\n\t * @param {Cipher} cipher The cipher to create a helper for.\n\t *\n\t * @return {Object} An object with encrypt and decrypt shortcut functions.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES);\n\t */\n\t _createHelper: (function () {\n\t function selectCipherStrategy(key) {\n\t if (typeof key == 'string') {\n\t return PasswordBasedCipher;\n\t } else {\n\t return SerializableCipher;\n\t }\n\t }\n\n\t return function (cipher) {\n\t return {\n\t encrypt: function (message, key, cfg) {\n\t return selectCipherStrategy(key).encrypt(cipher, message, key, cfg);\n\t },\n\n\t decrypt: function (ciphertext, key, cfg) {\n\t return selectCipherStrategy(key).decrypt(cipher, ciphertext, key, cfg);\n\t }\n\t };\n\t };\n\t }())\n\t });\n\n\t /**\n\t * Abstract base stream cipher template.\n\t *\n\t * @property {number} blockSize The number of 32-bit words this cipher operates on. Default: 1 (32 bits)\n\t */\n\t var StreamCipher = C_lib.StreamCipher = Cipher.extend({\n\t _doFinalize: function () {\n\t // Process partial blocks\n\t var finalProcessedBlocks = this._process(!!'flush');\n\n\t return finalProcessedBlocks;\n\t },\n\n\t blockSize: 1\n\t });\n\n\t /**\n\t * Mode namespace.\n\t */\n\t var C_mode = C.mode = {};\n\n\t /**\n\t * Abstract base block cipher mode template.\n\t */\n\t var BlockCipherMode = C_lib.BlockCipherMode = Base.extend({\n\t /**\n\t * Creates this mode for encryption.\n\t *\n\t * @param {Cipher} cipher A block cipher instance.\n\t * @param {Array} iv The IV words.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var mode = CryptoJS.mode.CBC.createEncryptor(cipher, iv.words);\n\t */\n\t createEncryptor: function (cipher, iv) {\n\t return this.Encryptor.create(cipher, iv);\n\t },\n\n\t /**\n\t * Creates this mode for decryption.\n\t *\n\t * @param {Cipher} cipher A block cipher instance.\n\t * @param {Array} iv The IV words.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var mode = CryptoJS.mode.CBC.createDecryptor(cipher, iv.words);\n\t */\n\t createDecryptor: function (cipher, iv) {\n\t return this.Decryptor.create(cipher, iv);\n\t },\n\n\t /**\n\t * Initializes a newly created mode.\n\t *\n\t * @param {Cipher} cipher A block cipher instance.\n\t * @param {Array} iv The IV words.\n\t *\n\t * @example\n\t *\n\t * var mode = CryptoJS.mode.CBC.Encryptor.create(cipher, iv.words);\n\t */\n\t init: function (cipher, iv) {\n\t this._cipher = cipher;\n\t this._iv = iv;\n\t }\n\t });\n\n\t /**\n\t * Cipher Block Chaining mode.\n\t */\n\t var CBC = C_mode.CBC = (function () {\n\t /**\n\t * Abstract base CBC mode.\n\t */\n\t var CBC = BlockCipherMode.extend();\n\n\t /**\n\t * CBC encryptor.\n\t */\n\t CBC.Encryptor = CBC.extend({\n\t /**\n\t * Processes the data block at offset.\n\t *\n\t * @param {Array} words The data words to operate on.\n\t * @param {number} offset The offset where the block starts.\n\t *\n\t * @example\n\t *\n\t * mode.processBlock(data.words, offset);\n\t */\n\t processBlock: function (words, offset) {\n\t // Shortcuts\n\t var cipher = this._cipher;\n\t var blockSize = cipher.blockSize;\n\n\t // XOR and encrypt\n\t xorBlock.call(this, words, offset, blockSize);\n\t cipher.encryptBlock(words, offset);\n\n\t // Remember this block to use with next block\n\t this._prevBlock = words.slice(offset, offset + blockSize);\n\t }\n\t });\n\n\t /**\n\t * CBC decryptor.\n\t */\n\t CBC.Decryptor = CBC.extend({\n\t /**\n\t * Processes the data block at offset.\n\t *\n\t * @param {Array} words The data words to operate on.\n\t * @param {number} offset The offset where the block starts.\n\t *\n\t * @example\n\t *\n\t * mode.processBlock(data.words, offset);\n\t */\n\t processBlock: function (words, offset) {\n\t // Shortcuts\n\t var cipher = this._cipher;\n\t var blockSize = cipher.blockSize;\n\n\t // Remember this block to use with next block\n\t var thisBlock = words.slice(offset, offset + blockSize);\n\n\t // Decrypt and XOR\n\t cipher.decryptBlock(words, offset);\n\t xorBlock.call(this, words, offset, blockSize);\n\n\t // This block becomes the previous block\n\t this._prevBlock = thisBlock;\n\t }\n\t });\n\n\t function xorBlock(words, offset, blockSize) {\n\t // Shortcut\n\t var iv = this._iv;\n\n\t // Choose mixing block\n\t if (iv) {\n\t var block = iv;\n\n\t // Remove IV for subsequent blocks\n\t this._iv = undefined;\n\t } else {\n\t var block = this._prevBlock;\n\t }\n\n\t // XOR blocks\n\t for (var i = 0; i < blockSize; i++) {\n\t words[offset + i] ^= block[i];\n\t }\n\t }\n\n\t return CBC;\n\t }());\n\n\t /**\n\t * Padding namespace.\n\t */\n\t var C_pad = C.pad = {};\n\n\t /**\n\t * PKCS #5/7 padding strategy.\n\t */\n\t var Pkcs7 = C_pad.Pkcs7 = {\n\t /**\n\t * Pads data using the algorithm defined in PKCS #5/7.\n\t *\n\t * @param {WordArray} data The data to pad.\n\t * @param {number} blockSize The multiple that the data should be padded to.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * CryptoJS.pad.Pkcs7.pad(wordArray, 4);\n\t */\n\t pad: function (data, blockSize) {\n\t // Shortcut\n\t var blockSizeBytes = blockSize * 4;\n\n\t // Count padding bytes\n\t var nPaddingBytes = blockSizeBytes - data.sigBytes % blockSizeBytes;\n\n\t // Create padding word\n\t var paddingWord = (nPaddingBytes << 24) | (nPaddingBytes << 16) | (nPaddingBytes << 8) | nPaddingBytes;\n\n\t // Create padding\n\t var paddingWords = [];\n\t for (var i = 0; i < nPaddingBytes; i += 4) {\n\t paddingWords.push(paddingWord);\n\t }\n\t var padding = WordArray.create(paddingWords, nPaddingBytes);\n\n\t // Add padding\n\t data.concat(padding);\n\t },\n\n\t /**\n\t * Unpads data that had been padded using the algorithm defined in PKCS #5/7.\n\t *\n\t * @param {WordArray} data The data to unpad.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * CryptoJS.pad.Pkcs7.unpad(wordArray);\n\t */\n\t unpad: function (data) {\n\t // Get number of padding bytes from last byte\n\t var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff;\n\n\t // Remove padding\n\t data.sigBytes -= nPaddingBytes;\n\t }\n\t };\n\n\t /**\n\t * Abstract base block cipher template.\n\t *\n\t * @property {number} blockSize The number of 32-bit words this cipher operates on. Default: 4 (128 bits)\n\t */\n\t var BlockCipher = C_lib.BlockCipher = Cipher.extend({\n\t /**\n\t * Configuration options.\n\t *\n\t * @property {Mode} mode The block mode to use. Default: CBC\n\t * @property {Padding} padding The padding strategy to use. Default: Pkcs7\n\t */\n\t cfg: Cipher.cfg.extend({\n\t mode: CBC,\n\t padding: Pkcs7\n\t }),\n\n\t reset: function () {\n\t // Reset cipher\n\t Cipher.reset.call(this);\n\n\t // Shortcuts\n\t var cfg = this.cfg;\n\t var iv = cfg.iv;\n\t var mode = cfg.mode;\n\n\t // Reset block mode\n\t if (this._xformMode == this._ENC_XFORM_MODE) {\n\t var modeCreator = mode.createEncryptor;\n\t } else /* if (this._xformMode == this._DEC_XFORM_MODE) */ {\n\t var modeCreator = mode.createDecryptor;\n\t // Keep at least one block in the buffer for unpadding\n\t this._minBufferSize = 1;\n\t }\n\n\t if (this._mode && this._mode.__creator == modeCreator) {\n\t this._mode.init(this, iv && iv.words);\n\t } else {\n\t this._mode = modeCreator.call(mode, this, iv && iv.words);\n\t this._mode.__creator = modeCreator;\n\t }\n\t },\n\n\t _doProcessBlock: function (words, offset) {\n\t this._mode.processBlock(words, offset);\n\t },\n\n\t _doFinalize: function () {\n\t // Shortcut\n\t var padding = this.cfg.padding;\n\n\t // Finalize\n\t if (this._xformMode == this._ENC_XFORM_MODE) {\n\t // Pad data\n\t padding.pad(this._data, this.blockSize);\n\n\t // Process final blocks\n\t var finalProcessedBlocks = this._process(!!'flush');\n\t } else /* if (this._xformMode == this._DEC_XFORM_MODE) */ {\n\t // Process final blocks\n\t var finalProcessedBlocks = this._process(!!'flush');\n\n\t // Unpad data\n\t padding.unpad(finalProcessedBlocks);\n\t }\n\n\t return finalProcessedBlocks;\n\t },\n\n\t blockSize: 128/32\n\t });\n\n\t /**\n\t * A collection of cipher parameters.\n\t *\n\t * @property {WordArray} ciphertext The raw ciphertext.\n\t * @property {WordArray} key The key to this ciphertext.\n\t * @property {WordArray} iv The IV used in the ciphering operation.\n\t * @property {WordArray} salt The salt used with a key derivation function.\n\t * @property {Cipher} algorithm The cipher algorithm.\n\t * @property {Mode} mode The block mode used in the ciphering operation.\n\t * @property {Padding} padding The padding scheme used in the ciphering operation.\n\t * @property {number} blockSize The block size of the cipher.\n\t * @property {Format} formatter The default formatting strategy to convert this cipher params object to a string.\n\t */\n\t var CipherParams = C_lib.CipherParams = Base.extend({\n\t /**\n\t * Initializes a newly created cipher params object.\n\t *\n\t * @param {Object} cipherParams An object with any of the possible cipher parameters.\n\t *\n\t * @example\n\t *\n\t * var cipherParams = CryptoJS.lib.CipherParams.create({\n\t * ciphertext: ciphertextWordArray,\n\t * key: keyWordArray,\n\t * iv: ivWordArray,\n\t * salt: saltWordArray,\n\t * algorithm: CryptoJS.algo.AES,\n\t * mode: CryptoJS.mode.CBC,\n\t * padding: CryptoJS.pad.PKCS7,\n\t * blockSize: 4,\n\t * formatter: CryptoJS.format.OpenSSL\n\t * });\n\t */\n\t init: function (cipherParams) {\n\t this.mixIn(cipherParams);\n\t },\n\n\t /**\n\t * Converts this cipher params object to a string.\n\t *\n\t * @param {Format} formatter (Optional) The formatting strategy to use.\n\t *\n\t * @return {string} The stringified cipher params.\n\t *\n\t * @throws Error If neither the formatter nor the default formatter is set.\n\t *\n\t * @example\n\t *\n\t * var string = cipherParams + '';\n\t * var string = cipherParams.toString();\n\t * var string = cipherParams.toString(CryptoJS.format.OpenSSL);\n\t */\n\t toString: function (formatter) {\n\t return (formatter || this.formatter).stringify(this);\n\t }\n\t });\n\n\t /**\n\t * Format namespace.\n\t */\n\t var C_format = C.format = {};\n\n\t /**\n\t * OpenSSL formatting strategy.\n\t */\n\t var OpenSSLFormatter = C_format.OpenSSL = {\n\t /**\n\t * Converts a cipher params object to an OpenSSL-compatible string.\n\t *\n\t * @param {CipherParams} cipherParams The cipher params object.\n\t *\n\t * @return {string} The OpenSSL-compatible string.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var openSSLString = CryptoJS.format.OpenSSL.stringify(cipherParams);\n\t */\n\t stringify: function (cipherParams) {\n\t // Shortcuts\n\t var ciphertext = cipherParams.ciphertext;\n\t var salt = cipherParams.salt;\n\n\t // Format\n\t if (salt) {\n\t var wordArray = WordArray.create([0x53616c74, 0x65645f5f]).concat(salt).concat(ciphertext);\n\t } else {\n\t var wordArray = ciphertext;\n\t }\n\n\t return wordArray.toString(Base64);\n\t },\n\n\t /**\n\t * Converts an OpenSSL-compatible string to a cipher params object.\n\t *\n\t * @param {string} openSSLStr The OpenSSL-compatible string.\n\t *\n\t * @return {CipherParams} The cipher params object.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var cipherParams = CryptoJS.format.OpenSSL.parse(openSSLString);\n\t */\n\t parse: function (openSSLStr) {\n\t // Parse base64\n\t var ciphertext = Base64.parse(openSSLStr);\n\n\t // Shortcut\n\t var ciphertextWords = ciphertext.words;\n\n\t // Test for salt\n\t if (ciphertextWords[0] == 0x53616c74 && ciphertextWords[1] == 0x65645f5f) {\n\t // Extract salt\n\t var salt = WordArray.create(ciphertextWords.slice(2, 4));\n\n\t // Remove salt from ciphertext\n\t ciphertextWords.splice(0, 4);\n\t ciphertext.sigBytes -= 16;\n\t }\n\n\t return CipherParams.create({ ciphertext: ciphertext, salt: salt });\n\t }\n\t };\n\n\t /**\n\t * A cipher wrapper that returns ciphertext as a serializable cipher params object.\n\t */\n\t var SerializableCipher = C_lib.SerializableCipher = Base.extend({\n\t /**\n\t * Configuration options.\n\t *\n\t * @property {Formatter} format The formatting strategy to convert cipher param objects to and from a string. Default: OpenSSL\n\t */\n\t cfg: Base.extend({\n\t format: OpenSSLFormatter\n\t }),\n\n\t /**\n\t * Encrypts a message.\n\t *\n\t * @param {Cipher} cipher The cipher algorithm to use.\n\t * @param {WordArray|string} message The message to encrypt.\n\t * @param {WordArray} key The key.\n\t * @param {Object} cfg (Optional) The configuration options to use for this operation.\n\t *\n\t * @return {CipherParams} A cipher params object.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key);\n\t * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv });\n\t * var ciphertextParams = CryptoJS.lib.SerializableCipher.encrypt(CryptoJS.algo.AES, message, key, { iv: iv, format: CryptoJS.format.OpenSSL });\n\t */\n\t encrypt: function (cipher, message, key, cfg) {\n\t // Apply config defaults\n\t cfg = this.cfg.extend(cfg);\n\n\t // Encrypt\n\t var encryptor = cipher.createEncryptor(key, cfg);\n\t var ciphertext = encryptor.finalize(message);\n\n\t // Shortcut\n\t var cipherCfg = encryptor.cfg;\n\n\t // Create and return serializable cipher params\n\t return CipherParams.create({\n\t ciphertext: ciphertext,\n\t key: key,\n\t iv: cipherCfg.iv,\n\t algorithm: cipher,\n\t mode: cipherCfg.mode,\n\t padding: cipherCfg.padding,\n\t blockSize: cipher.blockSize,\n\t formatter: cfg.format\n\t });\n\t },\n\n\t /**\n\t * Decrypts serialized ciphertext.\n\t *\n\t * @param {Cipher} cipher The cipher algorithm to use.\n\t * @param {CipherParams|string} ciphertext The ciphertext to decrypt.\n\t * @param {WordArray} key The key.\n\t * @param {Object} cfg (Optional) The configuration options to use for this operation.\n\t *\n\t * @return {WordArray} The plaintext.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, key, { iv: iv, format: CryptoJS.format.OpenSSL });\n\t * var plaintext = CryptoJS.lib.SerializableCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, key, { iv: iv, format: CryptoJS.format.OpenSSL });\n\t */\n\t decrypt: function (cipher, ciphertext, key, cfg) {\n\t // Apply config defaults\n\t cfg = this.cfg.extend(cfg);\n\n\t // Convert string to CipherParams\n\t ciphertext = this._parse(ciphertext, cfg.format);\n\n\t // Decrypt\n\t var plaintext = cipher.createDecryptor(key, cfg).finalize(ciphertext.ciphertext);\n\n\t return plaintext;\n\t },\n\n\t /**\n\t * Converts serialized ciphertext to CipherParams,\n\t * else assumed CipherParams already and returns ciphertext unchanged.\n\t *\n\t * @param {CipherParams|string} ciphertext The ciphertext.\n\t * @param {Formatter} format The formatting strategy to use to parse serialized ciphertext.\n\t *\n\t * @return {CipherParams} The unserialized ciphertext.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var ciphertextParams = CryptoJS.lib.SerializableCipher._parse(ciphertextStringOrParams, format);\n\t */\n\t _parse: function (ciphertext, format) {\n\t if (typeof ciphertext == 'string') {\n\t return format.parse(ciphertext, this);\n\t } else {\n\t return ciphertext;\n\t }\n\t }\n\t });\n\n\t /**\n\t * Key derivation function namespace.\n\t */\n\t var C_kdf = C.kdf = {};\n\n\t /**\n\t * OpenSSL key derivation function.\n\t */\n\t var OpenSSLKdf = C_kdf.OpenSSL = {\n\t /**\n\t * Derives a key and IV from a password.\n\t *\n\t * @param {string} password The password to derive from.\n\t * @param {number} keySize The size in words of the key to generate.\n\t * @param {number} ivSize The size in words of the IV to generate.\n\t * @param {WordArray|string} salt (Optional) A 64-bit salt to use. If omitted, a salt will be generated randomly.\n\t *\n\t * @return {CipherParams} A cipher params object with the key, IV, and salt.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);\n\t * var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');\n\t */\n\t execute: function (password, keySize, ivSize, salt) {\n\t // Generate random salt\n\t if (!salt) {\n\t salt = WordArray.random(64/8);\n\t }\n\n\t // Derive key and IV\n\t var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);\n\n\t // Separate key and IV\n\t var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);\n\t key.sigBytes = keySize * 4;\n\n\t // Return params\n\t return CipherParams.create({ key: key, iv: iv, salt: salt });\n\t }\n\t };\n\n\t /**\n\t * A serializable cipher wrapper that derives the key from a password,\n\t * and returns ciphertext as a serializable cipher params object.\n\t */\n\t var PasswordBasedCipher = C_lib.PasswordBasedCipher = SerializableCipher.extend({\n\t /**\n\t * Configuration options.\n\t *\n\t * @property {KDF} kdf The key derivation function to use to generate a key and IV from a password. Default: OpenSSL\n\t */\n\t cfg: SerializableCipher.cfg.extend({\n\t kdf: OpenSSLKdf\n\t }),\n\n\t /**\n\t * Encrypts a message using a password.\n\t *\n\t * @param {Cipher} cipher The cipher algorithm to use.\n\t * @param {WordArray|string} message The message to encrypt.\n\t * @param {string} password The password.\n\t * @param {Object} cfg (Optional) The configuration options to use for this operation.\n\t *\n\t * @return {CipherParams} A cipher params object.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password');\n\t * var ciphertextParams = CryptoJS.lib.PasswordBasedCipher.encrypt(CryptoJS.algo.AES, message, 'password', { format: CryptoJS.format.OpenSSL });\n\t */\n\t encrypt: function (cipher, message, password, cfg) {\n\t // Apply config defaults\n\t cfg = this.cfg.extend(cfg);\n\n\t // Derive key and other params\n\t var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);\n\n\t // Add IV to config\n\t cfg.iv = derivedParams.iv;\n\n\t // Encrypt\n\t var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);\n\n\t // Mix in derived params\n\t ciphertext.mixIn(derivedParams);\n\n\t return ciphertext;\n\t },\n\n\t /**\n\t * Decrypts serialized ciphertext using a password.\n\t *\n\t * @param {Cipher} cipher The cipher algorithm to use.\n\t * @param {CipherParams|string} ciphertext The ciphertext to decrypt.\n\t * @param {string} password The password.\n\t * @param {Object} cfg (Optional) The configuration options to use for this operation.\n\t *\n\t * @return {WordArray} The plaintext.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, formattedCiphertext, 'password', { format: CryptoJS.format.OpenSSL });\n\t * var plaintext = CryptoJS.lib.PasswordBasedCipher.decrypt(CryptoJS.algo.AES, ciphertextParams, 'password', { format: CryptoJS.format.OpenSSL });\n\t */\n\t decrypt: function (cipher, ciphertext, password, cfg) {\n\t // Apply config defaults\n\t cfg = this.cfg.extend(cfg);\n\n\t // Convert string to CipherParams\n\t ciphertext = this._parse(ciphertext, cfg.format);\n\n\t // Derive key and other params\n\t var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);\n\n\t // Add IV to config\n\t cfg.iv = derivedParams.iv;\n\n\t // Decrypt\n\t var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);\n\n\t return plaintext;\n\t }\n\t });\n\t}());\n\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./x64-core\"), require(\"./lib-typedarrays\"), require(\"./enc-utf16\"), require(\"./enc-base64\"), require(\"./md5\"), require(\"./sha1\"), require(\"./sha256\"), require(\"./sha224\"), require(\"./sha512\"), require(\"./sha384\"), require(\"./sha3\"), require(\"./ripemd160\"), require(\"./hmac\"), require(\"./pbkdf2\"), require(\"./evpkdf\"), require(\"./cipher-core\"), require(\"./mode-cfb\"), require(\"./mode-ctr\"), require(\"./mode-ctr-gladman\"), require(\"./mode-ofb\"), require(\"./mode-ecb\"), require(\"./pad-ansix923\"), require(\"./pad-iso10126\"), require(\"./pad-iso97971\"), require(\"./pad-zeropadding\"), require(\"./pad-nopadding\"), require(\"./format-hex\"), require(\"./aes\"), require(\"./tripledes\"), require(\"./rc4\"), require(\"./rabbit\"), require(\"./rabbit-legacy\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./x64-core\", \"./lib-typedarrays\", \"./enc-utf16\", \"./enc-base64\", \"./md5\", \"./sha1\", \"./sha256\", \"./sha224\", \"./sha512\", \"./sha384\", \"./sha3\", \"./ripemd160\", \"./hmac\", \"./pbkdf2\", \"./evpkdf\", \"./cipher-core\", \"./mode-cfb\", \"./mode-ctr\", \"./mode-ctr-gladman\", \"./mode-ofb\", \"./mode-ecb\", \"./pad-ansix923\", \"./pad-iso10126\", \"./pad-iso97971\", \"./pad-zeropadding\", \"./pad-nopadding\", \"./format-hex\", \"./aes\", \"./tripledes\", \"./rc4\", \"./rabbit\", \"./rabbit-legacy\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\troot.CryptoJS = factory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\treturn CryptoJS;\n\n}));",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\t var C_enc = C.enc;\n\n\t /**\n\t * Base64 encoding strategy.\n\t */\n\t var Base64 = C_enc.Base64 = {\n\t /**\n\t * Converts a word array to a Base64 string.\n\t *\n\t * @param {WordArray} wordArray The word array.\n\t *\n\t * @return {string} The Base64 string.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var base64String = CryptoJS.enc.Base64.stringify(wordArray);\n\t */\n\t stringify: function (wordArray) {\n\t // Shortcuts\n\t var words = wordArray.words;\n\t var sigBytes = wordArray.sigBytes;\n\t var map = this._map;\n\n\t // Clamp excess bits\n\t wordArray.clamp();\n\n\t // Convert\n\t var base64Chars = [];\n\t for (var i = 0; i < sigBytes; i += 3) {\n\t var byte1 = (words[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff;\n\t var byte2 = (words[(i + 1) >>> 2] >>> (24 - ((i + 1) % 4) * 8)) & 0xff;\n\t var byte3 = (words[(i + 2) >>> 2] >>> (24 - ((i + 2) % 4) * 8)) & 0xff;\n\n\t var triplet = (byte1 << 16) | (byte2 << 8) | byte3;\n\n\t for (var j = 0; (j < 4) && (i + j * 0.75 < sigBytes); j++) {\n\t base64Chars.push(map.charAt((triplet >>> (6 * (3 - j))) & 0x3f));\n\t }\n\t }\n\n\t // Add padding\n\t var paddingChar = map.charAt(64);\n\t if (paddingChar) {\n\t while (base64Chars.length % 4) {\n\t base64Chars.push(paddingChar);\n\t }\n\t }\n\n\t return base64Chars.join('');\n\t },\n\n\t /**\n\t * Converts a Base64 string to a word array.\n\t *\n\t * @param {string} base64Str The Base64 string.\n\t *\n\t * @return {WordArray} The word array.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var wordArray = CryptoJS.enc.Base64.parse(base64String);\n\t */\n\t parse: function (base64Str) {\n\t // Shortcuts\n\t var base64StrLength = base64Str.length;\n\t var map = this._map;\n\t var reverseMap = this._reverseMap;\n\n\t if (!reverseMap) {\n\t reverseMap = this._reverseMap = [];\n\t for (var j = 0; j < map.length; j++) {\n\t reverseMap[map.charCodeAt(j)] = j;\n\t }\n\t }\n\n\t // Ignore padding\n\t var paddingChar = map.charAt(64);\n\t if (paddingChar) {\n\t var paddingIndex = base64Str.indexOf(paddingChar);\n\t if (paddingIndex !== -1) {\n\t base64StrLength = paddingIndex;\n\t }\n\t }\n\n\t // Convert\n\t return parseLoop(base64Str, base64StrLength, reverseMap);\n\n\t },\n\n\t _map: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='\n\t };\n\n\t function parseLoop(base64Str, base64StrLength, reverseMap) {\n\t var words = [];\n\t var nBytes = 0;\n\t for (var i = 0; i < base64StrLength; i++) {\n\t if (i % 4) {\n\t var bits1 = reverseMap[base64Str.charCodeAt(i - 1)] << ((i % 4) * 2);\n\t var bits2 = reverseMap[base64Str.charCodeAt(i)] >>> (6 - (i % 4) * 2);\n\t words[nBytes >>> 2] |= (bits1 | bits2) << (24 - (nBytes % 4) * 8);\n\t nBytes++;\n\t }\n\t }\n\t return WordArray.create(words, nBytes);\n\t }\n\t}());\n\n\n\treturn CryptoJS.enc.Base64;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./sha1\"), require(\"./hmac\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./sha1\", \"./hmac\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var Base = C_lib.Base;\n\t var WordArray = C_lib.WordArray;\n\t var C_algo = C.algo;\n\t var MD5 = C_algo.MD5;\n\n\t /**\n\t * This key derivation function is meant to conform with EVP_BytesToKey.\n\t * www.openssl.org/docs/crypto/EVP_BytesToKey.html\n\t */\n\t var EvpKDF = C_algo.EvpKDF = Base.extend({\n\t /**\n\t * Configuration options.\n\t *\n\t * @property {number} keySize The key size in words to generate. Default: 4 (128 bits)\n\t * @property {Hasher} hasher The hash algorithm to use. Default: MD5\n\t * @property {number} iterations The number of iterations to perform. Default: 1\n\t */\n\t cfg: Base.extend({\n\t keySize: 128/32,\n\t hasher: MD5,\n\t iterations: 1\n\t }),\n\n\t /**\n\t * Initializes a newly created key derivation function.\n\t *\n\t * @param {Object} cfg (Optional) The configuration options to use for the derivation.\n\t *\n\t * @example\n\t *\n\t * var kdf = CryptoJS.algo.EvpKDF.create();\n\t * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8 });\n\t * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8, iterations: 1000 });\n\t */\n\t init: function (cfg) {\n\t this.cfg = this.cfg.extend(cfg);\n\t },\n\n\t /**\n\t * Derives a key from a password.\n\t *\n\t * @param {WordArray|string} password The password.\n\t * @param {WordArray|string} salt A salt.\n\t *\n\t * @return {WordArray} The derived key.\n\t *\n\t * @example\n\t *\n\t * var key = kdf.compute(password, salt);\n\t */\n\t compute: function (password, salt) {\n\t // Shortcut\n\t var cfg = this.cfg;\n\n\t // Init hasher\n\t var hasher = cfg.hasher.create();\n\n\t // Initial values\n\t var derivedKey = WordArray.create();\n\n\t // Shortcuts\n\t var derivedKeyWords = derivedKey.words;\n\t var keySize = cfg.keySize;\n\t var iterations = cfg.iterations;\n\n\t // Generate key\n\t while (derivedKeyWords.length < keySize) {\n\t if (block) {\n\t hasher.update(block);\n\t }\n\t var block = hasher.update(password).finalize(salt);\n\t hasher.reset();\n\n\t // Iterations\n\t for (var i = 1; i < iterations; i++) {\n\t block = hasher.finalize(block);\n\t hasher.reset();\n\t }\n\n\t derivedKey.concat(block);\n\t }\n\t derivedKey.sigBytes = keySize * 4;\n\n\t return derivedKey;\n\t }\n\t });\n\n\t /**\n\t * Derives a key from a password.\n\t *\n\t * @param {WordArray|string} password The password.\n\t * @param {WordArray|string} salt A salt.\n\t * @param {Object} cfg (Optional) The configuration options to use for this computation.\n\t *\n\t * @return {WordArray} The derived key.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var key = CryptoJS.EvpKDF(password, salt);\n\t * var key = CryptoJS.EvpKDF(password, salt, { keySize: 8 });\n\t * var key = CryptoJS.EvpKDF(password, salt, { keySize: 8, iterations: 1000 });\n\t */\n\t C.EvpKDF = function (password, salt, cfg) {\n\t return EvpKDF.create(cfg).compute(password, salt);\n\t };\n\t}());\n\n\n\treturn CryptoJS.EvpKDF;\n\n}));",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function (Math) {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\t var Hasher = C_lib.Hasher;\n\t var C_algo = C.algo;\n\n\t // Constants table\n\t var T = [];\n\n\t // Compute constants\n\t (function () {\n\t for (var i = 0; i < 64; i++) {\n\t T[i] = (Math.abs(Math.sin(i + 1)) * 0x100000000) | 0;\n\t }\n\t }());\n\n\t /**\n\t * MD5 hash algorithm.\n\t */\n\t var MD5 = C_algo.MD5 = Hasher.extend({\n\t _doReset: function () {\n\t this._hash = new WordArray.init([\n\t 0x67452301, 0xefcdab89,\n\t 0x98badcfe, 0x10325476\n\t ]);\n\t },\n\n\t _doProcessBlock: function (M, offset) {\n\t // Swap endian\n\t for (var i = 0; i < 16; i++) {\n\t // Shortcuts\n\t var offset_i = offset + i;\n\t var M_offset_i = M[offset_i];\n\n\t M[offset_i] = (\n\t (((M_offset_i << 8) | (M_offset_i >>> 24)) & 0x00ff00ff) |\n\t (((M_offset_i << 24) | (M_offset_i >>> 8)) & 0xff00ff00)\n\t );\n\t }\n\n\t // Shortcuts\n\t var H = this._hash.words;\n\n\t var M_offset_0 = M[offset + 0];\n\t var M_offset_1 = M[offset + 1];\n\t var M_offset_2 = M[offset + 2];\n\t var M_offset_3 = M[offset + 3];\n\t var M_offset_4 = M[offset + 4];\n\t var M_offset_5 = M[offset + 5];\n\t var M_offset_6 = M[offset + 6];\n\t var M_offset_7 = M[offset + 7];\n\t var M_offset_8 = M[offset + 8];\n\t var M_offset_9 = M[offset + 9];\n\t var M_offset_10 = M[offset + 10];\n\t var M_offset_11 = M[offset + 11];\n\t var M_offset_12 = M[offset + 12];\n\t var M_offset_13 = M[offset + 13];\n\t var M_offset_14 = M[offset + 14];\n\t var M_offset_15 = M[offset + 15];\n\n\t // Working varialbes\n\t var a = H[0];\n\t var b = H[1];\n\t var c = H[2];\n\t var d = H[3];\n\n\t // Computation\n\t a = FF(a, b, c, d, M_offset_0, 7, T[0]);\n\t d = FF(d, a, b, c, M_offset_1, 12, T[1]);\n\t c = FF(c, d, a, b, M_offset_2, 17, T[2]);\n\t b = FF(b, c, d, a, M_offset_3, 22, T[3]);\n\t a = FF(a, b, c, d, M_offset_4, 7, T[4]);\n\t d = FF(d, a, b, c, M_offset_5, 12, T[5]);\n\t c = FF(c, d, a, b, M_offset_6, 17, T[6]);\n\t b = FF(b, c, d, a, M_offset_7, 22, T[7]);\n\t a = FF(a, b, c, d, M_offset_8, 7, T[8]);\n\t d = FF(d, a, b, c, M_offset_9, 12, T[9]);\n\t c = FF(c, d, a, b, M_offset_10, 17, T[10]);\n\t b = FF(b, c, d, a, M_offset_11, 22, T[11]);\n\t a = FF(a, b, c, d, M_offset_12, 7, T[12]);\n\t d = FF(d, a, b, c, M_offset_13, 12, T[13]);\n\t c = FF(c, d, a, b, M_offset_14, 17, T[14]);\n\t b = FF(b, c, d, a, M_offset_15, 22, T[15]);\n\n\t a = GG(a, b, c, d, M_offset_1, 5, T[16]);\n\t d = GG(d, a, b, c, M_offset_6, 9, T[17]);\n\t c = GG(c, d, a, b, M_offset_11, 14, T[18]);\n\t b = GG(b, c, d, a, M_offset_0, 20, T[19]);\n\t a = GG(a, b, c, d, M_offset_5, 5, T[20]);\n\t d = GG(d, a, b, c, M_offset_10, 9, T[21]);\n\t c = GG(c, d, a, b, M_offset_15, 14, T[22]);\n\t b = GG(b, c, d, a, M_offset_4, 20, T[23]);\n\t a = GG(a, b, c, d, M_offset_9, 5, T[24]);\n\t d = GG(d, a, b, c, M_offset_14, 9, T[25]);\n\t c = GG(c, d, a, b, M_offset_3, 14, T[26]);\n\t b = GG(b, c, d, a, M_offset_8, 20, T[27]);\n\t a = GG(a, b, c, d, M_offset_13, 5, T[28]);\n\t d = GG(d, a, b, c, M_offset_2, 9, T[29]);\n\t c = GG(c, d, a, b, M_offset_7, 14, T[30]);\n\t b = GG(b, c, d, a, M_offset_12, 20, T[31]);\n\n\t a = HH(a, b, c, d, M_offset_5, 4, T[32]);\n\t d = HH(d, a, b, c, M_offset_8, 11, T[33]);\n\t c = HH(c, d, a, b, M_offset_11, 16, T[34]);\n\t b = HH(b, c, d, a, M_offset_14, 23, T[35]);\n\t a = HH(a, b, c, d, M_offset_1, 4, T[36]);\n\t d = HH(d, a, b, c, M_offset_4, 11, T[37]);\n\t c = HH(c, d, a, b, M_offset_7, 16, T[38]);\n\t b = HH(b, c, d, a, M_offset_10, 23, T[39]);\n\t a = HH(a, b, c, d, M_offset_13, 4, T[40]);\n\t d = HH(d, a, b, c, M_offset_0, 11, T[41]);\n\t c = HH(c, d, a, b, M_offset_3, 16, T[42]);\n\t b = HH(b, c, d, a, M_offset_6, 23, T[43]);\n\t a = HH(a, b, c, d, M_offset_9, 4, T[44]);\n\t d = HH(d, a, b, c, M_offset_12, 11, T[45]);\n\t c = HH(c, d, a, b, M_offset_15, 16, T[46]);\n\t b = HH(b, c, d, a, M_offset_2, 23, T[47]);\n\n\t a = II(a, b, c, d, M_offset_0, 6, T[48]);\n\t d = II(d, a, b, c, M_offset_7, 10, T[49]);\n\t c = II(c, d, a, b, M_offset_14, 15, T[50]);\n\t b = II(b, c, d, a, M_offset_5, 21, T[51]);\n\t a = II(a, b, c, d, M_offset_12, 6, T[52]);\n\t d = II(d, a, b, c, M_offset_3, 10, T[53]);\n\t c = II(c, d, a, b, M_offset_10, 15, T[54]);\n\t b = II(b, c, d, a, M_offset_1, 21, T[55]);\n\t a = II(a, b, c, d, M_offset_8, 6, T[56]);\n\t d = II(d, a, b, c, M_offset_15, 10, T[57]);\n\t c = II(c, d, a, b, M_offset_6, 15, T[58]);\n\t b = II(b, c, d, a, M_offset_13, 21, T[59]);\n\t a = II(a, b, c, d, M_offset_4, 6, T[60]);\n\t d = II(d, a, b, c, M_offset_11, 10, T[61]);\n\t c = II(c, d, a, b, M_offset_2, 15, T[62]);\n\t b = II(b, c, d, a, M_offset_9, 21, T[63]);\n\n\t // Intermediate hash value\n\t H[0] = (H[0] + a) | 0;\n\t H[1] = (H[1] + b) | 0;\n\t H[2] = (H[2] + c) | 0;\n\t H[3] = (H[3] + d) | 0;\n\t },\n\n\t _doFinalize: function () {\n\t // Shortcuts\n\t var data = this._data;\n\t var dataWords = data.words;\n\n\t var nBitsTotal = this._nDataBytes * 8;\n\t var nBitsLeft = data.sigBytes * 8;\n\n\t // Add padding\n\t dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);\n\n\t var nBitsTotalH = Math.floor(nBitsTotal / 0x100000000);\n\t var nBitsTotalL = nBitsTotal;\n\t dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = (\n\t (((nBitsTotalH << 8) | (nBitsTotalH >>> 24)) & 0x00ff00ff) |\n\t (((nBitsTotalH << 24) | (nBitsTotalH >>> 8)) & 0xff00ff00)\n\t );\n\t dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = (\n\t (((nBitsTotalL << 8) | (nBitsTotalL >>> 24)) & 0x00ff00ff) |\n\t (((nBitsTotalL << 24) | (nBitsTotalL >>> 8)) & 0xff00ff00)\n\t );\n\n\t data.sigBytes = (dataWords.length + 1) * 4;\n\n\t // Hash final blocks\n\t this._process();\n\n\t // Shortcuts\n\t var hash = this._hash;\n\t var H = hash.words;\n\n\t // Swap endian\n\t for (var i = 0; i < 4; i++) {\n\t // Shortcut\n\t var H_i = H[i];\n\n\t H[i] = (((H_i << 8) | (H_i >>> 24)) & 0x00ff00ff) |\n\t (((H_i << 24) | (H_i >>> 8)) & 0xff00ff00);\n\t }\n\n\t // Return final computed hash\n\t return hash;\n\t },\n\n\t clone: function () {\n\t var clone = Hasher.clone.call(this);\n\t clone._hash = this._hash.clone();\n\n\t return clone;\n\t }\n\t });\n\n\t function FF(a, b, c, d, x, s, t) {\n\t var n = a + ((b & c) | (~b & d)) + x + t;\n\t return ((n << s) | (n >>> (32 - s))) + b;\n\t }\n\n\t function GG(a, b, c, d, x, s, t) {\n\t var n = a + ((b & d) | (c & ~d)) + x + t;\n\t return ((n << s) | (n >>> (32 - s))) + b;\n\t }\n\n\t function HH(a, b, c, d, x, s, t) {\n\t var n = a + (b ^ c ^ d) + x + t;\n\t return ((n << s) | (n >>> (32 - s))) + b;\n\t }\n\n\t function II(a, b, c, d, x, s, t) {\n\t var n = a + (c ^ (b | ~d)) + x + t;\n\t return ((n << s) | (n >>> (32 - s))) + b;\n\t }\n\n\t /**\n\t * Shortcut function to the hasher's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t *\n\t * @return {WordArray} The hash.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hash = CryptoJS.MD5('message');\n\t * var hash = CryptoJS.MD5(wordArray);\n\t */\n\t C.MD5 = Hasher._createHelper(MD5);\n\n\t /**\n\t * Shortcut function to the HMAC's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t * @param {WordArray|string} key The secret key.\n\t *\n\t * @return {WordArray} The HMAC.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hmac = CryptoJS.HmacMD5(message, key);\n\t */\n\t C.HmacMD5 = Hasher._createHmacHelper(MD5);\n\t}(Math));\n\n\n\treturn CryptoJS.MD5;\n\n}));","module.exports = __WEBPACK_EXTERNAL_MODULE__9__;",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function (undefined) {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var Base = C_lib.Base;\n\t var X32WordArray = C_lib.WordArray;\n\n\t /**\n\t * x64 namespace.\n\t */\n\t var C_x64 = C.x64 = {};\n\n\t /**\n\t * A 64-bit word.\n\t */\n\t var X64Word = C_x64.Word = Base.extend({\n\t /**\n\t * Initializes a newly created 64-bit word.\n\t *\n\t * @param {number} high The high 32 bits.\n\t * @param {number} low The low 32 bits.\n\t *\n\t * @example\n\t *\n\t * var x64Word = CryptoJS.x64.Word.create(0x00010203, 0x04050607);\n\t */\n\t init: function (high, low) {\n\t this.high = high;\n\t this.low = low;\n\t }\n\n\t /**\n\t * Bitwise NOTs this word.\n\t *\n\t * @return {X64Word} A new x64-Word object after negating.\n\t *\n\t * @example\n\t *\n\t * var negated = x64Word.not();\n\t */\n\t // not: function () {\n\t // var high = ~this.high;\n\t // var low = ~this.low;\n\n\t // return X64Word.create(high, low);\n\t // },\n\n\t /**\n\t * Bitwise ANDs this word with the passed word.\n\t *\n\t * @param {X64Word} word The x64-Word to AND with this word.\n\t *\n\t * @return {X64Word} A new x64-Word object after ANDing.\n\t *\n\t * @example\n\t *\n\t * var anded = x64Word.and(anotherX64Word);\n\t */\n\t // and: function (word) {\n\t // var high = this.high & word.high;\n\t // var low = this.low & word.low;\n\n\t // return X64Word.create(high, low);\n\t // },\n\n\t /**\n\t * Bitwise ORs this word with the passed word.\n\t *\n\t * @param {X64Word} word The x64-Word to OR with this word.\n\t *\n\t * @return {X64Word} A new x64-Word object after ORing.\n\t *\n\t * @example\n\t *\n\t * var ored = x64Word.or(anotherX64Word);\n\t */\n\t // or: function (word) {\n\t // var high = this.high | word.high;\n\t // var low = this.low | word.low;\n\n\t // return X64Word.create(high, low);\n\t // },\n\n\t /**\n\t * Bitwise XORs this word with the passed word.\n\t *\n\t * @param {X64Word} word The x64-Word to XOR with this word.\n\t *\n\t * @return {X64Word} A new x64-Word object after XORing.\n\t *\n\t * @example\n\t *\n\t * var xored = x64Word.xor(anotherX64Word);\n\t */\n\t // xor: function (word) {\n\t // var high = this.high ^ word.high;\n\t // var low = this.low ^ word.low;\n\n\t // return X64Word.create(high, low);\n\t // },\n\n\t /**\n\t * Shifts this word n bits to the left.\n\t *\n\t * @param {number} n The number of bits to shift.\n\t *\n\t * @return {X64Word} A new x64-Word object after shifting.\n\t *\n\t * @example\n\t *\n\t * var shifted = x64Word.shiftL(25);\n\t */\n\t // shiftL: function (n) {\n\t // if (n < 32) {\n\t // var high = (this.high << n) | (this.low >>> (32 - n));\n\t // var low = this.low << n;\n\t // } else {\n\t // var high = this.low << (n - 32);\n\t // var low = 0;\n\t // }\n\n\t // return X64Word.create(high, low);\n\t // },\n\n\t /**\n\t * Shifts this word n bits to the right.\n\t *\n\t * @param {number} n The number of bits to shift.\n\t *\n\t * @return {X64Word} A new x64-Word object after shifting.\n\t *\n\t * @example\n\t *\n\t * var shifted = x64Word.shiftR(7);\n\t */\n\t // shiftR: function (n) {\n\t // if (n < 32) {\n\t // var low = (this.low >>> n) | (this.high << (32 - n));\n\t // var high = this.high >>> n;\n\t // } else {\n\t // var low = this.high >>> (n - 32);\n\t // var high = 0;\n\t // }\n\n\t // return X64Word.create(high, low);\n\t // },\n\n\t /**\n\t * Rotates this word n bits to the left.\n\t *\n\t * @param {number} n The number of bits to rotate.\n\t *\n\t * @return {X64Word} A new x64-Word object after rotating.\n\t *\n\t * @example\n\t *\n\t * var rotated = x64Word.rotL(25);\n\t */\n\t // rotL: function (n) {\n\t // return this.shiftL(n).or(this.shiftR(64 - n));\n\t // },\n\n\t /**\n\t * Rotates this word n bits to the right.\n\t *\n\t * @param {number} n The number of bits to rotate.\n\t *\n\t * @return {X64Word} A new x64-Word object after rotating.\n\t *\n\t * @example\n\t *\n\t * var rotated = x64Word.rotR(7);\n\t */\n\t // rotR: function (n) {\n\t // return this.shiftR(n).or(this.shiftL(64 - n));\n\t // },\n\n\t /**\n\t * Adds this word with the passed word.\n\t *\n\t * @param {X64Word} word The x64-Word to add with this word.\n\t *\n\t * @return {X64Word} A new x64-Word object after adding.\n\t *\n\t * @example\n\t *\n\t * var added = x64Word.add(anotherX64Word);\n\t */\n\t // add: function (word) {\n\t // var low = (this.low + word.low) | 0;\n\t // var carry = (low >>> 0) < (this.low >>> 0) ? 1 : 0;\n\t // var high = (this.high + word.high + carry) | 0;\n\n\t // return X64Word.create(high, low);\n\t // }\n\t });\n\n\t /**\n\t * An array of 64-bit words.\n\t *\n\t * @property {Array} words The array of CryptoJS.x64.Word objects.\n\t * @property {number} sigBytes The number of significant bytes in this word array.\n\t */\n\t var X64WordArray = C_x64.WordArray = Base.extend({\n\t /**\n\t * Initializes a newly created word array.\n\t *\n\t * @param {Array} words (Optional) An array of CryptoJS.x64.Word objects.\n\t * @param {number} sigBytes (Optional) The number of significant bytes in the words.\n\t *\n\t * @example\n\t *\n\t * var wordArray = CryptoJS.x64.WordArray.create();\n\t *\n\t * var wordArray = CryptoJS.x64.WordArray.create([\n\t * CryptoJS.x64.Word.create(0x00010203, 0x04050607),\n\t * CryptoJS.x64.Word.create(0x18191a1b, 0x1c1d1e1f)\n\t * ]);\n\t *\n\t * var wordArray = CryptoJS.x64.WordArray.create([\n\t * CryptoJS.x64.Word.create(0x00010203, 0x04050607),\n\t * CryptoJS.x64.Word.create(0x18191a1b, 0x1c1d1e1f)\n\t * ], 10);\n\t */\n\t init: function (words, sigBytes) {\n\t words = this.words = words || [];\n\n\t if (sigBytes != undefined) {\n\t this.sigBytes = sigBytes;\n\t } else {\n\t this.sigBytes = words.length * 8;\n\t }\n\t },\n\n\t /**\n\t * Converts this 64-bit word array to a 32-bit word array.\n\t *\n\t * @return {CryptoJS.lib.WordArray} This word array's data as a 32-bit word array.\n\t *\n\t * @example\n\t *\n\t * var x32WordArray = x64WordArray.toX32();\n\t */\n\t toX32: function () {\n\t // Shortcuts\n\t var x64Words = this.words;\n\t var x64WordsLength = x64Words.length;\n\n\t // Convert\n\t var x32Words = [];\n\t for (var i = 0; i < x64WordsLength; i++) {\n\t var x64Word = x64Words[i];\n\t x32Words.push(x64Word.high);\n\t x32Words.push(x64Word.low);\n\t }\n\n\t return X32WordArray.create(x32Words, this.sigBytes);\n\t },\n\n\t /**\n\t * Creates a copy of this word array.\n\t *\n\t * @return {X64WordArray} The clone.\n\t *\n\t * @example\n\t *\n\t * var clone = x64WordArray.clone();\n\t */\n\t clone: function () {\n\t var clone = Base.clone.call(this);\n\n\t // Clone \"words\" array\n\t var words = clone.words = this.words.slice(0);\n\n\t // Clone each X64Word object\n\t var wordsLength = words.length;\n\t for (var i = 0; i < wordsLength; i++) {\n\t words[i] = words[i].clone();\n\t }\n\n\t return clone;\n\t }\n\t });\n\t}());\n\n\n\treturn CryptoJS;\n\n}));",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\treturn CryptoJS.enc.Hex;\n\n}));",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\t var Hasher = C_lib.Hasher;\n\t var C_algo = C.algo;\n\n\t // Reusable object\n\t var W = [];\n\n\t /**\n\t * SHA-1 hash algorithm.\n\t */\n\t var SHA1 = C_algo.SHA1 = Hasher.extend({\n\t _doReset: function () {\n\t this._hash = new WordArray.init([\n\t 0x67452301, 0xefcdab89,\n\t 0x98badcfe, 0x10325476,\n\t 0xc3d2e1f0\n\t ]);\n\t },\n\n\t _doProcessBlock: function (M, offset) {\n\t // Shortcut\n\t var H = this._hash.words;\n\n\t // Working variables\n\t var a = H[0];\n\t var b = H[1];\n\t var c = H[2];\n\t var d = H[3];\n\t var e = H[4];\n\n\t // Computation\n\t for (var i = 0; i < 80; i++) {\n\t if (i < 16) {\n\t W[i] = M[offset + i] | 0;\n\t } else {\n\t var n = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16];\n\t W[i] = (n << 1) | (n >>> 31);\n\t }\n\n\t var t = ((a << 5) | (a >>> 27)) + e + W[i];\n\t if (i < 20) {\n\t t += ((b & c) | (~b & d)) + 0x5a827999;\n\t } else if (i < 40) {\n\t t += (b ^ c ^ d) + 0x6ed9eba1;\n\t } else if (i < 60) {\n\t t += ((b & c) | (b & d) | (c & d)) - 0x70e44324;\n\t } else /* if (i < 80) */ {\n\t t += (b ^ c ^ d) - 0x359d3e2a;\n\t }\n\n\t e = d;\n\t d = c;\n\t c = (b << 30) | (b >>> 2);\n\t b = a;\n\t a = t;\n\t }\n\n\t // Intermediate hash value\n\t H[0] = (H[0] + a) | 0;\n\t H[1] = (H[1] + b) | 0;\n\t H[2] = (H[2] + c) | 0;\n\t H[3] = (H[3] + d) | 0;\n\t H[4] = (H[4] + e) | 0;\n\t },\n\n\t _doFinalize: function () {\n\t // Shortcuts\n\t var data = this._data;\n\t var dataWords = data.words;\n\n\t var nBitsTotal = this._nDataBytes * 8;\n\t var nBitsLeft = data.sigBytes * 8;\n\n\t // Add padding\n\t dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);\n\t dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = Math.floor(nBitsTotal / 0x100000000);\n\t dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = nBitsTotal;\n\t data.sigBytes = dataWords.length * 4;\n\n\t // Hash final blocks\n\t this._process();\n\n\t // Return final computed hash\n\t return this._hash;\n\t },\n\n\t clone: function () {\n\t var clone = Hasher.clone.call(this);\n\t clone._hash = this._hash.clone();\n\n\t return clone;\n\t }\n\t });\n\n\t /**\n\t * Shortcut function to the hasher's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t *\n\t * @return {WordArray} The hash.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hash = CryptoJS.SHA1('message');\n\t * var hash = CryptoJS.SHA1(wordArray);\n\t */\n\t C.SHA1 = Hasher._createHelper(SHA1);\n\n\t /**\n\t * Shortcut function to the HMAC's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t * @param {WordArray|string} key The secret key.\n\t *\n\t * @return {WordArray} The HMAC.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hmac = CryptoJS.HmacSHA1(message, key);\n\t */\n\t C.HmacSHA1 = Hasher._createHmacHelper(SHA1);\n\t}());\n\n\n\treturn CryptoJS.SHA1;\n\n}));",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var Base = C_lib.Base;\n\t var C_enc = C.enc;\n\t var Utf8 = C_enc.Utf8;\n\t var C_algo = C.algo;\n\n\t /**\n\t * HMAC algorithm.\n\t */\n\t var HMAC = C_algo.HMAC = Base.extend({\n\t /**\n\t * Initializes a newly created HMAC.\n\t *\n\t * @param {Hasher} hasher The hash algorithm to use.\n\t * @param {WordArray|string} key The secret key.\n\t *\n\t * @example\n\t *\n\t * var hmacHasher = CryptoJS.algo.HMAC.create(CryptoJS.algo.SHA256, key);\n\t */\n\t init: function (hasher, key) {\n\t // Init hasher\n\t hasher = this._hasher = new hasher.init();\n\n\t // Convert string to WordArray, else assume WordArray already\n\t if (typeof key == 'string') {\n\t key = Utf8.parse(key);\n\t }\n\n\t // Shortcuts\n\t var hasherBlockSize = hasher.blockSize;\n\t var hasherBlockSizeBytes = hasherBlockSize * 4;\n\n\t // Allow arbitrary length keys\n\t if (key.sigBytes > hasherBlockSizeBytes) {\n\t key = hasher.finalize(key);\n\t }\n\n\t // Clamp excess bits\n\t key.clamp();\n\n\t // Clone key for inner and outer pads\n\t var oKey = this._oKey = key.clone();\n\t var iKey = this._iKey = key.clone();\n\n\t // Shortcuts\n\t var oKeyWords = oKey.words;\n\t var iKeyWords = iKey.words;\n\n\t // XOR keys with pad constants\n\t for (var i = 0; i < hasherBlockSize; i++) {\n\t oKeyWords[i] ^= 0x5c5c5c5c;\n\t iKeyWords[i] ^= 0x36363636;\n\t }\n\t oKey.sigBytes = iKey.sigBytes = hasherBlockSizeBytes;\n\n\t // Set initial values\n\t this.reset();\n\t },\n\n\t /**\n\t * Resets this HMAC to its initial state.\n\t *\n\t * @example\n\t *\n\t * hmacHasher.reset();\n\t */\n\t reset: function () {\n\t // Shortcut\n\t var hasher = this._hasher;\n\n\t // Reset\n\t hasher.reset();\n\t hasher.update(this._iKey);\n\t },\n\n\t /**\n\t * Updates this HMAC with a message.\n\t *\n\t * @param {WordArray|string} messageUpdate The message to append.\n\t *\n\t * @return {HMAC} This HMAC instance.\n\t *\n\t * @example\n\t *\n\t * hmacHasher.update('message');\n\t * hmacHasher.update(wordArray);\n\t */\n\t update: function (messageUpdate) {\n\t this._hasher.update(messageUpdate);\n\n\t // Chainable\n\t return this;\n\t },\n\n\t /**\n\t * Finalizes the HMAC computation.\n\t * Note that the finalize operation is effectively a destructive, read-once operation.\n\t *\n\t * @param {WordArray|string} messageUpdate (Optional) A final message update.\n\t *\n\t * @return {WordArray} The HMAC.\n\t *\n\t * @example\n\t *\n\t * var hmac = hmacHasher.finalize();\n\t * var hmac = hmacHasher.finalize('message');\n\t * var hmac = hmacHasher.finalize(wordArray);\n\t */\n\t finalize: function (messageUpdate) {\n\t // Shortcut\n\t var hasher = this._hasher;\n\n\t // Compute HMAC\n\t var innerHash = hasher.finalize(messageUpdate);\n\t hasher.reset();\n\t var hmac = hasher.finalize(this._oKey.clone().concat(innerHash));\n\n\t return hmac;\n\t }\n\t });\n\t}());\n\n\n}));","'use strict';\n\nvar has = Object.prototype.hasOwnProperty;\n\nvar hexTable = (function () {\n var array = [];\n for (var i = 0; i < 256; ++i) {\n array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase());\n }\n\n return array;\n}());\n\nvar compactQueue = function compactQueue(queue) {\n var obj;\n\n while (queue.length) {\n var item = queue.pop();\n obj = item.obj[item.prop];\n\n if (Array.isArray(obj)) {\n var compacted = [];\n\n for (var j = 0; j < obj.length; ++j) {\n if (typeof obj[j] !== 'undefined') {\n compacted.push(obj[j]);\n }\n }\n\n item.obj[item.prop] = compacted;\n }\n }\n\n return obj;\n};\n\nvar arrayToObject = function arrayToObject(source, options) {\n var obj = options && options.plainObjects ? Object.create(null) : {};\n for (var i = 0; i < source.length; ++i) {\n if (typeof source[i] !== 'undefined') {\n obj[i] = source[i];\n }\n }\n\n return obj;\n};\n\nvar merge = function merge(target, source, options) {\n if (!source) {\n return target;\n }\n\n if (typeof source !== 'object') {\n if (Array.isArray(target)) {\n target.push(source);\n } else if (typeof target === 'object') {\n if (options.plainObjects || options.allowPrototypes || !has.call(Object.prototype, source)) {\n target[source] = true;\n }\n } else {\n return [target, source];\n }\n\n return target;\n }\n\n if (typeof target !== 'object') {\n return [target].concat(source);\n }\n\n var mergeTarget = target;\n if (Array.isArray(target) && !Array.isArray(source)) {\n mergeTarget = arrayToObject(target, options);\n }\n\n if (Array.isArray(target) && Array.isArray(source)) {\n source.forEach(function (item, i) {\n if (has.call(target, i)) {\n if (target[i] && typeof target[i] === 'object') {\n target[i] = merge(target[i], item, options);\n } else {\n target.push(item);\n }\n } else {\n target[i] = item;\n }\n });\n return target;\n }\n\n return Object.keys(source).reduce(function (acc, key) {\n var value = source[key];\n\n if (has.call(acc, key)) {\n acc[key] = merge(acc[key], value, options);\n } else {\n acc[key] = value;\n }\n return acc;\n }, mergeTarget);\n};\n\nvar assign = function assignSingleSource(target, source) {\n return Object.keys(source).reduce(function (acc, key) {\n acc[key] = source[key];\n return acc;\n }, target);\n};\n\nvar decode = function (str) {\n try {\n return decodeURIComponent(str.replace(/\\+/g, ' '));\n } catch (e) {\n return str;\n }\n};\n\nvar encode = function encode(str) {\n // This code was originally written by Brian White (mscdex) for the io.js core querystring library.\n // It has been adapted here for stricter adherence to RFC 3986\n if (str.length === 0) {\n return str;\n }\n\n var string = typeof str === 'string' ? str : String(str);\n\n var out = '';\n for (var i = 0; i < string.length; ++i) {\n var c = string.charCodeAt(i);\n\n if (\n c === 0x2D // -\n || c === 0x2E // .\n || c === 0x5F // _\n || c === 0x7E // ~\n || (c >= 0x30 && c <= 0x39) // 0-9\n || (c >= 0x41 && c <= 0x5A) // a-z\n || (c >= 0x61 && c <= 0x7A) // A-Z\n ) {\n out += string.charAt(i);\n continue;\n }\n\n if (c < 0x80) {\n out = out + hexTable[c];\n continue;\n }\n\n if (c < 0x800) {\n out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]);\n continue;\n }\n\n if (c < 0xD800 || c >= 0xE000) {\n out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]);\n continue;\n }\n\n i += 1;\n c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF));\n out += hexTable[0xF0 | (c >> 18)]\n + hexTable[0x80 | ((c >> 12) & 0x3F)]\n + hexTable[0x80 | ((c >> 6) & 0x3F)]\n + hexTable[0x80 | (c & 0x3F)];\n }\n\n return out;\n};\n\nvar compact = function compact(value) {\n var queue = [{ obj: { o: value }, prop: 'o' }];\n var refs = [];\n\n for (var i = 0; i < queue.length; ++i) {\n var item = queue[i];\n var obj = item.obj[item.prop];\n\n var keys = Object.keys(obj);\n for (var j = 0; j < keys.length; ++j) {\n var key = keys[j];\n var val = obj[key];\n if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) {\n queue.push({ obj: obj, prop: key });\n refs.push(val);\n }\n }\n }\n\n return compactQueue(queue);\n};\n\nvar isRegExp = function isRegExp(obj) {\n return Object.prototype.toString.call(obj) === '[object RegExp]';\n};\n\nvar isBuffer = function isBuffer(obj) {\n if (obj === null || typeof obj === 'undefined') {\n return false;\n }\n\n return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj));\n};\n\nmodule.exports = {\n arrayToObject: arrayToObject,\n assign: assign,\n compact: compact,\n decode: decode,\n encode: encode,\n isBuffer: isBuffer,\n isRegExp: isRegExp,\n merge: merge\n};\n","'use strict';\n\nvar replace = String.prototype.replace;\nvar percentTwenties = /%20/g;\n\nmodule.exports = {\n 'default': 'RFC3986',\n formatters: {\n RFC1738: function (value) {\n return replace.call(value, percentTwenties, '+');\n },\n RFC3986: function (value) {\n return value;\n }\n },\n RFC1738: 'RFC1738',\n RFC3986: 'RFC3986'\n};\n",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function (Math) {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\t var Hasher = C_lib.Hasher;\n\t var C_algo = C.algo;\n\n\t // Initialization and round constants tables\n\t var H = [];\n\t var K = [];\n\n\t // Compute constants\n\t (function () {\n\t function isPrime(n) {\n\t var sqrtN = Math.sqrt(n);\n\t for (var factor = 2; factor <= sqrtN; factor++) {\n\t if (!(n % factor)) {\n\t return false;\n\t }\n\t }\n\n\t return true;\n\t }\n\n\t function getFractionalBits(n) {\n\t return ((n - (n | 0)) * 0x100000000) | 0;\n\t }\n\n\t var n = 2;\n\t var nPrime = 0;\n\t while (nPrime < 64) {\n\t if (isPrime(n)) {\n\t if (nPrime < 8) {\n\t H[nPrime] = getFractionalBits(Math.pow(n, 1 / 2));\n\t }\n\t K[nPrime] = getFractionalBits(Math.pow(n, 1 / 3));\n\n\t nPrime++;\n\t }\n\n\t n++;\n\t }\n\t }());\n\n\t // Reusable object\n\t var W = [];\n\n\t /**\n\t * SHA-256 hash algorithm.\n\t */\n\t var SHA256 = C_algo.SHA256 = Hasher.extend({\n\t _doReset: function () {\n\t this._hash = new WordArray.init(H.slice(0));\n\t },\n\n\t _doProcessBlock: function (M, offset) {\n\t // Shortcut\n\t var H = this._hash.words;\n\n\t // Working variables\n\t var a = H[0];\n\t var b = H[1];\n\t var c = H[2];\n\t var d = H[3];\n\t var e = H[4];\n\t var f = H[5];\n\t var g = H[6];\n\t var h = H[7];\n\n\t // Computation\n\t for (var i = 0; i < 64; i++) {\n\t if (i < 16) {\n\t W[i] = M[offset + i] | 0;\n\t } else {\n\t var gamma0x = W[i - 15];\n\t var gamma0 = ((gamma0x << 25) | (gamma0x >>> 7)) ^\n\t ((gamma0x << 14) | (gamma0x >>> 18)) ^\n\t (gamma0x >>> 3);\n\n\t var gamma1x = W[i - 2];\n\t var gamma1 = ((gamma1x << 15) | (gamma1x >>> 17)) ^\n\t ((gamma1x << 13) | (gamma1x >>> 19)) ^\n\t (gamma1x >>> 10);\n\n\t W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16];\n\t }\n\n\t var ch = (e & f) ^ (~e & g);\n\t var maj = (a & b) ^ (a & c) ^ (b & c);\n\n\t var sigma0 = ((a << 30) | (a >>> 2)) ^ ((a << 19) | (a >>> 13)) ^ ((a << 10) | (a >>> 22));\n\t var sigma1 = ((e << 26) | (e >>> 6)) ^ ((e << 21) | (e >>> 11)) ^ ((e << 7) | (e >>> 25));\n\n\t var t1 = h + sigma1 + ch + K[i] + W[i];\n\t var t2 = sigma0 + maj;\n\n\t h = g;\n\t g = f;\n\t f = e;\n\t e = (d + t1) | 0;\n\t d = c;\n\t c = b;\n\t b = a;\n\t a = (t1 + t2) | 0;\n\t }\n\n\t // Intermediate hash value\n\t H[0] = (H[0] + a) | 0;\n\t H[1] = (H[1] + b) | 0;\n\t H[2] = (H[2] + c) | 0;\n\t H[3] = (H[3] + d) | 0;\n\t H[4] = (H[4] + e) | 0;\n\t H[5] = (H[5] + f) | 0;\n\t H[6] = (H[6] + g) | 0;\n\t H[7] = (H[7] + h) | 0;\n\t },\n\n\t _doFinalize: function () {\n\t // Shortcuts\n\t var data = this._data;\n\t var dataWords = data.words;\n\n\t var nBitsTotal = this._nDataBytes * 8;\n\t var nBitsLeft = data.sigBytes * 8;\n\n\t // Add padding\n\t dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);\n\t dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = Math.floor(nBitsTotal / 0x100000000);\n\t dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 15] = nBitsTotal;\n\t data.sigBytes = dataWords.length * 4;\n\n\t // Hash final blocks\n\t this._process();\n\n\t // Return final computed hash\n\t return this._hash;\n\t },\n\n\t clone: function () {\n\t var clone = Hasher.clone.call(this);\n\t clone._hash = this._hash.clone();\n\n\t return clone;\n\t }\n\t });\n\n\t /**\n\t * Shortcut function to the hasher's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t *\n\t * @return {WordArray} The hash.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hash = CryptoJS.SHA256('message');\n\t * var hash = CryptoJS.SHA256(wordArray);\n\t */\n\t C.SHA256 = Hasher._createHelper(SHA256);\n\n\t /**\n\t * Shortcut function to the HMAC's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t * @param {WordArray|string} key The secret key.\n\t *\n\t * @return {WordArray} The HMAC.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hmac = CryptoJS.HmacSHA256(message, key);\n\t */\n\t C.HmacSHA256 = Hasher._createHmacHelper(SHA256);\n\t}(Math));\n\n\n\treturn CryptoJS.SHA256;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./x64-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./x64-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var Hasher = C_lib.Hasher;\n\t var C_x64 = C.x64;\n\t var X64Word = C_x64.Word;\n\t var X64WordArray = C_x64.WordArray;\n\t var C_algo = C.algo;\n\n\t function X64Word_create() {\n\t return X64Word.create.apply(X64Word, arguments);\n\t }\n\n\t // Constants\n\t var K = [\n\t X64Word_create(0x428a2f98, 0xd728ae22), X64Word_create(0x71374491, 0x23ef65cd),\n\t X64Word_create(0xb5c0fbcf, 0xec4d3b2f), X64Word_create(0xe9b5dba5, 0x8189dbbc),\n\t X64Word_create(0x3956c25b, 0xf348b538), X64Word_create(0x59f111f1, 0xb605d019),\n\t X64Word_create(0x923f82a4, 0xaf194f9b), X64Word_create(0xab1c5ed5, 0xda6d8118),\n\t X64Word_create(0xd807aa98, 0xa3030242), X64Word_create(0x12835b01, 0x45706fbe),\n\t X64Word_create(0x243185be, 0x4ee4b28c), X64Word_create(0x550c7dc3, 0xd5ffb4e2),\n\t X64Word_create(0x72be5d74, 0xf27b896f), X64Word_create(0x80deb1fe, 0x3b1696b1),\n\t X64Word_create(0x9bdc06a7, 0x25c71235), X64Word_create(0xc19bf174, 0xcf692694),\n\t X64Word_create(0xe49b69c1, 0x9ef14ad2), X64Word_create(0xefbe4786, 0x384f25e3),\n\t X64Word_create(0x0fc19dc6, 0x8b8cd5b5), X64Word_create(0x240ca1cc, 0x77ac9c65),\n\t X64Word_create(0x2de92c6f, 0x592b0275), X64Word_create(0x4a7484aa, 0x6ea6e483),\n\t X64Word_create(0x5cb0a9dc, 0xbd41fbd4), X64Word_create(0x76f988da, 0x831153b5),\n\t X64Word_create(0x983e5152, 0xee66dfab), X64Word_create(0xa831c66d, 0x2db43210),\n\t X64Word_create(0xb00327c8, 0x98fb213f), X64Word_create(0xbf597fc7, 0xbeef0ee4),\n\t X64Word_create(0xc6e00bf3, 0x3da88fc2), X64Word_create(0xd5a79147, 0x930aa725),\n\t X64Word_create(0x06ca6351, 0xe003826f), X64Word_create(0x14292967, 0x0a0e6e70),\n\t X64Word_create(0x27b70a85, 0x46d22ffc), X64Word_create(0x2e1b2138, 0x5c26c926),\n\t X64Word_create(0x4d2c6dfc, 0x5ac42aed), X64Word_create(0x53380d13, 0x9d95b3df),\n\t X64Word_create(0x650a7354, 0x8baf63de), X64Word_create(0x766a0abb, 0x3c77b2a8),\n\t X64Word_create(0x81c2c92e, 0x47edaee6), X64Word_create(0x92722c85, 0x1482353b),\n\t X64Word_create(0xa2bfe8a1, 0x4cf10364), X64Word_create(0xa81a664b, 0xbc423001),\n\t X64Word_create(0xc24b8b70, 0xd0f89791), X64Word_create(0xc76c51a3, 0x0654be30),\n\t X64Word_create(0xd192e819, 0xd6ef5218), X64Word_create(0xd6990624, 0x5565a910),\n\t X64Word_create(0xf40e3585, 0x5771202a), X64Word_create(0x106aa070, 0x32bbd1b8),\n\t X64Word_create(0x19a4c116, 0xb8d2d0c8), X64Word_create(0x1e376c08, 0x5141ab53),\n\t X64Word_create(0x2748774c, 0xdf8eeb99), X64Word_create(0x34b0bcb5, 0xe19b48a8),\n\t X64Word_create(0x391c0cb3, 0xc5c95a63), X64Word_create(0x4ed8aa4a, 0xe3418acb),\n\t X64Word_create(0x5b9cca4f, 0x7763e373), X64Word_create(0x682e6ff3, 0xd6b2b8a3),\n\t X64Word_create(0x748f82ee, 0x5defb2fc), X64Word_create(0x78a5636f, 0x43172f60),\n\t X64Word_create(0x84c87814, 0xa1f0ab72), X64Word_create(0x8cc70208, 0x1a6439ec),\n\t X64Word_create(0x90befffa, 0x23631e28), X64Word_create(0xa4506ceb, 0xde82bde9),\n\t X64Word_create(0xbef9a3f7, 0xb2c67915), X64Word_create(0xc67178f2, 0xe372532b),\n\t X64Word_create(0xca273ece, 0xea26619c), X64Word_create(0xd186b8c7, 0x21c0c207),\n\t X64Word_create(0xeada7dd6, 0xcde0eb1e), X64Word_create(0xf57d4f7f, 0xee6ed178),\n\t X64Word_create(0x06f067aa, 0x72176fba), X64Word_create(0x0a637dc5, 0xa2c898a6),\n\t X64Word_create(0x113f9804, 0xbef90dae), X64Word_create(0x1b710b35, 0x131c471b),\n\t X64Word_create(0x28db77f5, 0x23047d84), X64Word_create(0x32caab7b, 0x40c72493),\n\t X64Word_create(0x3c9ebe0a, 0x15c9bebc), X64Word_create(0x431d67c4, 0x9c100d4c),\n\t X64Word_create(0x4cc5d4be, 0xcb3e42b6), X64Word_create(0x597f299c, 0xfc657e2a),\n\t X64Word_create(0x5fcb6fab, 0x3ad6faec), X64Word_create(0x6c44198c, 0x4a475817)\n\t ];\n\n\t // Reusable objects\n\t var W = [];\n\t (function () {\n\t for (var i = 0; i < 80; i++) {\n\t W[i] = X64Word_create();\n\t }\n\t }());\n\n\t /**\n\t * SHA-512 hash algorithm.\n\t */\n\t var SHA512 = C_algo.SHA512 = Hasher.extend({\n\t _doReset: function () {\n\t this._hash = new X64WordArray.init([\n\t new X64Word.init(0x6a09e667, 0xf3bcc908), new X64Word.init(0xbb67ae85, 0x84caa73b),\n\t new X64Word.init(0x3c6ef372, 0xfe94f82b), new X64Word.init(0xa54ff53a, 0x5f1d36f1),\n\t new X64Word.init(0x510e527f, 0xade682d1), new X64Word.init(0x9b05688c, 0x2b3e6c1f),\n\t new X64Word.init(0x1f83d9ab, 0xfb41bd6b), new X64Word.init(0x5be0cd19, 0x137e2179)\n\t ]);\n\t },\n\n\t _doProcessBlock: function (M, offset) {\n\t // Shortcuts\n\t var H = this._hash.words;\n\n\t var H0 = H[0];\n\t var H1 = H[1];\n\t var H2 = H[2];\n\t var H3 = H[3];\n\t var H4 = H[4];\n\t var H5 = H[5];\n\t var H6 = H[6];\n\t var H7 = H[7];\n\n\t var H0h = H0.high;\n\t var H0l = H0.low;\n\t var H1h = H1.high;\n\t var H1l = H1.low;\n\t var H2h = H2.high;\n\t var H2l = H2.low;\n\t var H3h = H3.high;\n\t var H3l = H3.low;\n\t var H4h = H4.high;\n\t var H4l = H4.low;\n\t var H5h = H5.high;\n\t var H5l = H5.low;\n\t var H6h = H6.high;\n\t var H6l = H6.low;\n\t var H7h = H7.high;\n\t var H7l = H7.low;\n\n\t // Working variables\n\t var ah = H0h;\n\t var al = H0l;\n\t var bh = H1h;\n\t var bl = H1l;\n\t var ch = H2h;\n\t var cl = H2l;\n\t var dh = H3h;\n\t var dl = H3l;\n\t var eh = H4h;\n\t var el = H4l;\n\t var fh = H5h;\n\t var fl = H5l;\n\t var gh = H6h;\n\t var gl = H6l;\n\t var hh = H7h;\n\t var hl = H7l;\n\n\t // Rounds\n\t for (var i = 0; i < 80; i++) {\n\t // Shortcut\n\t var Wi = W[i];\n\n\t // Extend message\n\t if (i < 16) {\n\t var Wih = Wi.high = M[offset + i * 2] | 0;\n\t var Wil = Wi.low = M[offset + i * 2 + 1] | 0;\n\t } else {\n\t // Gamma0\n\t var gamma0x = W[i - 15];\n\t var gamma0xh = gamma0x.high;\n\t var gamma0xl = gamma0x.low;\n\t var gamma0h = ((gamma0xh >>> 1) | (gamma0xl << 31)) ^ ((gamma0xh >>> 8) | (gamma0xl << 24)) ^ (gamma0xh >>> 7);\n\t var gamma0l = ((gamma0xl >>> 1) | (gamma0xh << 31)) ^ ((gamma0xl >>> 8) | (gamma0xh << 24)) ^ ((gamma0xl >>> 7) | (gamma0xh << 25));\n\n\t // Gamma1\n\t var gamma1x = W[i - 2];\n\t var gamma1xh = gamma1x.high;\n\t var gamma1xl = gamma1x.low;\n\t var gamma1h = ((gamma1xh >>> 19) | (gamma1xl << 13)) ^ ((gamma1xh << 3) | (gamma1xl >>> 29)) ^ (gamma1xh >>> 6);\n\t var gamma1l = ((gamma1xl >>> 19) | (gamma1xh << 13)) ^ ((gamma1xl << 3) | (gamma1xh >>> 29)) ^ ((gamma1xl >>> 6) | (gamma1xh << 26));\n\n\t // W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16]\n\t var Wi7 = W[i - 7];\n\t var Wi7h = Wi7.high;\n\t var Wi7l = Wi7.low;\n\n\t var Wi16 = W[i - 16];\n\t var Wi16h = Wi16.high;\n\t var Wi16l = Wi16.low;\n\n\t var Wil = gamma0l + Wi7l;\n\t var Wih = gamma0h + Wi7h + ((Wil >>> 0) < (gamma0l >>> 0) ? 1 : 0);\n\t var Wil = Wil + gamma1l;\n\t var Wih = Wih + gamma1h + ((Wil >>> 0) < (gamma1l >>> 0) ? 1 : 0);\n\t var Wil = Wil + Wi16l;\n\t var Wih = Wih + Wi16h + ((Wil >>> 0) < (Wi16l >>> 0) ? 1 : 0);\n\n\t Wi.high = Wih;\n\t Wi.low = Wil;\n\t }\n\n\t var chh = (eh & fh) ^ (~eh & gh);\n\t var chl = (el & fl) ^ (~el & gl);\n\t var majh = (ah & bh) ^ (ah & ch) ^ (bh & ch);\n\t var majl = (al & bl) ^ (al & cl) ^ (bl & cl);\n\n\t var sigma0h = ((ah >>> 28) | (al << 4)) ^ ((ah << 30) | (al >>> 2)) ^ ((ah << 25) | (al >>> 7));\n\t var sigma0l = ((al >>> 28) | (ah << 4)) ^ ((al << 30) | (ah >>> 2)) ^ ((al << 25) | (ah >>> 7));\n\t var sigma1h = ((eh >>> 14) | (el << 18)) ^ ((eh >>> 18) | (el << 14)) ^ ((eh << 23) | (el >>> 9));\n\t var sigma1l = ((el >>> 14) | (eh << 18)) ^ ((el >>> 18) | (eh << 14)) ^ ((el << 23) | (eh >>> 9));\n\n\t // t1 = h + sigma1 + ch + K[i] + W[i]\n\t var Ki = K[i];\n\t var Kih = Ki.high;\n\t var Kil = Ki.low;\n\n\t var t1l = hl + sigma1l;\n\t var t1h = hh + sigma1h + ((t1l >>> 0) < (hl >>> 0) ? 1 : 0);\n\t var t1l = t1l + chl;\n\t var t1h = t1h + chh + ((t1l >>> 0) < (chl >>> 0) ? 1 : 0);\n\t var t1l = t1l + Kil;\n\t var t1h = t1h + Kih + ((t1l >>> 0) < (Kil >>> 0) ? 1 : 0);\n\t var t1l = t1l + Wil;\n\t var t1h = t1h + Wih + ((t1l >>> 0) < (Wil >>> 0) ? 1 : 0);\n\n\t // t2 = sigma0 + maj\n\t var t2l = sigma0l + majl;\n\t var t2h = sigma0h + majh + ((t2l >>> 0) < (sigma0l >>> 0) ? 1 : 0);\n\n\t // Update working variables\n\t hh = gh;\n\t hl = gl;\n\t gh = fh;\n\t gl = fl;\n\t fh = eh;\n\t fl = el;\n\t el = (dl + t1l) | 0;\n\t eh = (dh + t1h + ((el >>> 0) < (dl >>> 0) ? 1 : 0)) | 0;\n\t dh = ch;\n\t dl = cl;\n\t ch = bh;\n\t cl = bl;\n\t bh = ah;\n\t bl = al;\n\t al = (t1l + t2l) | 0;\n\t ah = (t1h + t2h + ((al >>> 0) < (t1l >>> 0) ? 1 : 0)) | 0;\n\t }\n\n\t // Intermediate hash value\n\t H0l = H0.low = (H0l + al);\n\t H0.high = (H0h + ah + ((H0l >>> 0) < (al >>> 0) ? 1 : 0));\n\t H1l = H1.low = (H1l + bl);\n\t H1.high = (H1h + bh + ((H1l >>> 0) < (bl >>> 0) ? 1 : 0));\n\t H2l = H2.low = (H2l + cl);\n\t H2.high = (H2h + ch + ((H2l >>> 0) < (cl >>> 0) ? 1 : 0));\n\t H3l = H3.low = (H3l + dl);\n\t H3.high = (H3h + dh + ((H3l >>> 0) < (dl >>> 0) ? 1 : 0));\n\t H4l = H4.low = (H4l + el);\n\t H4.high = (H4h + eh + ((H4l >>> 0) < (el >>> 0) ? 1 : 0));\n\t H5l = H5.low = (H5l + fl);\n\t H5.high = (H5h + fh + ((H5l >>> 0) < (fl >>> 0) ? 1 : 0));\n\t H6l = H6.low = (H6l + gl);\n\t H6.high = (H6h + gh + ((H6l >>> 0) < (gl >>> 0) ? 1 : 0));\n\t H7l = H7.low = (H7l + hl);\n\t H7.high = (H7h + hh + ((H7l >>> 0) < (hl >>> 0) ? 1 : 0));\n\t },\n\n\t _doFinalize: function () {\n\t // Shortcuts\n\t var data = this._data;\n\t var dataWords = data.words;\n\n\t var nBitsTotal = this._nDataBytes * 8;\n\t var nBitsLeft = data.sigBytes * 8;\n\n\t // Add padding\n\t dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);\n\t dataWords[(((nBitsLeft + 128) >>> 10) << 5) + 30] = Math.floor(nBitsTotal / 0x100000000);\n\t dataWords[(((nBitsLeft + 128) >>> 10) << 5) + 31] = nBitsTotal;\n\t data.sigBytes = dataWords.length * 4;\n\n\t // Hash final blocks\n\t this._process();\n\n\t // Convert hash to 32-bit word array before returning\n\t var hash = this._hash.toX32();\n\n\t // Return final computed hash\n\t return hash;\n\t },\n\n\t clone: function () {\n\t var clone = Hasher.clone.call(this);\n\t clone._hash = this._hash.clone();\n\n\t return clone;\n\t },\n\n\t blockSize: 1024/32\n\t });\n\n\t /**\n\t * Shortcut function to the hasher's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t *\n\t * @return {WordArray} The hash.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hash = CryptoJS.SHA512('message');\n\t * var hash = CryptoJS.SHA512(wordArray);\n\t */\n\t C.SHA512 = Hasher._createHelper(SHA512);\n\n\t /**\n\t * Shortcut function to the HMAC's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t * @param {WordArray|string} key The secret key.\n\t *\n\t * @return {WordArray} The HMAC.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hmac = CryptoJS.HmacSHA512(message, key);\n\t */\n\t C.HmacSHA512 = Hasher._createHmacHelper(SHA512);\n\t}());\n\n\n\treturn CryptoJS.SHA512;\n\n}));","'use strict';\n\nvar stringify = require('./stringify');\nvar parse = require('./parse');\nvar formats = require('./formats');\n\nmodule.exports = {\n formats: formats,\n parse: parse,\n stringify: stringify\n};\n","module.exports = require('./lib/dot-querystring');","module.exports = __WEBPACK_EXTERNAL_MODULE__21__;","'use strict';\n\nvar utils = require('./utils');\nvar formats = require('./formats');\n\nvar arrayPrefixGenerators = {\n brackets: function brackets(prefix) { // eslint-disable-line func-name-matching\n return prefix + '[]';\n },\n indices: function indices(prefix, key) { // eslint-disable-line func-name-matching\n return prefix + '[' + key + ']';\n },\n repeat: function repeat(prefix) { // eslint-disable-line func-name-matching\n return prefix;\n }\n};\n\nvar toISO = Date.prototype.toISOString;\n\nvar defaults = {\n delimiter: '&',\n encode: true,\n encoder: utils.encode,\n encodeValuesOnly: false,\n serializeDate: function serializeDate(date) { // eslint-disable-line func-name-matching\n return toISO.call(date);\n },\n skipNulls: false,\n strictNullHandling: false\n};\n\nvar stringify = function stringify( // eslint-disable-line func-name-matching\n object,\n prefix,\n generateArrayPrefix,\n strictNullHandling,\n skipNulls,\n encoder,\n filter,\n sort,\n allowDots,\n serializeDate,\n formatter,\n encodeValuesOnly\n) {\n var obj = object;\n if (typeof filter === 'function') {\n obj = filter(prefix, obj);\n } else if (obj instanceof Date) {\n obj = serializeDate(obj);\n } else if (obj === null) {\n if (strictNullHandling) {\n return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder) : prefix;\n }\n\n obj = '';\n }\n\n if (typeof obj === 'string' || typeof obj === 'number' || typeof obj === 'boolean' || utils.isBuffer(obj)) {\n if (encoder) {\n var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder);\n return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder))];\n }\n return [formatter(prefix) + '=' + formatter(String(obj))];\n }\n\n var values = [];\n\n if (typeof obj === 'undefined') {\n return values;\n }\n\n var objKeys;\n if (Array.isArray(filter)) {\n objKeys = filter;\n } else {\n var keys = Object.keys(obj);\n objKeys = sort ? keys.sort(sort) : keys;\n }\n\n for (var i = 0; i < objKeys.length; ++i) {\n var key = objKeys[i];\n\n if (skipNulls && obj[key] === null) {\n continue;\n }\n\n if (Array.isArray(obj)) {\n values = values.concat(stringify(\n obj[key],\n generateArrayPrefix(prefix, key),\n generateArrayPrefix,\n strictNullHandling,\n skipNulls,\n encoder,\n filter,\n sort,\n allowDots,\n serializeDate,\n formatter,\n encodeValuesOnly\n ));\n } else {\n values = values.concat(stringify(\n obj[key],\n prefix + (allowDots ? '.' + key : '[' + key + ']'),\n generateArrayPrefix,\n strictNullHandling,\n skipNulls,\n encoder,\n filter,\n sort,\n allowDots,\n serializeDate,\n formatter,\n encodeValuesOnly\n ));\n }\n }\n\n return values;\n};\n\nmodule.exports = function (object, opts) {\n var obj = object;\n var options = opts ? utils.assign({}, opts) : {};\n\n if (options.encoder !== null && options.encoder !== undefined && typeof options.encoder !== 'function') {\n throw new TypeError('Encoder has to be a function.');\n }\n\n var delimiter = typeof options.delimiter === 'undefined' ? defaults.delimiter : options.delimiter;\n var strictNullHandling = typeof options.strictNullHandling === 'boolean' ? options.strictNullHandling : defaults.strictNullHandling;\n var skipNulls = typeof options.skipNulls === 'boolean' ? options.skipNulls : defaults.skipNulls;\n var encode = typeof options.encode === 'boolean' ? options.encode : defaults.encode;\n var encoder = typeof options.encoder === 'function' ? options.encoder : defaults.encoder;\n var sort = typeof options.sort === 'function' ? options.sort : null;\n var allowDots = typeof options.allowDots === 'undefined' ? false : options.allowDots;\n var serializeDate = typeof options.serializeDate === 'function' ? options.serializeDate : defaults.serializeDate;\n var encodeValuesOnly = typeof options.encodeValuesOnly === 'boolean' ? options.encodeValuesOnly : defaults.encodeValuesOnly;\n if (typeof options.format === 'undefined') {\n options.format = formats['default'];\n } else if (!Object.prototype.hasOwnProperty.call(formats.formatters, options.format)) {\n throw new TypeError('Unknown format option provided.');\n }\n var formatter = formats.formatters[options.format];\n var objKeys;\n var filter;\n\n if (typeof options.filter === 'function') {\n filter = options.filter;\n obj = filter('', obj);\n } else if (Array.isArray(options.filter)) {\n filter = options.filter;\n objKeys = filter;\n }\n\n var keys = [];\n\n if (typeof obj !== 'object' || obj === null) {\n return '';\n }\n\n var arrayFormat;\n if (options.arrayFormat in arrayPrefixGenerators) {\n arrayFormat = options.arrayFormat;\n } else if ('indices' in options) {\n arrayFormat = options.indices ? 'indices' : 'repeat';\n } else {\n arrayFormat = 'indices';\n }\n\n var generateArrayPrefix = arrayPrefixGenerators[arrayFormat];\n\n if (!objKeys) {\n objKeys = Object.keys(obj);\n }\n\n if (sort) {\n objKeys.sort(sort);\n }\n\n for (var i = 0; i < objKeys.length; ++i) {\n var key = objKeys[i];\n\n if (skipNulls && obj[key] === null) {\n continue;\n }\n\n keys = keys.concat(stringify(\n obj[key],\n key,\n generateArrayPrefix,\n strictNullHandling,\n skipNulls,\n encode ? encoder : null,\n filter,\n sort,\n allowDots,\n serializeDate,\n formatter,\n encodeValuesOnly\n ));\n }\n\n var joined = keys.join(delimiter);\n var prefix = options.addQueryPrefix === true ? '?' : '';\n\n return joined.length > 0 ? prefix + joined : '';\n};\n","'use strict';\n\nvar utils = require('./utils');\n\nvar has = Object.prototype.hasOwnProperty;\n\nvar defaults = {\n allowDots: false,\n allowPrototypes: false,\n arrayLimit: 20,\n decoder: utils.decode,\n delimiter: '&',\n depth: 5,\n parameterLimit: 1000,\n plainObjects: false,\n strictNullHandling: false\n};\n\nvar parseValues = function parseQueryStringValues(str, options) {\n var obj = {};\n var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\\?/, '') : str;\n var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;\n var parts = cleanStr.split(options.delimiter, limit);\n\n for (var i = 0; i < parts.length; ++i) {\n var part = parts[i];\n\n var bracketEqualsPos = part.indexOf(']=');\n var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1;\n\n var key, val;\n if (pos === -1) {\n key = options.decoder(part, defaults.decoder);\n val = options.strictNullHandling ? null : '';\n } else {\n key = options.decoder(part.slice(0, pos), defaults.decoder);\n val = options.decoder(part.slice(pos + 1), defaults.decoder);\n }\n if (has.call(obj, key)) {\n obj[key] = [].concat(obj[key]).concat(val);\n } else {\n obj[key] = val;\n }\n }\n\n return obj;\n};\n\nvar parseObject = function (chain, val, options) {\n var leaf = val;\n\n for (var i = chain.length - 1; i >= 0; --i) {\n var obj;\n var root = chain[i];\n\n if (root === '[]') {\n obj = [];\n obj = obj.concat(leaf);\n } else {\n obj = options.plainObjects ? Object.create(null) : {};\n var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root;\n var index = parseInt(cleanRoot, 10);\n if (\n !isNaN(index)\n && root !== cleanRoot\n && String(index) === cleanRoot\n && index >= 0\n && (options.parseArrays && index <= options.arrayLimit)\n ) {\n obj = [];\n obj[index] = leaf;\n } else {\n obj[cleanRoot] = leaf;\n }\n }\n\n leaf = obj;\n }\n\n return leaf;\n};\n\nvar parseKeys = function parseQueryStringKeys(givenKey, val, options) {\n if (!givenKey) {\n return;\n }\n\n // Transform dot notation to bracket notation\n var key = options.allowDots ? givenKey.replace(/\\.([^.[]+)/g, '[$1]') : givenKey;\n\n // The regex chunks\n\n var brackets = /(\\[[^[\\]]*])/;\n var child = /(\\[[^[\\]]*])/g;\n\n // Get the parent\n\n var segment = brackets.exec(key);\n var parent = segment ? key.slice(0, segment.index) : key;\n\n // Stash the parent if it exists\n\n var keys = [];\n if (parent) {\n // If we aren't using plain objects, optionally prefix keys\n // that would overwrite object prototype properties\n if (!options.plainObjects && has.call(Object.prototype, parent)) {\n if (!options.allowPrototypes) {\n return;\n }\n }\n\n keys.push(parent);\n }\n\n // Loop through children appending to the array until we hit depth\n\n var i = 0;\n while ((segment = child.exec(key)) !== null && i < options.depth) {\n i += 1;\n if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) {\n if (!options.allowPrototypes) {\n return;\n }\n }\n keys.push(segment[1]);\n }\n\n // If there's a remainder, just add whatever is left\n\n if (segment) {\n keys.push('[' + key.slice(segment.index) + ']');\n }\n\n return parseObject(keys, val, options);\n};\n\nmodule.exports = function (str, opts) {\n var options = opts ? utils.assign({}, opts) : {};\n\n if (options.decoder !== null && options.decoder !== undefined && typeof options.decoder !== 'function') {\n throw new TypeError('Decoder has to be a function.');\n }\n\n options.ignoreQueryPrefix = options.ignoreQueryPrefix === true;\n options.delimiter = typeof options.delimiter === 'string' || utils.isRegExp(options.delimiter) ? options.delimiter : defaults.delimiter;\n options.depth = typeof options.depth === 'number' ? options.depth : defaults.depth;\n options.arrayLimit = typeof options.arrayLimit === 'number' ? options.arrayLimit : defaults.arrayLimit;\n options.parseArrays = options.parseArrays !== false;\n options.decoder = typeof options.decoder === 'function' ? options.decoder : defaults.decoder;\n options.allowDots = typeof options.allowDots === 'boolean' ? options.allowDots : defaults.allowDots;\n options.plainObjects = typeof options.plainObjects === 'boolean' ? options.plainObjects : defaults.plainObjects;\n options.allowPrototypes = typeof options.allowPrototypes === 'boolean' ? options.allowPrototypes : defaults.allowPrototypes;\n options.parameterLimit = typeof options.parameterLimit === 'number' ? options.parameterLimit : defaults.parameterLimit;\n options.strictNullHandling = typeof options.strictNullHandling === 'boolean' ? options.strictNullHandling : defaults.strictNullHandling;\n\n if (str === '' || str === null || typeof str === 'undefined') {\n return options.plainObjects ? Object.create(null) : {};\n }\n\n var tempObj = typeof str === 'string' ? parseValues(str, options) : str;\n var obj = options.plainObjects ? Object.create(null) : {};\n\n // Iterate over the keys and setup the new object\n\n var keys = Object.keys(tempObj);\n for (var i = 0; i < keys.length; ++i) {\n var key = keys[i];\n var newObj = parseKeys(key, tempObj[key], options);\n obj = utils.merge(obj, newObj, options);\n }\n\n return utils.compact(obj);\n};\n",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Check if typed arrays are supported\n\t if (typeof ArrayBuffer != 'function') {\n\t return;\n\t }\n\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\n\t // Reference original init\n\t var superInit = WordArray.init;\n\n\t // Augment WordArray.init to handle typed arrays\n\t var subInit = WordArray.init = function (typedArray) {\n\t // Convert buffers to uint8\n\t if (typedArray instanceof ArrayBuffer) {\n\t typedArray = new Uint8Array(typedArray);\n\t }\n\n\t // Convert other array views to uint8\n\t if (\n\t typedArray instanceof Int8Array ||\n\t (typeof Uint8ClampedArray !== \"undefined\" && typedArray instanceof Uint8ClampedArray) ||\n\t typedArray instanceof Int16Array ||\n\t typedArray instanceof Uint16Array ||\n\t typedArray instanceof Int32Array ||\n\t typedArray instanceof Uint32Array ||\n\t typedArray instanceof Float32Array ||\n\t typedArray instanceof Float64Array\n\t ) {\n\t typedArray = new Uint8Array(typedArray.buffer, typedArray.byteOffset, typedArray.byteLength);\n\t }\n\n\t // Handle Uint8Array\n\t if (typedArray instanceof Uint8Array) {\n\t // Shortcut\n\t var typedArrayByteLength = typedArray.byteLength;\n\n\t // Extract bytes\n\t var words = [];\n\t for (var i = 0; i < typedArrayByteLength; i++) {\n\t words[i >>> 2] |= typedArray[i] << (24 - (i % 4) * 8);\n\t }\n\n\t // Initialize this word array\n\t superInit.call(this, words, typedArrayByteLength);\n\t } else {\n\t // Else call normal init\n\t superInit.apply(this, arguments);\n\t }\n\t };\n\n\t subInit.prototype = WordArray;\n\t}());\n\n\n\treturn CryptoJS.lib.WordArray;\n\n}));",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\t var C_enc = C.enc;\n\n\t /**\n\t * UTF-16 BE encoding strategy.\n\t */\n\t var Utf16BE = C_enc.Utf16 = C_enc.Utf16BE = {\n\t /**\n\t * Converts a word array to a UTF-16 BE string.\n\t *\n\t * @param {WordArray} wordArray The word array.\n\t *\n\t * @return {string} The UTF-16 BE string.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var utf16String = CryptoJS.enc.Utf16.stringify(wordArray);\n\t */\n\t stringify: function (wordArray) {\n\t // Shortcuts\n\t var words = wordArray.words;\n\t var sigBytes = wordArray.sigBytes;\n\n\t // Convert\n\t var utf16Chars = [];\n\t for (var i = 0; i < sigBytes; i += 2) {\n\t var codePoint = (words[i >>> 2] >>> (16 - (i % 4) * 8)) & 0xffff;\n\t utf16Chars.push(String.fromCharCode(codePoint));\n\t }\n\n\t return utf16Chars.join('');\n\t },\n\n\t /**\n\t * Converts a UTF-16 BE string to a word array.\n\t *\n\t * @param {string} utf16Str The UTF-16 BE string.\n\t *\n\t * @return {WordArray} The word array.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var wordArray = CryptoJS.enc.Utf16.parse(utf16String);\n\t */\n\t parse: function (utf16Str) {\n\t // Shortcut\n\t var utf16StrLength = utf16Str.length;\n\n\t // Convert\n\t var words = [];\n\t for (var i = 0; i < utf16StrLength; i++) {\n\t words[i >>> 1] |= utf16Str.charCodeAt(i) << (16 - (i % 2) * 16);\n\t }\n\n\t return WordArray.create(words, utf16StrLength * 2);\n\t }\n\t };\n\n\t /**\n\t * UTF-16 LE encoding strategy.\n\t */\n\t C_enc.Utf16LE = {\n\t /**\n\t * Converts a word array to a UTF-16 LE string.\n\t *\n\t * @param {WordArray} wordArray The word array.\n\t *\n\t * @return {string} The UTF-16 LE string.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var utf16Str = CryptoJS.enc.Utf16LE.stringify(wordArray);\n\t */\n\t stringify: function (wordArray) {\n\t // Shortcuts\n\t var words = wordArray.words;\n\t var sigBytes = wordArray.sigBytes;\n\n\t // Convert\n\t var utf16Chars = [];\n\t for (var i = 0; i < sigBytes; i += 2) {\n\t var codePoint = swapEndian((words[i >>> 2] >>> (16 - (i % 4) * 8)) & 0xffff);\n\t utf16Chars.push(String.fromCharCode(codePoint));\n\t }\n\n\t return utf16Chars.join('');\n\t },\n\n\t /**\n\t * Converts a UTF-16 LE string to a word array.\n\t *\n\t * @param {string} utf16Str The UTF-16 LE string.\n\t *\n\t * @return {WordArray} The word array.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var wordArray = CryptoJS.enc.Utf16LE.parse(utf16Str);\n\t */\n\t parse: function (utf16Str) {\n\t // Shortcut\n\t var utf16StrLength = utf16Str.length;\n\n\t // Convert\n\t var words = [];\n\t for (var i = 0; i < utf16StrLength; i++) {\n\t words[i >>> 1] |= swapEndian(utf16Str.charCodeAt(i) << (16 - (i % 2) * 16));\n\t }\n\n\t return WordArray.create(words, utf16StrLength * 2);\n\t }\n\t };\n\n\t function swapEndian(word) {\n\t return ((word << 8) & 0xff00ff00) | ((word >>> 8) & 0x00ff00ff);\n\t }\n\t}());\n\n\n\treturn CryptoJS.enc.Utf16;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./sha256\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./sha256\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\t var C_algo = C.algo;\n\t var SHA256 = C_algo.SHA256;\n\n\t /**\n\t * SHA-224 hash algorithm.\n\t */\n\t var SHA224 = C_algo.SHA224 = SHA256.extend({\n\t _doReset: function () {\n\t this._hash = new WordArray.init([\n\t 0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939,\n\t 0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4\n\t ]);\n\t },\n\n\t _doFinalize: function () {\n\t var hash = SHA256._doFinalize.call(this);\n\n\t hash.sigBytes -= 4;\n\n\t return hash;\n\t }\n\t });\n\n\t /**\n\t * Shortcut function to the hasher's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t *\n\t * @return {WordArray} The hash.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hash = CryptoJS.SHA224('message');\n\t * var hash = CryptoJS.SHA224(wordArray);\n\t */\n\t C.SHA224 = SHA256._createHelper(SHA224);\n\n\t /**\n\t * Shortcut function to the HMAC's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t * @param {WordArray|string} key The secret key.\n\t *\n\t * @return {WordArray} The HMAC.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hmac = CryptoJS.HmacSHA224(message, key);\n\t */\n\t C.HmacSHA224 = SHA256._createHmacHelper(SHA224);\n\t}());\n\n\n\treturn CryptoJS.SHA224;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./x64-core\"), require(\"./sha512\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./x64-core\", \"./sha512\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_x64 = C.x64;\n\t var X64Word = C_x64.Word;\n\t var X64WordArray = C_x64.WordArray;\n\t var C_algo = C.algo;\n\t var SHA512 = C_algo.SHA512;\n\n\t /**\n\t * SHA-384 hash algorithm.\n\t */\n\t var SHA384 = C_algo.SHA384 = SHA512.extend({\n\t _doReset: function () {\n\t this._hash = new X64WordArray.init([\n\t new X64Word.init(0xcbbb9d5d, 0xc1059ed8), new X64Word.init(0x629a292a, 0x367cd507),\n\t new X64Word.init(0x9159015a, 0x3070dd17), new X64Word.init(0x152fecd8, 0xf70e5939),\n\t new X64Word.init(0x67332667, 0xffc00b31), new X64Word.init(0x8eb44a87, 0x68581511),\n\t new X64Word.init(0xdb0c2e0d, 0x64f98fa7), new X64Word.init(0x47b5481d, 0xbefa4fa4)\n\t ]);\n\t },\n\n\t _doFinalize: function () {\n\t var hash = SHA512._doFinalize.call(this);\n\n\t hash.sigBytes -= 16;\n\n\t return hash;\n\t }\n\t });\n\n\t /**\n\t * Shortcut function to the hasher's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t *\n\t * @return {WordArray} The hash.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hash = CryptoJS.SHA384('message');\n\t * var hash = CryptoJS.SHA384(wordArray);\n\t */\n\t C.SHA384 = SHA512._createHelper(SHA384);\n\n\t /**\n\t * Shortcut function to the HMAC's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t * @param {WordArray|string} key The secret key.\n\t *\n\t * @return {WordArray} The HMAC.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hmac = CryptoJS.HmacSHA384(message, key);\n\t */\n\t C.HmacSHA384 = SHA512._createHmacHelper(SHA384);\n\t}());\n\n\n\treturn CryptoJS.SHA384;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./x64-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./x64-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function (Math) {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\t var Hasher = C_lib.Hasher;\n\t var C_x64 = C.x64;\n\t var X64Word = C_x64.Word;\n\t var C_algo = C.algo;\n\n\t // Constants tables\n\t var RHO_OFFSETS = [];\n\t var PI_INDEXES = [];\n\t var ROUND_CONSTANTS = [];\n\n\t // Compute Constants\n\t (function () {\n\t // Compute rho offset constants\n\t var x = 1, y = 0;\n\t for (var t = 0; t < 24; t++) {\n\t RHO_OFFSETS[x + 5 * y] = ((t + 1) * (t + 2) / 2) % 64;\n\n\t var newX = y % 5;\n\t var newY = (2 * x + 3 * y) % 5;\n\t x = newX;\n\t y = newY;\n\t }\n\n\t // Compute pi index constants\n\t for (var x = 0; x < 5; x++) {\n\t for (var y = 0; y < 5; y++) {\n\t PI_INDEXES[x + 5 * y] = y + ((2 * x + 3 * y) % 5) * 5;\n\t }\n\t }\n\n\t // Compute round constants\n\t var LFSR = 0x01;\n\t for (var i = 0; i < 24; i++) {\n\t var roundConstantMsw = 0;\n\t var roundConstantLsw = 0;\n\n\t for (var j = 0; j < 7; j++) {\n\t if (LFSR & 0x01) {\n\t var bitPosition = (1 << j) - 1;\n\t if (bitPosition < 32) {\n\t roundConstantLsw ^= 1 << bitPosition;\n\t } else /* if (bitPosition >= 32) */ {\n\t roundConstantMsw ^= 1 << (bitPosition - 32);\n\t }\n\t }\n\n\t // Compute next LFSR\n\t if (LFSR & 0x80) {\n\t // Primitive polynomial over GF(2): x^8 + x^6 + x^5 + x^4 + 1\n\t LFSR = (LFSR << 1) ^ 0x71;\n\t } else {\n\t LFSR <<= 1;\n\t }\n\t }\n\n\t ROUND_CONSTANTS[i] = X64Word.create(roundConstantMsw, roundConstantLsw);\n\t }\n\t }());\n\n\t // Reusable objects for temporary values\n\t var T = [];\n\t (function () {\n\t for (var i = 0; i < 25; i++) {\n\t T[i] = X64Word.create();\n\t }\n\t }());\n\n\t /**\n\t * SHA-3 hash algorithm.\n\t */\n\t var SHA3 = C_algo.SHA3 = Hasher.extend({\n\t /**\n\t * Configuration options.\n\t *\n\t * @property {number} outputLength\n\t * The desired number of bits in the output hash.\n\t * Only values permitted are: 224, 256, 384, 512.\n\t * Default: 512\n\t */\n\t cfg: Hasher.cfg.extend({\n\t outputLength: 512\n\t }),\n\n\t _doReset: function () {\n\t var state = this._state = []\n\t for (var i = 0; i < 25; i++) {\n\t state[i] = new X64Word.init();\n\t }\n\n\t this.blockSize = (1600 - 2 * this.cfg.outputLength) / 32;\n\t },\n\n\t _doProcessBlock: function (M, offset) {\n\t // Shortcuts\n\t var state = this._state;\n\t var nBlockSizeLanes = this.blockSize / 2;\n\n\t // Absorb\n\t for (var i = 0; i < nBlockSizeLanes; i++) {\n\t // Shortcuts\n\t var M2i = M[offset + 2 * i];\n\t var M2i1 = M[offset + 2 * i + 1];\n\n\t // Swap endian\n\t M2i = (\n\t (((M2i << 8) | (M2i >>> 24)) & 0x00ff00ff) |\n\t (((M2i << 24) | (M2i >>> 8)) & 0xff00ff00)\n\t );\n\t M2i1 = (\n\t (((M2i1 << 8) | (M2i1 >>> 24)) & 0x00ff00ff) |\n\t (((M2i1 << 24) | (M2i1 >>> 8)) & 0xff00ff00)\n\t );\n\n\t // Absorb message into state\n\t var lane = state[i];\n\t lane.high ^= M2i1;\n\t lane.low ^= M2i;\n\t }\n\n\t // Rounds\n\t for (var round = 0; round < 24; round++) {\n\t // Theta\n\t for (var x = 0; x < 5; x++) {\n\t // Mix column lanes\n\t var tMsw = 0, tLsw = 0;\n\t for (var y = 0; y < 5; y++) {\n\t var lane = state[x + 5 * y];\n\t tMsw ^= lane.high;\n\t tLsw ^= lane.low;\n\t }\n\n\t // Temporary values\n\t var Tx = T[x];\n\t Tx.high = tMsw;\n\t Tx.low = tLsw;\n\t }\n\t for (var x = 0; x < 5; x++) {\n\t // Shortcuts\n\t var Tx4 = T[(x + 4) % 5];\n\t var Tx1 = T[(x + 1) % 5];\n\t var Tx1Msw = Tx1.high;\n\t var Tx1Lsw = Tx1.low;\n\n\t // Mix surrounding columns\n\t var tMsw = Tx4.high ^ ((Tx1Msw << 1) | (Tx1Lsw >>> 31));\n\t var tLsw = Tx4.low ^ ((Tx1Lsw << 1) | (Tx1Msw >>> 31));\n\t for (var y = 0; y < 5; y++) {\n\t var lane = state[x + 5 * y];\n\t lane.high ^= tMsw;\n\t lane.low ^= tLsw;\n\t }\n\t }\n\n\t // Rho Pi\n\t for (var laneIndex = 1; laneIndex < 25; laneIndex++) {\n\t // Shortcuts\n\t var lane = state[laneIndex];\n\t var laneMsw = lane.high;\n\t var laneLsw = lane.low;\n\t var rhoOffset = RHO_OFFSETS[laneIndex];\n\n\t // Rotate lanes\n\t if (rhoOffset < 32) {\n\t var tMsw = (laneMsw << rhoOffset) | (laneLsw >>> (32 - rhoOffset));\n\t var tLsw = (laneLsw << rhoOffset) | (laneMsw >>> (32 - rhoOffset));\n\t } else /* if (rhoOffset >= 32) */ {\n\t var tMsw = (laneLsw << (rhoOffset - 32)) | (laneMsw >>> (64 - rhoOffset));\n\t var tLsw = (laneMsw << (rhoOffset - 32)) | (laneLsw >>> (64 - rhoOffset));\n\t }\n\n\t // Transpose lanes\n\t var TPiLane = T[PI_INDEXES[laneIndex]];\n\t TPiLane.high = tMsw;\n\t TPiLane.low = tLsw;\n\t }\n\n\t // Rho pi at x = y = 0\n\t var T0 = T[0];\n\t var state0 = state[0];\n\t T0.high = state0.high;\n\t T0.low = state0.low;\n\n\t // Chi\n\t for (var x = 0; x < 5; x++) {\n\t for (var y = 0; y < 5; y++) {\n\t // Shortcuts\n\t var laneIndex = x + 5 * y;\n\t var lane = state[laneIndex];\n\t var TLane = T[laneIndex];\n\t var Tx1Lane = T[((x + 1) % 5) + 5 * y];\n\t var Tx2Lane = T[((x + 2) % 5) + 5 * y];\n\n\t // Mix rows\n\t lane.high = TLane.high ^ (~Tx1Lane.high & Tx2Lane.high);\n\t lane.low = TLane.low ^ (~Tx1Lane.low & Tx2Lane.low);\n\t }\n\t }\n\n\t // Iota\n\t var lane = state[0];\n\t var roundConstant = ROUND_CONSTANTS[round];\n\t lane.high ^= roundConstant.high;\n\t lane.low ^= roundConstant.low;;\n\t }\n\t },\n\n\t _doFinalize: function () {\n\t // Shortcuts\n\t var data = this._data;\n\t var dataWords = data.words;\n\t var nBitsTotal = this._nDataBytes * 8;\n\t var nBitsLeft = data.sigBytes * 8;\n\t var blockSizeBits = this.blockSize * 32;\n\n\t // Add padding\n\t dataWords[nBitsLeft >>> 5] |= 0x1 << (24 - nBitsLeft % 32);\n\t dataWords[((Math.ceil((nBitsLeft + 1) / blockSizeBits) * blockSizeBits) >>> 5) - 1] |= 0x80;\n\t data.sigBytes = dataWords.length * 4;\n\n\t // Hash final blocks\n\t this._process();\n\n\t // Shortcuts\n\t var state = this._state;\n\t var outputLengthBytes = this.cfg.outputLength / 8;\n\t var outputLengthLanes = outputLengthBytes / 8;\n\n\t // Squeeze\n\t var hashWords = [];\n\t for (var i = 0; i < outputLengthLanes; i++) {\n\t // Shortcuts\n\t var lane = state[i];\n\t var laneMsw = lane.high;\n\t var laneLsw = lane.low;\n\n\t // Swap endian\n\t laneMsw = (\n\t (((laneMsw << 8) | (laneMsw >>> 24)) & 0x00ff00ff) |\n\t (((laneMsw << 24) | (laneMsw >>> 8)) & 0xff00ff00)\n\t );\n\t laneLsw = (\n\t (((laneLsw << 8) | (laneLsw >>> 24)) & 0x00ff00ff) |\n\t (((laneLsw << 24) | (laneLsw >>> 8)) & 0xff00ff00)\n\t );\n\n\t // Squeeze state to retrieve hash\n\t hashWords.push(laneLsw);\n\t hashWords.push(laneMsw);\n\t }\n\n\t // Return final computed hash\n\t return new WordArray.init(hashWords, outputLengthBytes);\n\t },\n\n\t clone: function () {\n\t var clone = Hasher.clone.call(this);\n\n\t var state = clone._state = this._state.slice(0);\n\t for (var i = 0; i < 25; i++) {\n\t state[i] = state[i].clone();\n\t }\n\n\t return clone;\n\t }\n\t });\n\n\t /**\n\t * Shortcut function to the hasher's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t *\n\t * @return {WordArray} The hash.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hash = CryptoJS.SHA3('message');\n\t * var hash = CryptoJS.SHA3(wordArray);\n\t */\n\t C.SHA3 = Hasher._createHelper(SHA3);\n\n\t /**\n\t * Shortcut function to the HMAC's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t * @param {WordArray|string} key The secret key.\n\t *\n\t * @return {WordArray} The HMAC.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hmac = CryptoJS.HmacSHA3(message, key);\n\t */\n\t C.HmacSHA3 = Hasher._createHmacHelper(SHA3);\n\t}(Math));\n\n\n\treturn CryptoJS.SHA3;\n\n}));",";(function (root, factory) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/** @preserve\n\t(c) 2012 by Cédric Mesnil. All rights reserved.\n\n\tRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n\t - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\t - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n\tTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\t*/\n\n\t(function (Math) {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\t var Hasher = C_lib.Hasher;\n\t var C_algo = C.algo;\n\n\t // Constants table\n\t var _zl = WordArray.create([\n\t 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,\n\t 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,\n\t 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,\n\t 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,\n\t 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13]);\n\t var _zr = WordArray.create([\n\t 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,\n\t 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,\n\t 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,\n\t 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,\n\t 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11]);\n\t var _sl = WordArray.create([\n\t 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,\n\t 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,\n\t 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,\n\t 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,\n\t 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6 ]);\n\t var _sr = WordArray.create([\n\t 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,\n\t 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,\n\t 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,\n\t 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,\n\t 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11 ]);\n\n\t var _hl = WordArray.create([ 0x00000000, 0x5A827999, 0x6ED9EBA1, 0x8F1BBCDC, 0xA953FD4E]);\n\t var _hr = WordArray.create([ 0x50A28BE6, 0x5C4DD124, 0x6D703EF3, 0x7A6D76E9, 0x00000000]);\n\n\t /**\n\t * RIPEMD160 hash algorithm.\n\t */\n\t var RIPEMD160 = C_algo.RIPEMD160 = Hasher.extend({\n\t _doReset: function () {\n\t this._hash = WordArray.create([0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, 0xC3D2E1F0]);\n\t },\n\n\t _doProcessBlock: function (M, offset) {\n\n\t // Swap endian\n\t for (var i = 0; i < 16; i++) {\n\t // Shortcuts\n\t var offset_i = offset + i;\n\t var M_offset_i = M[offset_i];\n\n\t // Swap\n\t M[offset_i] = (\n\t (((M_offset_i << 8) | (M_offset_i >>> 24)) & 0x00ff00ff) |\n\t (((M_offset_i << 24) | (M_offset_i >>> 8)) & 0xff00ff00)\n\t );\n\t }\n\t // Shortcut\n\t var H = this._hash.words;\n\t var hl = _hl.words;\n\t var hr = _hr.words;\n\t var zl = _zl.words;\n\t var zr = _zr.words;\n\t var sl = _sl.words;\n\t var sr = _sr.words;\n\n\t // Working variables\n\t var al, bl, cl, dl, el;\n\t var ar, br, cr, dr, er;\n\n\t ar = al = H[0];\n\t br = bl = H[1];\n\t cr = cl = H[2];\n\t dr = dl = H[3];\n\t er = el = H[4];\n\t // Computation\n\t var t;\n\t for (var i = 0; i < 80; i += 1) {\n\t t = (al + M[offset+zl[i]])|0;\n\t if (i<16){\n\t\t t += f1(bl,cl,dl) + hl[0];\n\t } else if (i<32) {\n\t\t t += f2(bl,cl,dl) + hl[1];\n\t } else if (i<48) {\n\t\t t += f3(bl,cl,dl) + hl[2];\n\t } else if (i<64) {\n\t\t t += f4(bl,cl,dl) + hl[3];\n\t } else {// if (i<80) {\n\t\t t += f5(bl,cl,dl) + hl[4];\n\t }\n\t t = t|0;\n\t t = rotl(t,sl[i]);\n\t t = (t+el)|0;\n\t al = el;\n\t el = dl;\n\t dl = rotl(cl, 10);\n\t cl = bl;\n\t bl = t;\n\n\t t = (ar + M[offset+zr[i]])|0;\n\t if (i<16){\n\t\t t += f5(br,cr,dr) + hr[0];\n\t } else if (i<32) {\n\t\t t += f4(br,cr,dr) + hr[1];\n\t } else if (i<48) {\n\t\t t += f3(br,cr,dr) + hr[2];\n\t } else if (i<64) {\n\t\t t += f2(br,cr,dr) + hr[3];\n\t } else {// if (i<80) {\n\t\t t += f1(br,cr,dr) + hr[4];\n\t }\n\t t = t|0;\n\t t = rotl(t,sr[i]) ;\n\t t = (t+er)|0;\n\t ar = er;\n\t er = dr;\n\t dr = rotl(cr, 10);\n\t cr = br;\n\t br = t;\n\t }\n\t // Intermediate hash value\n\t t = (H[1] + cl + dr)|0;\n\t H[1] = (H[2] + dl + er)|0;\n\t H[2] = (H[3] + el + ar)|0;\n\t H[3] = (H[4] + al + br)|0;\n\t H[4] = (H[0] + bl + cr)|0;\n\t H[0] = t;\n\t },\n\n\t _doFinalize: function () {\n\t // Shortcuts\n\t var data = this._data;\n\t var dataWords = data.words;\n\n\t var nBitsTotal = this._nDataBytes * 8;\n\t var nBitsLeft = data.sigBytes * 8;\n\n\t // Add padding\n\t dataWords[nBitsLeft >>> 5] |= 0x80 << (24 - nBitsLeft % 32);\n\t dataWords[(((nBitsLeft + 64) >>> 9) << 4) + 14] = (\n\t (((nBitsTotal << 8) | (nBitsTotal >>> 24)) & 0x00ff00ff) |\n\t (((nBitsTotal << 24) | (nBitsTotal >>> 8)) & 0xff00ff00)\n\t );\n\t data.sigBytes = (dataWords.length + 1) * 4;\n\n\t // Hash final blocks\n\t this._process();\n\n\t // Shortcuts\n\t var hash = this._hash;\n\t var H = hash.words;\n\n\t // Swap endian\n\t for (var i = 0; i < 5; i++) {\n\t // Shortcut\n\t var H_i = H[i];\n\n\t // Swap\n\t H[i] = (((H_i << 8) | (H_i >>> 24)) & 0x00ff00ff) |\n\t (((H_i << 24) | (H_i >>> 8)) & 0xff00ff00);\n\t }\n\n\t // Return final computed hash\n\t return hash;\n\t },\n\n\t clone: function () {\n\t var clone = Hasher.clone.call(this);\n\t clone._hash = this._hash.clone();\n\n\t return clone;\n\t }\n\t });\n\n\n\t function f1(x, y, z) {\n\t return ((x) ^ (y) ^ (z));\n\n\t }\n\n\t function f2(x, y, z) {\n\t return (((x)&(y)) | ((~x)&(z)));\n\t }\n\n\t function f3(x, y, z) {\n\t return (((x) | (~(y))) ^ (z));\n\t }\n\n\t function f4(x, y, z) {\n\t return (((x) & (z)) | ((y)&(~(z))));\n\t }\n\n\t function f5(x, y, z) {\n\t return ((x) ^ ((y) |(~(z))));\n\n\t }\n\n\t function rotl(x,n) {\n\t return (x<>>(32-n));\n\t }\n\n\n\t /**\n\t * Shortcut function to the hasher's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t *\n\t * @return {WordArray} The hash.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hash = CryptoJS.RIPEMD160('message');\n\t * var hash = CryptoJS.RIPEMD160(wordArray);\n\t */\n\t C.RIPEMD160 = Hasher._createHelper(RIPEMD160);\n\n\t /**\n\t * Shortcut function to the HMAC's object interface.\n\t *\n\t * @param {WordArray|string} message The message to hash.\n\t * @param {WordArray|string} key The secret key.\n\t *\n\t * @return {WordArray} The HMAC.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hmac = CryptoJS.HmacRIPEMD160(message, key);\n\t */\n\t C.HmacRIPEMD160 = Hasher._createHmacHelper(RIPEMD160);\n\t}(Math));\n\n\n\treturn CryptoJS.RIPEMD160;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./sha1\"), require(\"./hmac\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./sha1\", \"./hmac\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var Base = C_lib.Base;\n\t var WordArray = C_lib.WordArray;\n\t var C_algo = C.algo;\n\t var SHA1 = C_algo.SHA1;\n\t var HMAC = C_algo.HMAC;\n\n\t /**\n\t * Password-Based Key Derivation Function 2 algorithm.\n\t */\n\t var PBKDF2 = C_algo.PBKDF2 = Base.extend({\n\t /**\n\t * Configuration options.\n\t *\n\t * @property {number} keySize The key size in words to generate. Default: 4 (128 bits)\n\t * @property {Hasher} hasher The hasher to use. Default: SHA1\n\t * @property {number} iterations The number of iterations to perform. Default: 1\n\t */\n\t cfg: Base.extend({\n\t keySize: 128/32,\n\t hasher: SHA1,\n\t iterations: 1\n\t }),\n\n\t /**\n\t * Initializes a newly created key derivation function.\n\t *\n\t * @param {Object} cfg (Optional) The configuration options to use for the derivation.\n\t *\n\t * @example\n\t *\n\t * var kdf = CryptoJS.algo.PBKDF2.create();\n\t * var kdf = CryptoJS.algo.PBKDF2.create({ keySize: 8 });\n\t * var kdf = CryptoJS.algo.PBKDF2.create({ keySize: 8, iterations: 1000 });\n\t */\n\t init: function (cfg) {\n\t this.cfg = this.cfg.extend(cfg);\n\t },\n\n\t /**\n\t * Computes the Password-Based Key Derivation Function 2.\n\t *\n\t * @param {WordArray|string} password The password.\n\t * @param {WordArray|string} salt A salt.\n\t *\n\t * @return {WordArray} The derived key.\n\t *\n\t * @example\n\t *\n\t * var key = kdf.compute(password, salt);\n\t */\n\t compute: function (password, salt) {\n\t // Shortcut\n\t var cfg = this.cfg;\n\n\t // Init HMAC\n\t var hmac = HMAC.create(cfg.hasher, password);\n\n\t // Initial values\n\t var derivedKey = WordArray.create();\n\t var blockIndex = WordArray.create([0x00000001]);\n\n\t // Shortcuts\n\t var derivedKeyWords = derivedKey.words;\n\t var blockIndexWords = blockIndex.words;\n\t var keySize = cfg.keySize;\n\t var iterations = cfg.iterations;\n\n\t // Generate key\n\t while (derivedKeyWords.length < keySize) {\n\t var block = hmac.update(salt).finalize(blockIndex);\n\t hmac.reset();\n\n\t // Shortcuts\n\t var blockWords = block.words;\n\t var blockWordsLength = blockWords.length;\n\n\t // Iterations\n\t var intermediate = block;\n\t for (var i = 1; i < iterations; i++) {\n\t intermediate = hmac.finalize(intermediate);\n\t hmac.reset();\n\n\t // Shortcut\n\t var intermediateWords = intermediate.words;\n\n\t // XOR intermediate with block\n\t for (var j = 0; j < blockWordsLength; j++) {\n\t blockWords[j] ^= intermediateWords[j];\n\t }\n\t }\n\n\t derivedKey.concat(block);\n\t blockIndexWords[0]++;\n\t }\n\t derivedKey.sigBytes = keySize * 4;\n\n\t return derivedKey;\n\t }\n\t });\n\n\t /**\n\t * Computes the Password-Based Key Derivation Function 2.\n\t *\n\t * @param {WordArray|string} password The password.\n\t * @param {WordArray|string} salt A salt.\n\t * @param {Object} cfg (Optional) The configuration options to use for this computation.\n\t *\n\t * @return {WordArray} The derived key.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var key = CryptoJS.PBKDF2(password, salt);\n\t * var key = CryptoJS.PBKDF2(password, salt, { keySize: 8 });\n\t * var key = CryptoJS.PBKDF2(password, salt, { keySize: 8, iterations: 1000 });\n\t */\n\t C.PBKDF2 = function (password, salt, cfg) {\n\t return PBKDF2.create(cfg).compute(password, salt);\n\t };\n\t}());\n\n\n\treturn CryptoJS.PBKDF2;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * Cipher Feedback block mode.\n\t */\n\tCryptoJS.mode.CFB = (function () {\n\t var CFB = CryptoJS.lib.BlockCipherMode.extend();\n\n\t CFB.Encryptor = CFB.extend({\n\t processBlock: function (words, offset) {\n\t // Shortcuts\n\t var cipher = this._cipher;\n\t var blockSize = cipher.blockSize;\n\n\t generateKeystreamAndEncrypt.call(this, words, offset, blockSize, cipher);\n\n\t // Remember this block to use with next block\n\t this._prevBlock = words.slice(offset, offset + blockSize);\n\t }\n\t });\n\n\t CFB.Decryptor = CFB.extend({\n\t processBlock: function (words, offset) {\n\t // Shortcuts\n\t var cipher = this._cipher;\n\t var blockSize = cipher.blockSize;\n\n\t // Remember this block to use with next block\n\t var thisBlock = words.slice(offset, offset + blockSize);\n\n\t generateKeystreamAndEncrypt.call(this, words, offset, blockSize, cipher);\n\n\t // This block becomes the previous block\n\t this._prevBlock = thisBlock;\n\t }\n\t });\n\n\t function generateKeystreamAndEncrypt(words, offset, blockSize, cipher) {\n\t // Shortcut\n\t var iv = this._iv;\n\n\t // Generate keystream\n\t if (iv) {\n\t var keystream = iv.slice(0);\n\n\t // Remove IV for subsequent blocks\n\t this._iv = undefined;\n\t } else {\n\t var keystream = this._prevBlock;\n\t }\n\t cipher.encryptBlock(keystream, 0);\n\n\t // Encrypt\n\t for (var i = 0; i < blockSize; i++) {\n\t words[offset + i] ^= keystream[i];\n\t }\n\t }\n\n\t return CFB;\n\t}());\n\n\n\treturn CryptoJS.mode.CFB;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * Counter block mode.\n\t */\n\tCryptoJS.mode.CTR = (function () {\n\t var CTR = CryptoJS.lib.BlockCipherMode.extend();\n\n\t var Encryptor = CTR.Encryptor = CTR.extend({\n\t processBlock: function (words, offset) {\n\t // Shortcuts\n\t var cipher = this._cipher\n\t var blockSize = cipher.blockSize;\n\t var iv = this._iv;\n\t var counter = this._counter;\n\n\t // Generate keystream\n\t if (iv) {\n\t counter = this._counter = iv.slice(0);\n\n\t // Remove IV for subsequent blocks\n\t this._iv = undefined;\n\t }\n\t var keystream = counter.slice(0);\n\t cipher.encryptBlock(keystream, 0);\n\n\t // Increment counter\n\t counter[blockSize - 1] = (counter[blockSize - 1] + 1) | 0\n\n\t // Encrypt\n\t for (var i = 0; i < blockSize; i++) {\n\t words[offset + i] ^= keystream[i];\n\t }\n\t }\n\t });\n\n\t CTR.Decryptor = Encryptor;\n\n\t return CTR;\n\t}());\n\n\n\treturn CryptoJS.mode.CTR;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/** @preserve\n\t * Counter block mode compatible with Dr Brian Gladman fileenc.c\n\t * derived from CryptoJS.mode.CTR\n\t * Jan Hruby jhruby.web@gmail.com\n\t */\n\tCryptoJS.mode.CTRGladman = (function () {\n\t var CTRGladman = CryptoJS.lib.BlockCipherMode.extend();\n\n\t\tfunction incWord(word)\n\t\t{\n\t\t\tif (((word >> 24) & 0xff) === 0xff) { //overflow\n\t\t\tvar b1 = (word >> 16)&0xff;\n\t\t\tvar b2 = (word >> 8)&0xff;\n\t\t\tvar b3 = word & 0xff;\n\n\t\t\tif (b1 === 0xff) // overflow b1\n\t\t\t{\n\t\t\tb1 = 0;\n\t\t\tif (b2 === 0xff)\n\t\t\t{\n\t\t\t\tb2 = 0;\n\t\t\t\tif (b3 === 0xff)\n\t\t\t\t{\n\t\t\t\t\tb3 = 0;\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t++b3;\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t++b2;\n\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t++b1;\n\t\t\t}\n\n\t\t\tword = 0;\n\t\t\tword += (b1 << 16);\n\t\t\tword += (b2 << 8);\n\t\t\tword += b3;\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\tword += (0x01 << 24);\n\t\t\t}\n\t\t\treturn word;\n\t\t}\n\n\t\tfunction incCounter(counter)\n\t\t{\n\t\t\tif ((counter[0] = incWord(counter[0])) === 0)\n\t\t\t{\n\t\t\t\t// encr_data in fileenc.c from Dr Brian Gladman's counts only with DWORD j < 8\n\t\t\t\tcounter[1] = incWord(counter[1]);\n\t\t\t}\n\t\t\treturn counter;\n\t\t}\n\n\t var Encryptor = CTRGladman.Encryptor = CTRGladman.extend({\n\t processBlock: function (words, offset) {\n\t // Shortcuts\n\t var cipher = this._cipher\n\t var blockSize = cipher.blockSize;\n\t var iv = this._iv;\n\t var counter = this._counter;\n\n\t // Generate keystream\n\t if (iv) {\n\t counter = this._counter = iv.slice(0);\n\n\t // Remove IV for subsequent blocks\n\t this._iv = undefined;\n\t }\n\n\t\t\t\tincCounter(counter);\n\n\t\t\t\tvar keystream = counter.slice(0);\n\t cipher.encryptBlock(keystream, 0);\n\n\t // Encrypt\n\t for (var i = 0; i < blockSize; i++) {\n\t words[offset + i] ^= keystream[i];\n\t }\n\t }\n\t });\n\n\t CTRGladman.Decryptor = Encryptor;\n\n\t return CTRGladman;\n\t}());\n\n\n\n\n\treturn CryptoJS.mode.CTRGladman;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * Output Feedback block mode.\n\t */\n\tCryptoJS.mode.OFB = (function () {\n\t var OFB = CryptoJS.lib.BlockCipherMode.extend();\n\n\t var Encryptor = OFB.Encryptor = OFB.extend({\n\t processBlock: function (words, offset) {\n\t // Shortcuts\n\t var cipher = this._cipher\n\t var blockSize = cipher.blockSize;\n\t var iv = this._iv;\n\t var keystream = this._keystream;\n\n\t // Generate keystream\n\t if (iv) {\n\t keystream = this._keystream = iv.slice(0);\n\n\t // Remove IV for subsequent blocks\n\t this._iv = undefined;\n\t }\n\t cipher.encryptBlock(keystream, 0);\n\n\t // Encrypt\n\t for (var i = 0; i < blockSize; i++) {\n\t words[offset + i] ^= keystream[i];\n\t }\n\t }\n\t });\n\n\t OFB.Decryptor = Encryptor;\n\n\t return OFB;\n\t}());\n\n\n\treturn CryptoJS.mode.OFB;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * Electronic Codebook block mode.\n\t */\n\tCryptoJS.mode.ECB = (function () {\n\t var ECB = CryptoJS.lib.BlockCipherMode.extend();\n\n\t ECB.Encryptor = ECB.extend({\n\t processBlock: function (words, offset) {\n\t this._cipher.encryptBlock(words, offset);\n\t }\n\t });\n\n\t ECB.Decryptor = ECB.extend({\n\t processBlock: function (words, offset) {\n\t this._cipher.decryptBlock(words, offset);\n\t }\n\t });\n\n\t return ECB;\n\t}());\n\n\n\treturn CryptoJS.mode.ECB;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * ANSI X.923 padding strategy.\n\t */\n\tCryptoJS.pad.AnsiX923 = {\n\t pad: function (data, blockSize) {\n\t // Shortcuts\n\t var dataSigBytes = data.sigBytes;\n\t var blockSizeBytes = blockSize * 4;\n\n\t // Count padding bytes\n\t var nPaddingBytes = blockSizeBytes - dataSigBytes % blockSizeBytes;\n\n\t // Compute last byte position\n\t var lastBytePos = dataSigBytes + nPaddingBytes - 1;\n\n\t // Pad\n\t data.clamp();\n\t data.words[lastBytePos >>> 2] |= nPaddingBytes << (24 - (lastBytePos % 4) * 8);\n\t data.sigBytes += nPaddingBytes;\n\t },\n\n\t unpad: function (data) {\n\t // Get number of padding bytes from last byte\n\t var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff;\n\n\t // Remove padding\n\t data.sigBytes -= nPaddingBytes;\n\t }\n\t};\n\n\n\treturn CryptoJS.pad.Ansix923;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * ISO 10126 padding strategy.\n\t */\n\tCryptoJS.pad.Iso10126 = {\n\t pad: function (data, blockSize) {\n\t // Shortcut\n\t var blockSizeBytes = blockSize * 4;\n\n\t // Count padding bytes\n\t var nPaddingBytes = blockSizeBytes - data.sigBytes % blockSizeBytes;\n\n\t // Pad\n\t data.concat(CryptoJS.lib.WordArray.random(nPaddingBytes - 1)).\n\t concat(CryptoJS.lib.WordArray.create([nPaddingBytes << 24], 1));\n\t },\n\n\t unpad: function (data) {\n\t // Get number of padding bytes from last byte\n\t var nPaddingBytes = data.words[(data.sigBytes - 1) >>> 2] & 0xff;\n\n\t // Remove padding\n\t data.sigBytes -= nPaddingBytes;\n\t }\n\t};\n\n\n\treturn CryptoJS.pad.Iso10126;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * ISO/IEC 9797-1 Padding Method 2.\n\t */\n\tCryptoJS.pad.Iso97971 = {\n\t pad: function (data, blockSize) {\n\t // Add 0x80 byte\n\t data.concat(CryptoJS.lib.WordArray.create([0x80000000], 1));\n\n\t // Zero pad the rest\n\t CryptoJS.pad.ZeroPadding.pad(data, blockSize);\n\t },\n\n\t unpad: function (data) {\n\t // Remove zero padding\n\t CryptoJS.pad.ZeroPadding.unpad(data);\n\n\t // Remove one more byte -- the 0x80 byte\n\t data.sigBytes--;\n\t }\n\t};\n\n\n\treturn CryptoJS.pad.Iso97971;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * Zero padding strategy.\n\t */\n\tCryptoJS.pad.ZeroPadding = {\n\t pad: function (data, blockSize) {\n\t // Shortcut\n\t var blockSizeBytes = blockSize * 4;\n\n\t // Pad\n\t data.clamp();\n\t data.sigBytes += blockSizeBytes - ((data.sigBytes % blockSizeBytes) || blockSizeBytes);\n\t },\n\n\t unpad: function (data) {\n\t // Shortcut\n\t var dataWords = data.words;\n\n\t // Unpad\n\t var i = data.sigBytes - 1;\n\t while (!((dataWords[i >>> 2] >>> (24 - (i % 4) * 8)) & 0xff)) {\n\t i--;\n\t }\n\t data.sigBytes = i + 1;\n\t }\n\t};\n\n\n\treturn CryptoJS.pad.ZeroPadding;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t/**\n\t * A noop padding strategy.\n\t */\n\tCryptoJS.pad.NoPadding = {\n\t pad: function () {\n\t },\n\n\t unpad: function () {\n\t }\n\t};\n\n\n\treturn CryptoJS.pad.NoPadding;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function (undefined) {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var CipherParams = C_lib.CipherParams;\n\t var C_enc = C.enc;\n\t var Hex = C_enc.Hex;\n\t var C_format = C.format;\n\n\t var HexFormatter = C_format.Hex = {\n\t /**\n\t * Converts the ciphertext of a cipher params object to a hexadecimally encoded string.\n\t *\n\t * @param {CipherParams} cipherParams The cipher params object.\n\t *\n\t * @return {string} The hexadecimally encoded string.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var hexString = CryptoJS.format.Hex.stringify(cipherParams);\n\t */\n\t stringify: function (cipherParams) {\n\t return cipherParams.ciphertext.toString(Hex);\n\t },\n\n\t /**\n\t * Converts a hexadecimally encoded ciphertext string to a cipher params object.\n\t *\n\t * @param {string} input The hexadecimally encoded string.\n\t *\n\t * @return {CipherParams} The cipher params object.\n\t *\n\t * @static\n\t *\n\t * @example\n\t *\n\t * var cipherParams = CryptoJS.format.Hex.parse(hexString);\n\t */\n\t parse: function (input) {\n\t var ciphertext = Hex.parse(input);\n\t return CipherParams.create({ ciphertext: ciphertext });\n\t }\n\t };\n\t}());\n\n\n\treturn CryptoJS.format.Hex;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./enc-base64\"), require(\"./md5\"), require(\"./evpkdf\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./enc-base64\", \"./md5\", \"./evpkdf\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var BlockCipher = C_lib.BlockCipher;\n\t var C_algo = C.algo;\n\n\t // Lookup tables\n\t var SBOX = [];\n\t var INV_SBOX = [];\n\t var SUB_MIX_0 = [];\n\t var SUB_MIX_1 = [];\n\t var SUB_MIX_2 = [];\n\t var SUB_MIX_3 = [];\n\t var INV_SUB_MIX_0 = [];\n\t var INV_SUB_MIX_1 = [];\n\t var INV_SUB_MIX_2 = [];\n\t var INV_SUB_MIX_3 = [];\n\n\t // Compute lookup tables\n\t (function () {\n\t // Compute double table\n\t var d = [];\n\t for (var i = 0; i < 256; i++) {\n\t if (i < 128) {\n\t d[i] = i << 1;\n\t } else {\n\t d[i] = (i << 1) ^ 0x11b;\n\t }\n\t }\n\n\t // Walk GF(2^8)\n\t var x = 0;\n\t var xi = 0;\n\t for (var i = 0; i < 256; i++) {\n\t // Compute sbox\n\t var sx = xi ^ (xi << 1) ^ (xi << 2) ^ (xi << 3) ^ (xi << 4);\n\t sx = (sx >>> 8) ^ (sx & 0xff) ^ 0x63;\n\t SBOX[x] = sx;\n\t INV_SBOX[sx] = x;\n\n\t // Compute multiplication\n\t var x2 = d[x];\n\t var x4 = d[x2];\n\t var x8 = d[x4];\n\n\t // Compute sub bytes, mix columns tables\n\t var t = (d[sx] * 0x101) ^ (sx * 0x1010100);\n\t SUB_MIX_0[x] = (t << 24) | (t >>> 8);\n\t SUB_MIX_1[x] = (t << 16) | (t >>> 16);\n\t SUB_MIX_2[x] = (t << 8) | (t >>> 24);\n\t SUB_MIX_3[x] = t;\n\n\t // Compute inv sub bytes, inv mix columns tables\n\t var t = (x8 * 0x1010101) ^ (x4 * 0x10001) ^ (x2 * 0x101) ^ (x * 0x1010100);\n\t INV_SUB_MIX_0[sx] = (t << 24) | (t >>> 8);\n\t INV_SUB_MIX_1[sx] = (t << 16) | (t >>> 16);\n\t INV_SUB_MIX_2[sx] = (t << 8) | (t >>> 24);\n\t INV_SUB_MIX_3[sx] = t;\n\n\t // Compute next counter\n\t if (!x) {\n\t x = xi = 1;\n\t } else {\n\t x = x2 ^ d[d[d[x8 ^ x2]]];\n\t xi ^= d[d[xi]];\n\t }\n\t }\n\t }());\n\n\t // Precomputed Rcon lookup\n\t var RCON = [0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36];\n\n\t /**\n\t * AES block cipher algorithm.\n\t */\n\t var AES = C_algo.AES = BlockCipher.extend({\n\t _doReset: function () {\n\t // Skip reset of nRounds has been set before and key did not change\n\t if (this._nRounds && this._keyPriorReset === this._key) {\n\t return;\n\t }\n\n\t // Shortcuts\n\t var key = this._keyPriorReset = this._key;\n\t var keyWords = key.words;\n\t var keySize = key.sigBytes / 4;\n\n\t // Compute number of rounds\n\t var nRounds = this._nRounds = keySize + 6;\n\n\t // Compute number of key schedule rows\n\t var ksRows = (nRounds + 1) * 4;\n\n\t // Compute key schedule\n\t var keySchedule = this._keySchedule = [];\n\t for (var ksRow = 0; ksRow < ksRows; ksRow++) {\n\t if (ksRow < keySize) {\n\t keySchedule[ksRow] = keyWords[ksRow];\n\t } else {\n\t var t = keySchedule[ksRow - 1];\n\n\t if (!(ksRow % keySize)) {\n\t // Rot word\n\t t = (t << 8) | (t >>> 24);\n\n\t // Sub word\n\t t = (SBOX[t >>> 24] << 24) | (SBOX[(t >>> 16) & 0xff] << 16) | (SBOX[(t >>> 8) & 0xff] << 8) | SBOX[t & 0xff];\n\n\t // Mix Rcon\n\t t ^= RCON[(ksRow / keySize) | 0] << 24;\n\t } else if (keySize > 6 && ksRow % keySize == 4) {\n\t // Sub word\n\t t = (SBOX[t >>> 24] << 24) | (SBOX[(t >>> 16) & 0xff] << 16) | (SBOX[(t >>> 8) & 0xff] << 8) | SBOX[t & 0xff];\n\t }\n\n\t keySchedule[ksRow] = keySchedule[ksRow - keySize] ^ t;\n\t }\n\t }\n\n\t // Compute inv key schedule\n\t var invKeySchedule = this._invKeySchedule = [];\n\t for (var invKsRow = 0; invKsRow < ksRows; invKsRow++) {\n\t var ksRow = ksRows - invKsRow;\n\n\t if (invKsRow % 4) {\n\t var t = keySchedule[ksRow];\n\t } else {\n\t var t = keySchedule[ksRow - 4];\n\t }\n\n\t if (invKsRow < 4 || ksRow <= 4) {\n\t invKeySchedule[invKsRow] = t;\n\t } else {\n\t invKeySchedule[invKsRow] = INV_SUB_MIX_0[SBOX[t >>> 24]] ^ INV_SUB_MIX_1[SBOX[(t >>> 16) & 0xff]] ^\n\t INV_SUB_MIX_2[SBOX[(t >>> 8) & 0xff]] ^ INV_SUB_MIX_3[SBOX[t & 0xff]];\n\t }\n\t }\n\t },\n\n\t encryptBlock: function (M, offset) {\n\t this._doCryptBlock(M, offset, this._keySchedule, SUB_MIX_0, SUB_MIX_1, SUB_MIX_2, SUB_MIX_3, SBOX);\n\t },\n\n\t decryptBlock: function (M, offset) {\n\t // Swap 2nd and 4th rows\n\t var t = M[offset + 1];\n\t M[offset + 1] = M[offset + 3];\n\t M[offset + 3] = t;\n\n\t this._doCryptBlock(M, offset, this._invKeySchedule, INV_SUB_MIX_0, INV_SUB_MIX_1, INV_SUB_MIX_2, INV_SUB_MIX_3, INV_SBOX);\n\n\t // Inv swap 2nd and 4th rows\n\t var t = M[offset + 1];\n\t M[offset + 1] = M[offset + 3];\n\t M[offset + 3] = t;\n\t },\n\n\t _doCryptBlock: function (M, offset, keySchedule, SUB_MIX_0, SUB_MIX_1, SUB_MIX_2, SUB_MIX_3, SBOX) {\n\t // Shortcut\n\t var nRounds = this._nRounds;\n\n\t // Get input, add round key\n\t var s0 = M[offset] ^ keySchedule[0];\n\t var s1 = M[offset + 1] ^ keySchedule[1];\n\t var s2 = M[offset + 2] ^ keySchedule[2];\n\t var s3 = M[offset + 3] ^ keySchedule[3];\n\n\t // Key schedule row counter\n\t var ksRow = 4;\n\n\t // Rounds\n\t for (var round = 1; round < nRounds; round++) {\n\t // Shift rows, sub bytes, mix columns, add round key\n\t var t0 = SUB_MIX_0[s0 >>> 24] ^ SUB_MIX_1[(s1 >>> 16) & 0xff] ^ SUB_MIX_2[(s2 >>> 8) & 0xff] ^ SUB_MIX_3[s3 & 0xff] ^ keySchedule[ksRow++];\n\t var t1 = SUB_MIX_0[s1 >>> 24] ^ SUB_MIX_1[(s2 >>> 16) & 0xff] ^ SUB_MIX_2[(s3 >>> 8) & 0xff] ^ SUB_MIX_3[s0 & 0xff] ^ keySchedule[ksRow++];\n\t var t2 = SUB_MIX_0[s2 >>> 24] ^ SUB_MIX_1[(s3 >>> 16) & 0xff] ^ SUB_MIX_2[(s0 >>> 8) & 0xff] ^ SUB_MIX_3[s1 & 0xff] ^ keySchedule[ksRow++];\n\t var t3 = SUB_MIX_0[s3 >>> 24] ^ SUB_MIX_1[(s0 >>> 16) & 0xff] ^ SUB_MIX_2[(s1 >>> 8) & 0xff] ^ SUB_MIX_3[s2 & 0xff] ^ keySchedule[ksRow++];\n\n\t // Update state\n\t s0 = t0;\n\t s1 = t1;\n\t s2 = t2;\n\t s3 = t3;\n\t }\n\n\t // Shift rows, sub bytes, add round key\n\t var t0 = ((SBOX[s0 >>> 24] << 24) | (SBOX[(s1 >>> 16) & 0xff] << 16) | (SBOX[(s2 >>> 8) & 0xff] << 8) | SBOX[s3 & 0xff]) ^ keySchedule[ksRow++];\n\t var t1 = ((SBOX[s1 >>> 24] << 24) | (SBOX[(s2 >>> 16) & 0xff] << 16) | (SBOX[(s3 >>> 8) & 0xff] << 8) | SBOX[s0 & 0xff]) ^ keySchedule[ksRow++];\n\t var t2 = ((SBOX[s2 >>> 24] << 24) | (SBOX[(s3 >>> 16) & 0xff] << 16) | (SBOX[(s0 >>> 8) & 0xff] << 8) | SBOX[s1 & 0xff]) ^ keySchedule[ksRow++];\n\t var t3 = ((SBOX[s3 >>> 24] << 24) | (SBOX[(s0 >>> 16) & 0xff] << 16) | (SBOX[(s1 >>> 8) & 0xff] << 8) | SBOX[s2 & 0xff]) ^ keySchedule[ksRow++];\n\n\t // Set output\n\t M[offset] = t0;\n\t M[offset + 1] = t1;\n\t M[offset + 2] = t2;\n\t M[offset + 3] = t3;\n\t },\n\n\t keySize: 256/32\n\t });\n\n\t /**\n\t * Shortcut functions to the cipher's object interface.\n\t *\n\t * @example\n\t *\n\t * var ciphertext = CryptoJS.AES.encrypt(message, key, cfg);\n\t * var plaintext = CryptoJS.AES.decrypt(ciphertext, key, cfg);\n\t */\n\t C.AES = BlockCipher._createHelper(AES);\n\t}());\n\n\n\treturn CryptoJS.AES;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./enc-base64\"), require(\"./md5\"), require(\"./evpkdf\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./enc-base64\", \"./md5\", \"./evpkdf\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var WordArray = C_lib.WordArray;\n\t var BlockCipher = C_lib.BlockCipher;\n\t var C_algo = C.algo;\n\n\t // Permuted Choice 1 constants\n\t var PC1 = [\n\t 57, 49, 41, 33, 25, 17, 9, 1,\n\t 58, 50, 42, 34, 26, 18, 10, 2,\n\t 59, 51, 43, 35, 27, 19, 11, 3,\n\t 60, 52, 44, 36, 63, 55, 47, 39,\n\t 31, 23, 15, 7, 62, 54, 46, 38,\n\t 30, 22, 14, 6, 61, 53, 45, 37,\n\t 29, 21, 13, 5, 28, 20, 12, 4\n\t ];\n\n\t // Permuted Choice 2 constants\n\t var PC2 = [\n\t 14, 17, 11, 24, 1, 5,\n\t 3, 28, 15, 6, 21, 10,\n\t 23, 19, 12, 4, 26, 8,\n\t 16, 7, 27, 20, 13, 2,\n\t 41, 52, 31, 37, 47, 55,\n\t 30, 40, 51, 45, 33, 48,\n\t 44, 49, 39, 56, 34, 53,\n\t 46, 42, 50, 36, 29, 32\n\t ];\n\n\t // Cumulative bit shift constants\n\t var BIT_SHIFTS = [1, 2, 4, 6, 8, 10, 12, 14, 15, 17, 19, 21, 23, 25, 27, 28];\n\n\t // SBOXes and round permutation constants\n\t var SBOX_P = [\n\t {\n\t 0x0: 0x808200,\n\t 0x10000000: 0x8000,\n\t 0x20000000: 0x808002,\n\t 0x30000000: 0x2,\n\t 0x40000000: 0x200,\n\t 0x50000000: 0x808202,\n\t 0x60000000: 0x800202,\n\t 0x70000000: 0x800000,\n\t 0x80000000: 0x202,\n\t 0x90000000: 0x800200,\n\t 0xa0000000: 0x8200,\n\t 0xb0000000: 0x808000,\n\t 0xc0000000: 0x8002,\n\t 0xd0000000: 0x800002,\n\t 0xe0000000: 0x0,\n\t 0xf0000000: 0x8202,\n\t 0x8000000: 0x0,\n\t 0x18000000: 0x808202,\n\t 0x28000000: 0x8202,\n\t 0x38000000: 0x8000,\n\t 0x48000000: 0x808200,\n\t 0x58000000: 0x200,\n\t 0x68000000: 0x808002,\n\t 0x78000000: 0x2,\n\t 0x88000000: 0x800200,\n\t 0x98000000: 0x8200,\n\t 0xa8000000: 0x808000,\n\t 0xb8000000: 0x800202,\n\t 0xc8000000: 0x800002,\n\t 0xd8000000: 0x8002,\n\t 0xe8000000: 0x202,\n\t 0xf8000000: 0x800000,\n\t 0x1: 0x8000,\n\t 0x10000001: 0x2,\n\t 0x20000001: 0x808200,\n\t 0x30000001: 0x800000,\n\t 0x40000001: 0x808002,\n\t 0x50000001: 0x8200,\n\t 0x60000001: 0x200,\n\t 0x70000001: 0x800202,\n\t 0x80000001: 0x808202,\n\t 0x90000001: 0x808000,\n\t 0xa0000001: 0x800002,\n\t 0xb0000001: 0x8202,\n\t 0xc0000001: 0x202,\n\t 0xd0000001: 0x800200,\n\t 0xe0000001: 0x8002,\n\t 0xf0000001: 0x0,\n\t 0x8000001: 0x808202,\n\t 0x18000001: 0x808000,\n\t 0x28000001: 0x800000,\n\t 0x38000001: 0x200,\n\t 0x48000001: 0x8000,\n\t 0x58000001: 0x800002,\n\t 0x68000001: 0x2,\n\t 0x78000001: 0x8202,\n\t 0x88000001: 0x8002,\n\t 0x98000001: 0x800202,\n\t 0xa8000001: 0x202,\n\t 0xb8000001: 0x808200,\n\t 0xc8000001: 0x800200,\n\t 0xd8000001: 0x0,\n\t 0xe8000001: 0x8200,\n\t 0xf8000001: 0x808002\n\t },\n\t {\n\t 0x0: 0x40084010,\n\t 0x1000000: 0x4000,\n\t 0x2000000: 0x80000,\n\t 0x3000000: 0x40080010,\n\t 0x4000000: 0x40000010,\n\t 0x5000000: 0x40084000,\n\t 0x6000000: 0x40004000,\n\t 0x7000000: 0x10,\n\t 0x8000000: 0x84000,\n\t 0x9000000: 0x40004010,\n\t 0xa000000: 0x40000000,\n\t 0xb000000: 0x84010,\n\t 0xc000000: 0x80010,\n\t 0xd000000: 0x0,\n\t 0xe000000: 0x4010,\n\t 0xf000000: 0x40080000,\n\t 0x800000: 0x40004000,\n\t 0x1800000: 0x84010,\n\t 0x2800000: 0x10,\n\t 0x3800000: 0x40004010,\n\t 0x4800000: 0x40084010,\n\t 0x5800000: 0x40000000,\n\t 0x6800000: 0x80000,\n\t 0x7800000: 0x40080010,\n\t 0x8800000: 0x80010,\n\t 0x9800000: 0x0,\n\t 0xa800000: 0x4000,\n\t 0xb800000: 0x40080000,\n\t 0xc800000: 0x40000010,\n\t 0xd800000: 0x84000,\n\t 0xe800000: 0x40084000,\n\t 0xf800000: 0x4010,\n\t 0x10000000: 0x0,\n\t 0x11000000: 0x40080010,\n\t 0x12000000: 0x40004010,\n\t 0x13000000: 0x40084000,\n\t 0x14000000: 0x40080000,\n\t 0x15000000: 0x10,\n\t 0x16000000: 0x84010,\n\t 0x17000000: 0x4000,\n\t 0x18000000: 0x4010,\n\t 0x19000000: 0x80000,\n\t 0x1a000000: 0x80010,\n\t 0x1b000000: 0x40000010,\n\t 0x1c000000: 0x84000,\n\t 0x1d000000: 0x40004000,\n\t 0x1e000000: 0x40000000,\n\t 0x1f000000: 0x40084010,\n\t 0x10800000: 0x84010,\n\t 0x11800000: 0x80000,\n\t 0x12800000: 0x40080000,\n\t 0x13800000: 0x4000,\n\t 0x14800000: 0x40004000,\n\t 0x15800000: 0x40084010,\n\t 0x16800000: 0x10,\n\t 0x17800000: 0x40000000,\n\t 0x18800000: 0x40084000,\n\t 0x19800000: 0x40000010,\n\t 0x1a800000: 0x40004010,\n\t 0x1b800000: 0x80010,\n\t 0x1c800000: 0x0,\n\t 0x1d800000: 0x4010,\n\t 0x1e800000: 0x40080010,\n\t 0x1f800000: 0x84000\n\t },\n\t {\n\t 0x0: 0x104,\n\t 0x100000: 0x0,\n\t 0x200000: 0x4000100,\n\t 0x300000: 0x10104,\n\t 0x400000: 0x10004,\n\t 0x500000: 0x4000004,\n\t 0x600000: 0x4010104,\n\t 0x700000: 0x4010000,\n\t 0x800000: 0x4000000,\n\t 0x900000: 0x4010100,\n\t 0xa00000: 0x10100,\n\t 0xb00000: 0x4010004,\n\t 0xc00000: 0x4000104,\n\t 0xd00000: 0x10000,\n\t 0xe00000: 0x4,\n\t 0xf00000: 0x100,\n\t 0x80000: 0x4010100,\n\t 0x180000: 0x4010004,\n\t 0x280000: 0x0,\n\t 0x380000: 0x4000100,\n\t 0x480000: 0x4000004,\n\t 0x580000: 0x10000,\n\t 0x680000: 0x10004,\n\t 0x780000: 0x104,\n\t 0x880000: 0x4,\n\t 0x980000: 0x100,\n\t 0xa80000: 0x4010000,\n\t 0xb80000: 0x10104,\n\t 0xc80000: 0x10100,\n\t 0xd80000: 0x4000104,\n\t 0xe80000: 0x4010104,\n\t 0xf80000: 0x4000000,\n\t 0x1000000: 0x4010100,\n\t 0x1100000: 0x10004,\n\t 0x1200000: 0x10000,\n\t 0x1300000: 0x4000100,\n\t 0x1400000: 0x100,\n\t 0x1500000: 0x4010104,\n\t 0x1600000: 0x4000004,\n\t 0x1700000: 0x0,\n\t 0x1800000: 0x4000104,\n\t 0x1900000: 0x4000000,\n\t 0x1a00000: 0x4,\n\t 0x1b00000: 0x10100,\n\t 0x1c00000: 0x4010000,\n\t 0x1d00000: 0x104,\n\t 0x1e00000: 0x10104,\n\t 0x1f00000: 0x4010004,\n\t 0x1080000: 0x4000000,\n\t 0x1180000: 0x104,\n\t 0x1280000: 0x4010100,\n\t 0x1380000: 0x0,\n\t 0x1480000: 0x10004,\n\t 0x1580000: 0x4000100,\n\t 0x1680000: 0x100,\n\t 0x1780000: 0x4010004,\n\t 0x1880000: 0x10000,\n\t 0x1980000: 0x4010104,\n\t 0x1a80000: 0x10104,\n\t 0x1b80000: 0x4000004,\n\t 0x1c80000: 0x4000104,\n\t 0x1d80000: 0x4010000,\n\t 0x1e80000: 0x4,\n\t 0x1f80000: 0x10100\n\t },\n\t {\n\t 0x0: 0x80401000,\n\t 0x10000: 0x80001040,\n\t 0x20000: 0x401040,\n\t 0x30000: 0x80400000,\n\t 0x40000: 0x0,\n\t 0x50000: 0x401000,\n\t 0x60000: 0x80000040,\n\t 0x70000: 0x400040,\n\t 0x80000: 0x80000000,\n\t 0x90000: 0x400000,\n\t 0xa0000: 0x40,\n\t 0xb0000: 0x80001000,\n\t 0xc0000: 0x80400040,\n\t 0xd0000: 0x1040,\n\t 0xe0000: 0x1000,\n\t 0xf0000: 0x80401040,\n\t 0x8000: 0x80001040,\n\t 0x18000: 0x40,\n\t 0x28000: 0x80400040,\n\t 0x38000: 0x80001000,\n\t 0x48000: 0x401000,\n\t 0x58000: 0x80401040,\n\t 0x68000: 0x0,\n\t 0x78000: 0x80400000,\n\t 0x88000: 0x1000,\n\t 0x98000: 0x80401000,\n\t 0xa8000: 0x400000,\n\t 0xb8000: 0x1040,\n\t 0xc8000: 0x80000000,\n\t 0xd8000: 0x400040,\n\t 0xe8000: 0x401040,\n\t 0xf8000: 0x80000040,\n\t 0x100000: 0x400040,\n\t 0x110000: 0x401000,\n\t 0x120000: 0x80000040,\n\t 0x130000: 0x0,\n\t 0x140000: 0x1040,\n\t 0x150000: 0x80400040,\n\t 0x160000: 0x80401000,\n\t 0x170000: 0x80001040,\n\t 0x180000: 0x80401040,\n\t 0x190000: 0x80000000,\n\t 0x1a0000: 0x80400000,\n\t 0x1b0000: 0x401040,\n\t 0x1c0000: 0x80001000,\n\t 0x1d0000: 0x400000,\n\t 0x1e0000: 0x40,\n\t 0x1f0000: 0x1000,\n\t 0x108000: 0x80400000,\n\t 0x118000: 0x80401040,\n\t 0x128000: 0x0,\n\t 0x138000: 0x401000,\n\t 0x148000: 0x400040,\n\t 0x158000: 0x80000000,\n\t 0x168000: 0x80001040,\n\t 0x178000: 0x40,\n\t 0x188000: 0x80000040,\n\t 0x198000: 0x1000,\n\t 0x1a8000: 0x80001000,\n\t 0x1b8000: 0x80400040,\n\t 0x1c8000: 0x1040,\n\t 0x1d8000: 0x80401000,\n\t 0x1e8000: 0x400000,\n\t 0x1f8000: 0x401040\n\t },\n\t {\n\t 0x0: 0x80,\n\t 0x1000: 0x1040000,\n\t 0x2000: 0x40000,\n\t 0x3000: 0x20000000,\n\t 0x4000: 0x20040080,\n\t 0x5000: 0x1000080,\n\t 0x6000: 0x21000080,\n\t 0x7000: 0x40080,\n\t 0x8000: 0x1000000,\n\t 0x9000: 0x20040000,\n\t 0xa000: 0x20000080,\n\t 0xb000: 0x21040080,\n\t 0xc000: 0x21040000,\n\t 0xd000: 0x0,\n\t 0xe000: 0x1040080,\n\t 0xf000: 0x21000000,\n\t 0x800: 0x1040080,\n\t 0x1800: 0x21000080,\n\t 0x2800: 0x80,\n\t 0x3800: 0x1040000,\n\t 0x4800: 0x40000,\n\t 0x5800: 0x20040080,\n\t 0x6800: 0x21040000,\n\t 0x7800: 0x20000000,\n\t 0x8800: 0x20040000,\n\t 0x9800: 0x0,\n\t 0xa800: 0x21040080,\n\t 0xb800: 0x1000080,\n\t 0xc800: 0x20000080,\n\t 0xd800: 0x21000000,\n\t 0xe800: 0x1000000,\n\t 0xf800: 0x40080,\n\t 0x10000: 0x40000,\n\t 0x11000: 0x80,\n\t 0x12000: 0x20000000,\n\t 0x13000: 0x21000080,\n\t 0x14000: 0x1000080,\n\t 0x15000: 0x21040000,\n\t 0x16000: 0x20040080,\n\t 0x17000: 0x1000000,\n\t 0x18000: 0x21040080,\n\t 0x19000: 0x21000000,\n\t 0x1a000: 0x1040000,\n\t 0x1b000: 0x20040000,\n\t 0x1c000: 0x40080,\n\t 0x1d000: 0x20000080,\n\t 0x1e000: 0x0,\n\t 0x1f000: 0x1040080,\n\t 0x10800: 0x21000080,\n\t 0x11800: 0x1000000,\n\t 0x12800: 0x1040000,\n\t 0x13800: 0x20040080,\n\t 0x14800: 0x20000000,\n\t 0x15800: 0x1040080,\n\t 0x16800: 0x80,\n\t 0x17800: 0x21040000,\n\t 0x18800: 0x40080,\n\t 0x19800: 0x21040080,\n\t 0x1a800: 0x0,\n\t 0x1b800: 0x21000000,\n\t 0x1c800: 0x1000080,\n\t 0x1d800: 0x40000,\n\t 0x1e800: 0x20040000,\n\t 0x1f800: 0x20000080\n\t },\n\t {\n\t 0x0: 0x10000008,\n\t 0x100: 0x2000,\n\t 0x200: 0x10200000,\n\t 0x300: 0x10202008,\n\t 0x400: 0x10002000,\n\t 0x500: 0x200000,\n\t 0x600: 0x200008,\n\t 0x700: 0x10000000,\n\t 0x800: 0x0,\n\t 0x900: 0x10002008,\n\t 0xa00: 0x202000,\n\t 0xb00: 0x8,\n\t 0xc00: 0x10200008,\n\t 0xd00: 0x202008,\n\t 0xe00: 0x2008,\n\t 0xf00: 0x10202000,\n\t 0x80: 0x10200000,\n\t 0x180: 0x10202008,\n\t 0x280: 0x8,\n\t 0x380: 0x200000,\n\t 0x480: 0x202008,\n\t 0x580: 0x10000008,\n\t 0x680: 0x10002000,\n\t 0x780: 0x2008,\n\t 0x880: 0x200008,\n\t 0x980: 0x2000,\n\t 0xa80: 0x10002008,\n\t 0xb80: 0x10200008,\n\t 0xc80: 0x0,\n\t 0xd80: 0x10202000,\n\t 0xe80: 0x202000,\n\t 0xf80: 0x10000000,\n\t 0x1000: 0x10002000,\n\t 0x1100: 0x10200008,\n\t 0x1200: 0x10202008,\n\t 0x1300: 0x2008,\n\t 0x1400: 0x200000,\n\t 0x1500: 0x10000000,\n\t 0x1600: 0x10000008,\n\t 0x1700: 0x202000,\n\t 0x1800: 0x202008,\n\t 0x1900: 0x0,\n\t 0x1a00: 0x8,\n\t 0x1b00: 0x10200000,\n\t 0x1c00: 0x2000,\n\t 0x1d00: 0x10002008,\n\t 0x1e00: 0x10202000,\n\t 0x1f00: 0x200008,\n\t 0x1080: 0x8,\n\t 0x1180: 0x202000,\n\t 0x1280: 0x200000,\n\t 0x1380: 0x10000008,\n\t 0x1480: 0x10002000,\n\t 0x1580: 0x2008,\n\t 0x1680: 0x10202008,\n\t 0x1780: 0x10200000,\n\t 0x1880: 0x10202000,\n\t 0x1980: 0x10200008,\n\t 0x1a80: 0x2000,\n\t 0x1b80: 0x202008,\n\t 0x1c80: 0x200008,\n\t 0x1d80: 0x0,\n\t 0x1e80: 0x10000000,\n\t 0x1f80: 0x10002008\n\t },\n\t {\n\t 0x0: 0x100000,\n\t 0x10: 0x2000401,\n\t 0x20: 0x400,\n\t 0x30: 0x100401,\n\t 0x40: 0x2100401,\n\t 0x50: 0x0,\n\t 0x60: 0x1,\n\t 0x70: 0x2100001,\n\t 0x80: 0x2000400,\n\t 0x90: 0x100001,\n\t 0xa0: 0x2000001,\n\t 0xb0: 0x2100400,\n\t 0xc0: 0x2100000,\n\t 0xd0: 0x401,\n\t 0xe0: 0x100400,\n\t 0xf0: 0x2000000,\n\t 0x8: 0x2100001,\n\t 0x18: 0x0,\n\t 0x28: 0x2000401,\n\t 0x38: 0x2100400,\n\t 0x48: 0x100000,\n\t 0x58: 0x2000001,\n\t 0x68: 0x2000000,\n\t 0x78: 0x401,\n\t 0x88: 0x100401,\n\t 0x98: 0x2000400,\n\t 0xa8: 0x2100000,\n\t 0xb8: 0x100001,\n\t 0xc8: 0x400,\n\t 0xd8: 0x2100401,\n\t 0xe8: 0x1,\n\t 0xf8: 0x100400,\n\t 0x100: 0x2000000,\n\t 0x110: 0x100000,\n\t 0x120: 0x2000401,\n\t 0x130: 0x2100001,\n\t 0x140: 0x100001,\n\t 0x150: 0x2000400,\n\t 0x160: 0x2100400,\n\t 0x170: 0x100401,\n\t 0x180: 0x401,\n\t 0x190: 0x2100401,\n\t 0x1a0: 0x100400,\n\t 0x1b0: 0x1,\n\t 0x1c0: 0x0,\n\t 0x1d0: 0x2100000,\n\t 0x1e0: 0x2000001,\n\t 0x1f0: 0x400,\n\t 0x108: 0x100400,\n\t 0x118: 0x2000401,\n\t 0x128: 0x2100001,\n\t 0x138: 0x1,\n\t 0x148: 0x2000000,\n\t 0x158: 0x100000,\n\t 0x168: 0x401,\n\t 0x178: 0x2100400,\n\t 0x188: 0x2000001,\n\t 0x198: 0x2100000,\n\t 0x1a8: 0x0,\n\t 0x1b8: 0x2100401,\n\t 0x1c8: 0x100401,\n\t 0x1d8: 0x400,\n\t 0x1e8: 0x2000400,\n\t 0x1f8: 0x100001\n\t },\n\t {\n\t 0x0: 0x8000820,\n\t 0x1: 0x20000,\n\t 0x2: 0x8000000,\n\t 0x3: 0x20,\n\t 0x4: 0x20020,\n\t 0x5: 0x8020820,\n\t 0x6: 0x8020800,\n\t 0x7: 0x800,\n\t 0x8: 0x8020000,\n\t 0x9: 0x8000800,\n\t 0xa: 0x20800,\n\t 0xb: 0x8020020,\n\t 0xc: 0x820,\n\t 0xd: 0x0,\n\t 0xe: 0x8000020,\n\t 0xf: 0x20820,\n\t 0x80000000: 0x800,\n\t 0x80000001: 0x8020820,\n\t 0x80000002: 0x8000820,\n\t 0x80000003: 0x8000000,\n\t 0x80000004: 0x8020000,\n\t 0x80000005: 0x20800,\n\t 0x80000006: 0x20820,\n\t 0x80000007: 0x20,\n\t 0x80000008: 0x8000020,\n\t 0x80000009: 0x820,\n\t 0x8000000a: 0x20020,\n\t 0x8000000b: 0x8020800,\n\t 0x8000000c: 0x0,\n\t 0x8000000d: 0x8020020,\n\t 0x8000000e: 0x8000800,\n\t 0x8000000f: 0x20000,\n\t 0x10: 0x20820,\n\t 0x11: 0x8020800,\n\t 0x12: 0x20,\n\t 0x13: 0x800,\n\t 0x14: 0x8000800,\n\t 0x15: 0x8000020,\n\t 0x16: 0x8020020,\n\t 0x17: 0x20000,\n\t 0x18: 0x0,\n\t 0x19: 0x20020,\n\t 0x1a: 0x8020000,\n\t 0x1b: 0x8000820,\n\t 0x1c: 0x8020820,\n\t 0x1d: 0x20800,\n\t 0x1e: 0x820,\n\t 0x1f: 0x8000000,\n\t 0x80000010: 0x20000,\n\t 0x80000011: 0x800,\n\t 0x80000012: 0x8020020,\n\t 0x80000013: 0x20820,\n\t 0x80000014: 0x20,\n\t 0x80000015: 0x8020000,\n\t 0x80000016: 0x8000000,\n\t 0x80000017: 0x8000820,\n\t 0x80000018: 0x8020820,\n\t 0x80000019: 0x8000020,\n\t 0x8000001a: 0x8000800,\n\t 0x8000001b: 0x0,\n\t 0x8000001c: 0x20800,\n\t 0x8000001d: 0x820,\n\t 0x8000001e: 0x20020,\n\t 0x8000001f: 0x8020800\n\t }\n\t ];\n\n\t // Masks that select the SBOX input\n\t var SBOX_MASK = [\n\t 0xf8000001, 0x1f800000, 0x01f80000, 0x001f8000,\n\t 0x0001f800, 0x00001f80, 0x000001f8, 0x8000001f\n\t ];\n\n\t /**\n\t * DES block cipher algorithm.\n\t */\n\t var DES = C_algo.DES = BlockCipher.extend({\n\t _doReset: function () {\n\t // Shortcuts\n\t var key = this._key;\n\t var keyWords = key.words;\n\n\t // Select 56 bits according to PC1\n\t var keyBits = [];\n\t for (var i = 0; i < 56; i++) {\n\t var keyBitPos = PC1[i] - 1;\n\t keyBits[i] = (keyWords[keyBitPos >>> 5] >>> (31 - keyBitPos % 32)) & 1;\n\t }\n\n\t // Assemble 16 subkeys\n\t var subKeys = this._subKeys = [];\n\t for (var nSubKey = 0; nSubKey < 16; nSubKey++) {\n\t // Create subkey\n\t var subKey = subKeys[nSubKey] = [];\n\n\t // Shortcut\n\t var bitShift = BIT_SHIFTS[nSubKey];\n\n\t // Select 48 bits according to PC2\n\t for (var i = 0; i < 24; i++) {\n\t // Select from the left 28 key bits\n\t subKey[(i / 6) | 0] |= keyBits[((PC2[i] - 1) + bitShift) % 28] << (31 - i % 6);\n\n\t // Select from the right 28 key bits\n\t subKey[4 + ((i / 6) | 0)] |= keyBits[28 + (((PC2[i + 24] - 1) + bitShift) % 28)] << (31 - i % 6);\n\t }\n\n\t // Since each subkey is applied to an expanded 32-bit input,\n\t // the subkey can be broken into 8 values scaled to 32-bits,\n\t // which allows the key to be used without expansion\n\t subKey[0] = (subKey[0] << 1) | (subKey[0] >>> 31);\n\t for (var i = 1; i < 7; i++) {\n\t subKey[i] = subKey[i] >>> ((i - 1) * 4 + 3);\n\t }\n\t subKey[7] = (subKey[7] << 5) | (subKey[7] >>> 27);\n\t }\n\n\t // Compute inverse subkeys\n\t var invSubKeys = this._invSubKeys = [];\n\t for (var i = 0; i < 16; i++) {\n\t invSubKeys[i] = subKeys[15 - i];\n\t }\n\t },\n\n\t encryptBlock: function (M, offset) {\n\t this._doCryptBlock(M, offset, this._subKeys);\n\t },\n\n\t decryptBlock: function (M, offset) {\n\t this._doCryptBlock(M, offset, this._invSubKeys);\n\t },\n\n\t _doCryptBlock: function (M, offset, subKeys) {\n\t // Get input\n\t this._lBlock = M[offset];\n\t this._rBlock = M[offset + 1];\n\n\t // Initial permutation\n\t exchangeLR.call(this, 4, 0x0f0f0f0f);\n\t exchangeLR.call(this, 16, 0x0000ffff);\n\t exchangeRL.call(this, 2, 0x33333333);\n\t exchangeRL.call(this, 8, 0x00ff00ff);\n\t exchangeLR.call(this, 1, 0x55555555);\n\n\t // Rounds\n\t for (var round = 0; round < 16; round++) {\n\t // Shortcuts\n\t var subKey = subKeys[round];\n\t var lBlock = this._lBlock;\n\t var rBlock = this._rBlock;\n\n\t // Feistel function\n\t var f = 0;\n\t for (var i = 0; i < 8; i++) {\n\t f |= SBOX_P[i][((rBlock ^ subKey[i]) & SBOX_MASK[i]) >>> 0];\n\t }\n\t this._lBlock = rBlock;\n\t this._rBlock = lBlock ^ f;\n\t }\n\n\t // Undo swap from last round\n\t var t = this._lBlock;\n\t this._lBlock = this._rBlock;\n\t this._rBlock = t;\n\n\t // Final permutation\n\t exchangeLR.call(this, 1, 0x55555555);\n\t exchangeRL.call(this, 8, 0x00ff00ff);\n\t exchangeRL.call(this, 2, 0x33333333);\n\t exchangeLR.call(this, 16, 0x0000ffff);\n\t exchangeLR.call(this, 4, 0x0f0f0f0f);\n\n\t // Set output\n\t M[offset] = this._lBlock;\n\t M[offset + 1] = this._rBlock;\n\t },\n\n\t keySize: 64/32,\n\n\t ivSize: 64/32,\n\n\t blockSize: 64/32\n\t });\n\n\t // Swap bits across the left and right words\n\t function exchangeLR(offset, mask) {\n\t var t = ((this._lBlock >>> offset) ^ this._rBlock) & mask;\n\t this._rBlock ^= t;\n\t this._lBlock ^= t << offset;\n\t }\n\n\t function exchangeRL(offset, mask) {\n\t var t = ((this._rBlock >>> offset) ^ this._lBlock) & mask;\n\t this._lBlock ^= t;\n\t this._rBlock ^= t << offset;\n\t }\n\n\t /**\n\t * Shortcut functions to the cipher's object interface.\n\t *\n\t * @example\n\t *\n\t * var ciphertext = CryptoJS.DES.encrypt(message, key, cfg);\n\t * var plaintext = CryptoJS.DES.decrypt(ciphertext, key, cfg);\n\t */\n\t C.DES = BlockCipher._createHelper(DES);\n\n\t /**\n\t * Triple-DES block cipher algorithm.\n\t */\n\t var TripleDES = C_algo.TripleDES = BlockCipher.extend({\n\t _doReset: function () {\n\t // Shortcuts\n\t var key = this._key;\n\t var keyWords = key.words;\n\n\t // Create DES instances\n\t this._des1 = DES.createEncryptor(WordArray.create(keyWords.slice(0, 2)));\n\t this._des2 = DES.createEncryptor(WordArray.create(keyWords.slice(2, 4)));\n\t this._des3 = DES.createEncryptor(WordArray.create(keyWords.slice(4, 6)));\n\t },\n\n\t encryptBlock: function (M, offset) {\n\t this._des1.encryptBlock(M, offset);\n\t this._des2.decryptBlock(M, offset);\n\t this._des3.encryptBlock(M, offset);\n\t },\n\n\t decryptBlock: function (M, offset) {\n\t this._des3.decryptBlock(M, offset);\n\t this._des2.encryptBlock(M, offset);\n\t this._des1.decryptBlock(M, offset);\n\t },\n\n\t keySize: 192/32,\n\n\t ivSize: 64/32,\n\n\t blockSize: 64/32\n\t });\n\n\t /**\n\t * Shortcut functions to the cipher's object interface.\n\t *\n\t * @example\n\t *\n\t * var ciphertext = CryptoJS.TripleDES.encrypt(message, key, cfg);\n\t * var plaintext = CryptoJS.TripleDES.decrypt(ciphertext, key, cfg);\n\t */\n\t C.TripleDES = BlockCipher._createHelper(TripleDES);\n\t}());\n\n\n\treturn CryptoJS.TripleDES;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./enc-base64\"), require(\"./md5\"), require(\"./evpkdf\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./enc-base64\", \"./md5\", \"./evpkdf\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var StreamCipher = C_lib.StreamCipher;\n\t var C_algo = C.algo;\n\n\t /**\n\t * RC4 stream cipher algorithm.\n\t */\n\t var RC4 = C_algo.RC4 = StreamCipher.extend({\n\t _doReset: function () {\n\t // Shortcuts\n\t var key = this._key;\n\t var keyWords = key.words;\n\t var keySigBytes = key.sigBytes;\n\n\t // Init sbox\n\t var S = this._S = [];\n\t for (var i = 0; i < 256; i++) {\n\t S[i] = i;\n\t }\n\n\t // Key setup\n\t for (var i = 0, j = 0; i < 256; i++) {\n\t var keyByteIndex = i % keySigBytes;\n\t var keyByte = (keyWords[keyByteIndex >>> 2] >>> (24 - (keyByteIndex % 4) * 8)) & 0xff;\n\n\t j = (j + S[i] + keyByte) % 256;\n\n\t // Swap\n\t var t = S[i];\n\t S[i] = S[j];\n\t S[j] = t;\n\t }\n\n\t // Counters\n\t this._i = this._j = 0;\n\t },\n\n\t _doProcessBlock: function (M, offset) {\n\t M[offset] ^= generateKeystreamWord.call(this);\n\t },\n\n\t keySize: 256/32,\n\n\t ivSize: 0\n\t });\n\n\t function generateKeystreamWord() {\n\t // Shortcuts\n\t var S = this._S;\n\t var i = this._i;\n\t var j = this._j;\n\n\t // Generate keystream word\n\t var keystreamWord = 0;\n\t for (var n = 0; n < 4; n++) {\n\t i = (i + 1) % 256;\n\t j = (j + S[i]) % 256;\n\n\t // Swap\n\t var t = S[i];\n\t S[i] = S[j];\n\t S[j] = t;\n\n\t keystreamWord |= S[(S[i] + S[j]) % 256] << (24 - n * 8);\n\t }\n\n\t // Update counters\n\t this._i = i;\n\t this._j = j;\n\n\t return keystreamWord;\n\t }\n\n\t /**\n\t * Shortcut functions to the cipher's object interface.\n\t *\n\t * @example\n\t *\n\t * var ciphertext = CryptoJS.RC4.encrypt(message, key, cfg);\n\t * var plaintext = CryptoJS.RC4.decrypt(ciphertext, key, cfg);\n\t */\n\t C.RC4 = StreamCipher._createHelper(RC4);\n\n\t /**\n\t * Modified RC4 stream cipher algorithm.\n\t */\n\t var RC4Drop = C_algo.RC4Drop = RC4.extend({\n\t /**\n\t * Configuration options.\n\t *\n\t * @property {number} drop The number of keystream words to drop. Default 192\n\t */\n\t cfg: RC4.cfg.extend({\n\t drop: 192\n\t }),\n\n\t _doReset: function () {\n\t RC4._doReset.call(this);\n\n\t // Drop\n\t for (var i = this.cfg.drop; i > 0; i--) {\n\t generateKeystreamWord.call(this);\n\t }\n\t }\n\t });\n\n\t /**\n\t * Shortcut functions to the cipher's object interface.\n\t *\n\t * @example\n\t *\n\t * var ciphertext = CryptoJS.RC4Drop.encrypt(message, key, cfg);\n\t * var plaintext = CryptoJS.RC4Drop.decrypt(ciphertext, key, cfg);\n\t */\n\t C.RC4Drop = StreamCipher._createHelper(RC4Drop);\n\t}());\n\n\n\treturn CryptoJS.RC4;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./enc-base64\"), require(\"./md5\"), require(\"./evpkdf\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./enc-base64\", \"./md5\", \"./evpkdf\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var StreamCipher = C_lib.StreamCipher;\n\t var C_algo = C.algo;\n\n\t // Reusable objects\n\t var S = [];\n\t var C_ = [];\n\t var G = [];\n\n\t /**\n\t * Rabbit stream cipher algorithm\n\t */\n\t var Rabbit = C_algo.Rabbit = StreamCipher.extend({\n\t _doReset: function () {\n\t // Shortcuts\n\t var K = this._key.words;\n\t var iv = this.cfg.iv;\n\n\t // Swap endian\n\t for (var i = 0; i < 4; i++) {\n\t K[i] = (((K[i] << 8) | (K[i] >>> 24)) & 0x00ff00ff) |\n\t (((K[i] << 24) | (K[i] >>> 8)) & 0xff00ff00);\n\t }\n\n\t // Generate initial state values\n\t var X = this._X = [\n\t K[0], (K[3] << 16) | (K[2] >>> 16),\n\t K[1], (K[0] << 16) | (K[3] >>> 16),\n\t K[2], (K[1] << 16) | (K[0] >>> 16),\n\t K[3], (K[2] << 16) | (K[1] >>> 16)\n\t ];\n\n\t // Generate initial counter values\n\t var C = this._C = [\n\t (K[2] << 16) | (K[2] >>> 16), (K[0] & 0xffff0000) | (K[1] & 0x0000ffff),\n\t (K[3] << 16) | (K[3] >>> 16), (K[1] & 0xffff0000) | (K[2] & 0x0000ffff),\n\t (K[0] << 16) | (K[0] >>> 16), (K[2] & 0xffff0000) | (K[3] & 0x0000ffff),\n\t (K[1] << 16) | (K[1] >>> 16), (K[3] & 0xffff0000) | (K[0] & 0x0000ffff)\n\t ];\n\n\t // Carry bit\n\t this._b = 0;\n\n\t // Iterate the system four times\n\t for (var i = 0; i < 4; i++) {\n\t nextState.call(this);\n\t }\n\n\t // Modify the counters\n\t for (var i = 0; i < 8; i++) {\n\t C[i] ^= X[(i + 4) & 7];\n\t }\n\n\t // IV setup\n\t if (iv) {\n\t // Shortcuts\n\t var IV = iv.words;\n\t var IV_0 = IV[0];\n\t var IV_1 = IV[1];\n\n\t // Generate four subvectors\n\t var i0 = (((IV_0 << 8) | (IV_0 >>> 24)) & 0x00ff00ff) | (((IV_0 << 24) | (IV_0 >>> 8)) & 0xff00ff00);\n\t var i2 = (((IV_1 << 8) | (IV_1 >>> 24)) & 0x00ff00ff) | (((IV_1 << 24) | (IV_1 >>> 8)) & 0xff00ff00);\n\t var i1 = (i0 >>> 16) | (i2 & 0xffff0000);\n\t var i3 = (i2 << 16) | (i0 & 0x0000ffff);\n\n\t // Modify counter values\n\t C[0] ^= i0;\n\t C[1] ^= i1;\n\t C[2] ^= i2;\n\t C[3] ^= i3;\n\t C[4] ^= i0;\n\t C[5] ^= i1;\n\t C[6] ^= i2;\n\t C[7] ^= i3;\n\n\t // Iterate the system four times\n\t for (var i = 0; i < 4; i++) {\n\t nextState.call(this);\n\t }\n\t }\n\t },\n\n\t _doProcessBlock: function (M, offset) {\n\t // Shortcut\n\t var X = this._X;\n\n\t // Iterate the system\n\t nextState.call(this);\n\n\t // Generate four keystream words\n\t S[0] = X[0] ^ (X[5] >>> 16) ^ (X[3] << 16);\n\t S[1] = X[2] ^ (X[7] >>> 16) ^ (X[5] << 16);\n\t S[2] = X[4] ^ (X[1] >>> 16) ^ (X[7] << 16);\n\t S[3] = X[6] ^ (X[3] >>> 16) ^ (X[1] << 16);\n\n\t for (var i = 0; i < 4; i++) {\n\t // Swap endian\n\t S[i] = (((S[i] << 8) | (S[i] >>> 24)) & 0x00ff00ff) |\n\t (((S[i] << 24) | (S[i] >>> 8)) & 0xff00ff00);\n\n\t // Encrypt\n\t M[offset + i] ^= S[i];\n\t }\n\t },\n\n\t blockSize: 128/32,\n\n\t ivSize: 64/32\n\t });\n\n\t function nextState() {\n\t // Shortcuts\n\t var X = this._X;\n\t var C = this._C;\n\n\t // Save old counter values\n\t for (var i = 0; i < 8; i++) {\n\t C_[i] = C[i];\n\t }\n\n\t // Calculate new counter values\n\t C[0] = (C[0] + 0x4d34d34d + this._b) | 0;\n\t C[1] = (C[1] + 0xd34d34d3 + ((C[0] >>> 0) < (C_[0] >>> 0) ? 1 : 0)) | 0;\n\t C[2] = (C[2] + 0x34d34d34 + ((C[1] >>> 0) < (C_[1] >>> 0) ? 1 : 0)) | 0;\n\t C[3] = (C[3] + 0x4d34d34d + ((C[2] >>> 0) < (C_[2] >>> 0) ? 1 : 0)) | 0;\n\t C[4] = (C[4] + 0xd34d34d3 + ((C[3] >>> 0) < (C_[3] >>> 0) ? 1 : 0)) | 0;\n\t C[5] = (C[5] + 0x34d34d34 + ((C[4] >>> 0) < (C_[4] >>> 0) ? 1 : 0)) | 0;\n\t C[6] = (C[6] + 0x4d34d34d + ((C[5] >>> 0) < (C_[5] >>> 0) ? 1 : 0)) | 0;\n\t C[7] = (C[7] + 0xd34d34d3 + ((C[6] >>> 0) < (C_[6] >>> 0) ? 1 : 0)) | 0;\n\t this._b = (C[7] >>> 0) < (C_[7] >>> 0) ? 1 : 0;\n\n\t // Calculate the g-values\n\t for (var i = 0; i < 8; i++) {\n\t var gx = X[i] + C[i];\n\n\t // Construct high and low argument for squaring\n\t var ga = gx & 0xffff;\n\t var gb = gx >>> 16;\n\n\t // Calculate high and low result of squaring\n\t var gh = ((((ga * ga) >>> 17) + ga * gb) >>> 15) + gb * gb;\n\t var gl = (((gx & 0xffff0000) * gx) | 0) + (((gx & 0x0000ffff) * gx) | 0);\n\n\t // High XOR low\n\t G[i] = gh ^ gl;\n\t }\n\n\t // Calculate new state values\n\t X[0] = (G[0] + ((G[7] << 16) | (G[7] >>> 16)) + ((G[6] << 16) | (G[6] >>> 16))) | 0;\n\t X[1] = (G[1] + ((G[0] << 8) | (G[0] >>> 24)) + G[7]) | 0;\n\t X[2] = (G[2] + ((G[1] << 16) | (G[1] >>> 16)) + ((G[0] << 16) | (G[0] >>> 16))) | 0;\n\t X[3] = (G[3] + ((G[2] << 8) | (G[2] >>> 24)) + G[1]) | 0;\n\t X[4] = (G[4] + ((G[3] << 16) | (G[3] >>> 16)) + ((G[2] << 16) | (G[2] >>> 16))) | 0;\n\t X[5] = (G[5] + ((G[4] << 8) | (G[4] >>> 24)) + G[3]) | 0;\n\t X[6] = (G[6] + ((G[5] << 16) | (G[5] >>> 16)) + ((G[4] << 16) | (G[4] >>> 16))) | 0;\n\t X[7] = (G[7] + ((G[6] << 8) | (G[6] >>> 24)) + G[5]) | 0;\n\t }\n\n\t /**\n\t * Shortcut functions to the cipher's object interface.\n\t *\n\t * @example\n\t *\n\t * var ciphertext = CryptoJS.Rabbit.encrypt(message, key, cfg);\n\t * var plaintext = CryptoJS.Rabbit.decrypt(ciphertext, key, cfg);\n\t */\n\t C.Rabbit = StreamCipher._createHelper(Rabbit);\n\t}());\n\n\n\treturn CryptoJS.Rabbit;\n\n}));",";(function (root, factory, undef) {\n\tif (typeof exports === \"object\") {\n\t\t// CommonJS\n\t\tmodule.exports = exports = factory(require(\"./core\"), require(\"./enc-base64\"), require(\"./md5\"), require(\"./evpkdf\"), require(\"./cipher-core\"));\n\t}\n\telse if (typeof define === \"function\" && define.amd) {\n\t\t// AMD\n\t\tdefine([\"./core\", \"./enc-base64\", \"./md5\", \"./evpkdf\", \"./cipher-core\"], factory);\n\t}\n\telse {\n\t\t// Global (browser)\n\t\tfactory(root.CryptoJS);\n\t}\n}(this, function (CryptoJS) {\n\n\t(function () {\n\t // Shortcuts\n\t var C = CryptoJS;\n\t var C_lib = C.lib;\n\t var StreamCipher = C_lib.StreamCipher;\n\t var C_algo = C.algo;\n\n\t // Reusable objects\n\t var S = [];\n\t var C_ = [];\n\t var G = [];\n\n\t /**\n\t * Rabbit stream cipher algorithm.\n\t *\n\t * This is a legacy version that neglected to convert the key to little-endian.\n\t * This error doesn't affect the cipher's security,\n\t * but it does affect its compatibility with other implementations.\n\t */\n\t var RabbitLegacy = C_algo.RabbitLegacy = StreamCipher.extend({\n\t _doReset: function () {\n\t // Shortcuts\n\t var K = this._key.words;\n\t var iv = this.cfg.iv;\n\n\t // Generate initial state values\n\t var X = this._X = [\n\t K[0], (K[3] << 16) | (K[2] >>> 16),\n\t K[1], (K[0] << 16) | (K[3] >>> 16),\n\t K[2], (K[1] << 16) | (K[0] >>> 16),\n\t K[3], (K[2] << 16) | (K[1] >>> 16)\n\t ];\n\n\t // Generate initial counter values\n\t var C = this._C = [\n\t (K[2] << 16) | (K[2] >>> 16), (K[0] & 0xffff0000) | (K[1] & 0x0000ffff),\n\t (K[3] << 16) | (K[3] >>> 16), (K[1] & 0xffff0000) | (K[2] & 0x0000ffff),\n\t (K[0] << 16) | (K[0] >>> 16), (K[2] & 0xffff0000) | (K[3] & 0x0000ffff),\n\t (K[1] << 16) | (K[1] >>> 16), (K[3] & 0xffff0000) | (K[0] & 0x0000ffff)\n\t ];\n\n\t // Carry bit\n\t this._b = 0;\n\n\t // Iterate the system four times\n\t for (var i = 0; i < 4; i++) {\n\t nextState.call(this);\n\t }\n\n\t // Modify the counters\n\t for (var i = 0; i < 8; i++) {\n\t C[i] ^= X[(i + 4) & 7];\n\t }\n\n\t // IV setup\n\t if (iv) {\n\t // Shortcuts\n\t var IV = iv.words;\n\t var IV_0 = IV[0];\n\t var IV_1 = IV[1];\n\n\t // Generate four subvectors\n\t var i0 = (((IV_0 << 8) | (IV_0 >>> 24)) & 0x00ff00ff) | (((IV_0 << 24) | (IV_0 >>> 8)) & 0xff00ff00);\n\t var i2 = (((IV_1 << 8) | (IV_1 >>> 24)) & 0x00ff00ff) | (((IV_1 << 24) | (IV_1 >>> 8)) & 0xff00ff00);\n\t var i1 = (i0 >>> 16) | (i2 & 0xffff0000);\n\t var i3 = (i2 << 16) | (i0 & 0x0000ffff);\n\n\t // Modify counter values\n\t C[0] ^= i0;\n\t C[1] ^= i1;\n\t C[2] ^= i2;\n\t C[3] ^= i3;\n\t C[4] ^= i0;\n\t C[5] ^= i1;\n\t C[6] ^= i2;\n\t C[7] ^= i3;\n\n\t // Iterate the system four times\n\t for (var i = 0; i < 4; i++) {\n\t nextState.call(this);\n\t }\n\t }\n\t },\n\n\t _doProcessBlock: function (M, offset) {\n\t // Shortcut\n\t var X = this._X;\n\n\t // Iterate the system\n\t nextState.call(this);\n\n\t // Generate four keystream words\n\t S[0] = X[0] ^ (X[5] >>> 16) ^ (X[3] << 16);\n\t S[1] = X[2] ^ (X[7] >>> 16) ^ (X[5] << 16);\n\t S[2] = X[4] ^ (X[1] >>> 16) ^ (X[7] << 16);\n\t S[3] = X[6] ^ (X[3] >>> 16) ^ (X[1] << 16);\n\n\t for (var i = 0; i < 4; i++) {\n\t // Swap endian\n\t S[i] = (((S[i] << 8) | (S[i] >>> 24)) & 0x00ff00ff) |\n\t (((S[i] << 24) | (S[i] >>> 8)) & 0xff00ff00);\n\n\t // Encrypt\n\t M[offset + i] ^= S[i];\n\t }\n\t },\n\n\t blockSize: 128/32,\n\n\t ivSize: 64/32\n\t });\n\n\t function nextState() {\n\t // Shortcuts\n\t var X = this._X;\n\t var C = this._C;\n\n\t // Save old counter values\n\t for (var i = 0; i < 8; i++) {\n\t C_[i] = C[i];\n\t }\n\n\t // Calculate new counter values\n\t C[0] = (C[0] + 0x4d34d34d + this._b) | 0;\n\t C[1] = (C[1] + 0xd34d34d3 + ((C[0] >>> 0) < (C_[0] >>> 0) ? 1 : 0)) | 0;\n\t C[2] = (C[2] + 0x34d34d34 + ((C[1] >>> 0) < (C_[1] >>> 0) ? 1 : 0)) | 0;\n\t C[3] = (C[3] + 0x4d34d34d + ((C[2] >>> 0) < (C_[2] >>> 0) ? 1 : 0)) | 0;\n\t C[4] = (C[4] + 0xd34d34d3 + ((C[3] >>> 0) < (C_[3] >>> 0) ? 1 : 0)) | 0;\n\t C[5] = (C[5] + 0x34d34d34 + ((C[4] >>> 0) < (C_[4] >>> 0) ? 1 : 0)) | 0;\n\t C[6] = (C[6] + 0x4d34d34d + ((C[5] >>> 0) < (C_[5] >>> 0) ? 1 : 0)) | 0;\n\t C[7] = (C[7] + 0xd34d34d3 + ((C[6] >>> 0) < (C_[6] >>> 0) ? 1 : 0)) | 0;\n\t this._b = (C[7] >>> 0) < (C_[7] >>> 0) ? 1 : 0;\n\n\t // Calculate the g-values\n\t for (var i = 0; i < 8; i++) {\n\t var gx = X[i] + C[i];\n\n\t // Construct high and low argument for squaring\n\t var ga = gx & 0xffff;\n\t var gb = gx >>> 16;\n\n\t // Calculate high and low result of squaring\n\t var gh = ((((ga * ga) >>> 17) + ga * gb) >>> 15) + gb * gb;\n\t var gl = (((gx & 0xffff0000) * gx) | 0) + (((gx & 0x0000ffff) * gx) | 0);\n\n\t // High XOR low\n\t G[i] = gh ^ gl;\n\t }\n\n\t // Calculate new state values\n\t X[0] = (G[0] + ((G[7] << 16) | (G[7] >>> 16)) + ((G[6] << 16) | (G[6] >>> 16))) | 0;\n\t X[1] = (G[1] + ((G[0] << 8) | (G[0] >>> 24)) + G[7]) | 0;\n\t X[2] = (G[2] + ((G[1] << 16) | (G[1] >>> 16)) + ((G[0] << 16) | (G[0] >>> 16))) | 0;\n\t X[3] = (G[3] + ((G[2] << 8) | (G[2] >>> 24)) + G[1]) | 0;\n\t X[4] = (G[4] + ((G[3] << 16) | (G[3] >>> 16)) + ((G[2] << 16) | (G[2] >>> 16))) | 0;\n\t X[5] = (G[5] + ((G[4] << 8) | (G[4] >>> 24)) + G[3]) | 0;\n\t X[6] = (G[6] + ((G[5] << 16) | (G[5] >>> 16)) + ((G[4] << 16) | (G[4] >>> 16))) | 0;\n\t X[7] = (G[7] + ((G[6] << 8) | (G[6] >>> 24)) + G[5]) | 0;\n\t }\n\n\t /**\n\t * Shortcut functions to the cipher's object interface.\n\t *\n\t * @example\n\t *\n\t * var ciphertext = CryptoJS.RabbitLegacy.encrypt(message, key, cfg);\n\t * var plaintext = CryptoJS.RabbitLegacy.decrypt(ciphertext, key, cfg);\n\t */\n\t C.RabbitLegacy = StreamCipher._createHelper(RabbitLegacy);\n\t}());\n\n\n\treturn CryptoJS.RabbitLegacy;\n\n}));","(function(){\n var dotQs, prevDotQs, _this = this;\n\n dotQs = {\n options : {\n arrayStyle : 'DOT', // DOT | BRANCKET\n }\n };\n\n prevDotQs = this.dotQs;\n\n //// cross-browser compatiblity functions ////\n\n var toString = Object.prototype.toString;\n var nativeIsArray = Array.isArray;\n\n var isArray = nativeIsArray || function(obj) {\n return toString.call(obj) == '[object Array]';\n };\n\n var isObject = function(obj) {\n return obj === Object(obj);\n };\n\n var _forEach = function (obj, iterator) {\n if( isArray(obj)){\n var arr = obj;\n if (arr.forEach) {\n arr.forEach(iterator);\n return;\n }\n for (var i = 0; i < arr.length; i += 1) {\n iterator(arr[i], i, arr);\n }\n }else{\n for (var key in obj) {\n if (obj.hasOwnProperty(key)) {\n iterator( obj[key], key, obj);\n }\n }\n }\n };\n\n var _reduce = function (arr, iterator, memo) {\n if (arr.reduce) {\n return arr.reduce(iterator, memo);\n }\n _forEach(arr, function (x, i, a) {\n memo = iterator(memo, x, i, a);\n });\n return memo;\n };\n\n ///\n\n if ((typeof module !== \"undefined\" && module !== null ? module.exports : void 0) != null) {\n module.exports = dotQs;\n } else {\n dotQs.noConflict = function() {\n _this.dotQs = prevDotQs;\n return dotQs;\n };\n this.dotQs = dotQs;\n }\n\n var notint = /[^0-9]/;\n var brancketSeparator = /\\.|\\[(\\d+)\\]/;\n var initialBrancket = /^\\[(\\d+)\\]/;\n dotQs.parse = function(str){\n if(str === null || str === ''){\n return {};\n }\n\n return _reduce(String(str).split('&'),function(ret, pair){\n try{\n pair = decodeURIComponent(pair.replace(/\\+/g, ' '));\n } catch(e) {\n // ignore\n }\n var epos = pair.indexOf('=');\n var key , value;\n if(epos == -1 ){\n // key only\n return {base : {}};\n }else{\n key = pair.substring(0, epos);\n value = pair.substring(epos + 1);\n }\n\n var store = function(key, base){\n\n var baseKey, remainKey;\n var brancketMatch\n if(dotQs.options.arrayStyle === 'BRANCKET' && (brancketMatch = key.match(initialBrancket))){\n baseKey = brancketMatch[1];\n remainKey = key.substring(brancketMatch[0].length);\n }else{\n var spos;\n if(dotQs.options.arrayStyle === 'BRANCKET'){\n spos = key.search(brancketSeparator);\n }else{\n spos = key.indexOf('.');\n }\n\n if(spos == -1){\n baseKey = key;\n remainKey = null;\n }else{\n baseKey = key.substring(0, spos);\n remainKey = key.substring(spos);\n }\n }\n if(remainKey && remainKey[0] === '.'){\n remainKey = remainKey.substring(1);\n }\n\n // store object\n if(!notint.test(baseKey)){\n // it's array\n if(base && !isArray(base)){\n // skip if base is not array\n return base;\n }\n var index = parseInt(baseKey, 10);\n base = base || [];\n if(remainKey === null || remainKey === ''){\n if(value === ''){\n base[index] = null;\n }else{\n base[index] = value;\n }\n }else{\n base[index] = store(remainKey, base[index]);\n }\n return base;\n }else{\n // it's object\n if(base && isArray(base)){\n // skip if base is array\n return base;\n }\n base = base || {};\n if(remainKey === null || remainKey === ''){\n if(value === ''){\n base[baseKey] = null;\n }else{\n base[baseKey] = value;\n }\n }else{\n base[baseKey] = store(remainKey, base[baseKey]);\n }\n return base;\n }\n };\n ret.base = store(key, ret.base);\n return ret;\n },{base : null}).base;\n };\n\n var flatten = dotQs.flatten = function(obj){\n if(!isArray(obj) && !isObject(obj) ){\n return true;\n }\n\n var ret = {};\n var _dump = function(obj, prefix, parents){\n var checkedParents = [];\n\n if(parents){\n var i;\n for(i = 0; i < parents.length; i++){\n if(parents[i] === obj){\n throw new Error('object has circular references');\n }\n checkedParents.push(obj);\n }\n }\n checkedParents.push(obj);\n if(!isArray(obj) && !isObject(obj) ){\n if(!prefix){\n throw obj + \"is not object or array\";\n }\n ret[prefix] = obj;\n return;\n }\n\n if(isArray(obj)){\n // it's an array\n _forEach(obj, function(obj, i){\n if(dotQs.options.arrayStyle === 'BRANCKET'){\n _dump(obj, (prefix || \"\") + \"[\" + i + \"]\", checkedParents);\n }else{\n _dump(obj, prefix ? prefix + \".\" + i : \"\" + i, checkedParents);\n }\n });\n }else{\n // it's an object\n _forEach(obj, function(obj, key){\n _dump(obj, prefix ? prefix + \".\" + key : \"\" + key, checkedParents);\n });\n }\n };\n\n _dump(obj, null);\n return ret;\n };\n\n dotQs.stringify = function(obj){\n var flats = flatten(obj);\n var _buf = [];\n _forEach(flats, function(val, key){\n _buf.push(''+ encodeURIComponent(key) + '=' + encodeURIComponent(val));\n });\n return _buf.join('&');\n };\n})();","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","\nvar content = require(\"!!../../../node_modules/css-loader/dist/cjs.js??ref--5-1!./query_editor.css\");\n\nif(typeof content === 'string') content = [[module.id, content, '']];\n\nvar transform;\nvar insertInto;\n\n\n\nvar options = {\"hmr\":true}\n\noptions.transform = transform\noptions.insertInto = undefined;\n\nvar update = require(\"!../../../node_modules/style-loader/lib/addStyles.js\")(content, options);\n\nif(content.locals) module.exports = content.locals;\n\nif(module.hot) {\n\tmodule.hot.accept(\"!!../../../node_modules/css-loader/dist/cjs.js??ref--5-1!./query_editor.css\", function() {\n\t\tvar newContent = require(\"!!../../../node_modules/css-loader/dist/cjs.js??ref--5-1!./query_editor.css\");\n\n\t\tif(typeof newContent === 'string') newContent = [[module.id, newContent, '']];\n\n\t\tvar locals = (function(a, b) {\n\t\t\tvar key, idx = 0;\n\n\t\t\tfor(key in a) {\n\t\t\t\tif(!b || a[key] !== b[key]) return false;\n\t\t\t\tidx++;\n\t\t\t}\n\n\t\t\tfor(key in b) idx--;\n\n\t\t\treturn idx === 0;\n\t\t}(content.locals, newContent.locals));\n\n\t\tif(!locals) throw new Error('Aborting CSS HMR due to changed css-modules locals.');\n\n\t\tupdate(newContent);\n\t});\n\n\tmodule.hot.dispose(function() { update(); });\n}","exports = module.exports = require(\"../../../node_modules/css-loader/dist/runtime/api.js\")(true);\n// Module\nexports.push([module.id, \".tc-sub-params {\\n margin-top: 4px;\\n margin-left: 125px;\\n}\\n\\n.tc-sub-params .gf-form-inline {\\n min-height: 42px;\\n}\\n\\n.tc-sub-params .gf-form-inline .gf-form-label {\\n margin-bottom: 2px;\\n}\\n\\n.tc-sub-params .tc-info-label {\\n margin-bottom: 6px;\\n}\\n\\n.tc-sub-params .tc-info-label> a {\\n margin-left: 10px;\\n}\\n\\n.tc-switch {\\n border-left: 1px solid #262628;\\n margin-bottom: 0 !important;\\n}\\n\\n.tc-condition-block {\\n margin-right: 10px;\\n display: inline-block;\\n}\\n\\n.tc-condition-block .tc-condition-input {\\n border-radius: 0;\\n}\\n\\n.tc-condition-block .tc-condition-minus {\\n vertical-align: top;\\n border-radius: 0 3px 3px 0;\\n}\\n\\n.tc-condition-block .tc-condition-dropdown {\\n display: inline-block;\\n}\\n\\n.tc-condition-block> input {\\n display: inline-block;\\n margin-right: 0;\\n}\\n\\n.tc-condition-block> label {\\n display: inline-block;\\n}\\n\\n.tc-condition-add {\\n display: inline-block;\\n vertical-align: top;\\n}\\n\\n.tc-condition-add> label {\\n border-radius: 3px;\\n}\", \"\",{\"version\":3,\"sources\":[\"query_editor.css\"],\"names\":[],\"mappings\":\"AAAA;EACE,eAAe;EACf,kBAAkB;AACpB;;AAEA;EACE,gBAAgB;AAClB;;AAEA;EACE,kBAAkB;AACpB;;AAEA;EACE,kBAAkB;AACpB;;AAEA;EACE,iBAAiB;AACnB;;AAEA;EACE,8BAA8B;EAC9B,2BAA2B;AAC7B;;AAEA;EACE,kBAAkB;EAClB,qBAAqB;AACvB;;AAEA;EACE,gBAAgB;AAClB;;AAEA;EACE,mBAAmB;EACnB,0BAA0B;AAC5B;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,qBAAqB;EACrB,eAAe;AACjB;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE,qBAAqB;EACrB,mBAAmB;AACrB;;AAEA;EACE,kBAAkB;AACpB\",\"file\":\"query_editor.css\",\"sourcesContent\":[\".tc-sub-params {\\n margin-top: 4px;\\n margin-left: 125px;\\n}\\n\\n.tc-sub-params .gf-form-inline {\\n min-height: 42px;\\n}\\n\\n.tc-sub-params .gf-form-inline .gf-form-label {\\n margin-bottom: 2px;\\n}\\n\\n.tc-sub-params .tc-info-label {\\n margin-bottom: 6px;\\n}\\n\\n.tc-sub-params .tc-info-label> a {\\n margin-left: 10px;\\n}\\n\\n.tc-switch {\\n border-left: 1px solid #262628;\\n margin-bottom: 0 !important;\\n}\\n\\n.tc-condition-block {\\n margin-right: 10px;\\n display: inline-block;\\n}\\n\\n.tc-condition-block .tc-condition-input {\\n border-radius: 0;\\n}\\n\\n.tc-condition-block .tc-condition-minus {\\n vertical-align: top;\\n border-radius: 0 3px 3px 0;\\n}\\n\\n.tc-condition-block .tc-condition-dropdown {\\n display: inline-block;\\n}\\n\\n.tc-condition-block> input {\\n display: inline-block;\\n margin-right: 0;\\n}\\n\\n.tc-condition-block> label {\\n display: inline-block;\\n}\\n\\n.tc-condition-add {\\n display: inline-block;\\n vertical-align: top;\\n}\\n\\n.tc-condition-add> label {\\n border-radius: 3px;\\n}\"]}]);\n\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return '@media ' + item[2] + '{' + content + '}';\n } else {\n return content;\n }\n }).join('');\n }; // import a list of modules into the list\n\n\n list.i = function (modules, mediaQuery) {\n if (typeof modules === 'string') {\n modules = [[null, modules, '']];\n }\n\n var alreadyImportedModules = {};\n\n for (var i = 0; i < this.length; i++) {\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n\n for (i = 0; i < modules.length; i++) {\n var item = modules[i]; // skip already imported module\n // this implementation is not 100% perfect for weird media query combinations\n // when a module is imported multiple times with different media queries.\n // I hope this will never occur (Hey this way we have smaller bundles)\n\n if (item[0] == null || !alreadyImportedModules[item[0]]) {\n if (mediaQuery && !item[2]) {\n item[2] = mediaQuery;\n } else if (mediaQuery) {\n item[2] = '(' + item[2] + ') and (' + mediaQuery + ')';\n }\n\n list.push(item);\n }\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || '';\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return '/*# sourceURL=' + cssMapping.sourceRoot + source + ' */';\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = 'sourceMappingURL=data:application/json;charset=utf-8;base64,' + base64;\n return '/*# ' + data + ' */';\n}","/*\n\tMIT License http://www.opensource.org/licenses/mit-license.php\n\tAuthor Tobias Koppers @sokra\n*/\n\nvar stylesInDom = {};\n\nvar\tmemoize = function (fn) {\n\tvar memo;\n\n\treturn function () {\n\t\tif (typeof memo === \"undefined\") memo = fn.apply(this, arguments);\n\t\treturn memo;\n\t};\n};\n\nvar isOldIE = memoize(function () {\n\t// Test for IE <= 9 as proposed by Browserhacks\n\t// @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805\n\t// Tests for existence of standard globals is to allow style-loader\n\t// to operate correctly into non-standard environments\n\t// @see https://github.com/webpack-contrib/style-loader/issues/177\n\treturn window && document && document.all && !window.atob;\n});\n\nvar getTarget = function (target, parent) {\n if (parent){\n return parent.querySelector(target);\n }\n return document.querySelector(target);\n};\n\nvar getElement = (function (fn) {\n\tvar memo = {};\n\n\treturn function(target, parent) {\n // If passing function in options, then use it for resolve \"head\" element.\n // Useful for Shadow Root style i.e\n // {\n // insertInto: function () { return document.querySelector(\"#foo\").shadowRoot }\n // }\n if (typeof target === 'function') {\n return target();\n }\n if (typeof memo[target] === \"undefined\") {\n\t\t\tvar styleTarget = getTarget.call(this, target, parent);\n\t\t\t// Special case to return head of iframe instead of iframe itself\n\t\t\tif (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n\t\t\t\ttry {\n\t\t\t\t\t// This will throw an exception if access to iframe is blocked\n\t\t\t\t\t// due to cross-origin restrictions\n\t\t\t\t\tstyleTarget = styleTarget.contentDocument.head;\n\t\t\t\t} catch(e) {\n\t\t\t\t\tstyleTarget = null;\n\t\t\t\t}\n\t\t\t}\n\t\t\tmemo[target] = styleTarget;\n\t\t}\n\t\treturn memo[target]\n\t};\n})();\n\nvar singleton = null;\nvar\tsingletonCounter = 0;\nvar\tstylesInsertedAtTop = [];\n\nvar\tfixUrls = require(\"./urls\");\n\nmodule.exports = function(list, options) {\n\tif (typeof DEBUG !== \"undefined\" && DEBUG) {\n\t\tif (typeof document !== \"object\") throw new Error(\"The style-loader cannot be used in a non-browser environment\");\n\t}\n\n\toptions = options || {};\n\n\toptions.attrs = typeof options.attrs === \"object\" ? options.attrs : {};\n\n\t// Force single-tag solution on IE6-9, which has a hard limit on the # of 资源 1 \ No newline at end of file diff --git a/dist/module.js b/dist/module.js new file mode 100644 index 0000000..d89b2b1 --- /dev/null +++ b/dist/module.js @@ -0,0 +1,2 @@ +define("MyLibrary",[],(function(){return r={},t.m=e={10:function(t,e,r){"use strict";r.r(e),r.d(e,"MonitorAppConfigCtrl",(function(){return n}));var n=(o.templateUrl="components/config.html",o);function o(){}},22:function(t,e,r){"use strict";r.r(e);var n=r(10);r.d(e,"ConfigCtrl",(function(){return n.MonitorAppConfigCtrl}))}},t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:n})},t.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)t.d(n,o,function(t){return e[t]}.bind(null,o));return n},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},t.p="",t(t.s=22);function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var e,r})); +//# sourceMappingURL=module.js.map \ No newline at end of file diff --git a/dist/module.js.map b/dist/module.js.map new file mode 100644 index 0000000..d617d9d --- /dev/null +++ b/dist/module.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack://MyLibrary/module.js"],"names":["define","n","o","m","r","10","t","e","d","templateUrl","22","MonitorAppConfigCtrl","c","Object","defineProperty","enumerable","get","Symbol","toStringTag","value","__esModule","create","bind","default","prototype","hasOwnProperty","call","p","s","exports","i","l"],"mappings":"AAAAA,OAAO,YAAY,IAAG,WAAW,OAAOC,EAAE,GAAGC,EAAEC,EAAEC,EAAE,CAACC,GAAG,SAASC,EAAEC,EAAEH,GAAG,aAAaA,EAAEA,EAAEG,GAAGH,EAAEI,EAAED,EAAE,wBAAuB,WAAW,OAAON,KAAI,IAAIA,GAAGC,EAAEO,YAAY,yBAAyBP,GAAG,SAASA,OAAOQ,GAAG,SAASJ,EAAEC,EAAEH,GAAG,aAAaA,EAAEA,EAAEG,GAAG,IAAIN,EAAEG,EAAE,IAAIA,EAAEI,EAAED,EAAE,cAAa,WAAW,OAAON,EAAEU,0BAAyBT,EAAEU,EAAEX,EAAEC,EAAEM,EAAE,SAASF,EAAEC,EAAEH,GAAGF,EAAEA,EAAEI,EAAEC,IAAIM,OAAOC,eAAeR,EAAEC,EAAE,CAACQ,YAAW,EAAGC,IAAIZ,KAAKF,EAAEE,EAAE,SAASE,GAAG,oBAAoBW,QAAQA,OAAOC,aAAaL,OAAOC,eAAeR,EAAEW,OAAOC,YAAY,CAACC,MAAM,WAAWN,OAAOC,eAAeR,EAAE,aAAa,CAACa,OAAM,KAAMjB,EAAEI,EAAE,SAASC,EAAED,GAAG,GAAG,EAAEA,IAAIC,EAAEL,EAAEK,IAAI,EAAED,EAAE,OAAOC,EAAE,GAAG,EAAED,GAAG,iBAAiBC,GAAGA,GAAGA,EAAEa,WAAW,OAAOb,EAAE,IAAIH,EAAES,OAAOQ,OAAO,MAAM,GAAGnB,EAAEE,EAAEA,GAAGS,OAAOC,eAAeV,EAAE,UAAU,CAACW,YAAW,EAAGI,MAAMZ,IAAI,EAAED,GAAG,iBAAiBC,EAAE,IAAI,IAAIN,KAAKM,EAAEL,EAAEM,EAAEJ,EAAEH,EAAE,SAASK,GAAG,OAAOC,EAAED,IAAIgB,KAAK,KAAKrB,IAAI,OAAOG,GAAGF,EAAED,EAAE,SAASK,GAAG,IAAIC,EAAED,GAAGA,EAAEc,WAAW,WAAW,OAAOd,EAAEiB,SAAS,WAAW,OAAOjB,GAAG,OAAOJ,EAAEM,EAAED,EAAE,IAAIA,GAAGA,GAAGL,EAAEA,EAAE,SAASI,EAAEC,GAAG,OAAOM,OAAOW,UAAUC,eAAeC,KAAKpB,EAAEC,IAAIL,EAAEyB,EAAE,GAAGzB,EAAEA,EAAE0B,EAAE,IAAI,SAAS1B,EAAEI,GAAG,GAAGL,EAAEK,GAAG,OAAOL,EAAEK,GAAGuB,QAAQ,IAAItB,EAAEN,EAAEK,GAAG,CAACwB,EAAExB,EAAEyB,GAAE,EAAGF,QAAQ,IAAI,OAAOzB,EAAEE,GAAGoB,KAAKnB,EAAEsB,QAAQtB,EAAEA,EAAEsB,QAAQ3B,GAAGK,EAAEwB,GAAE,EAAGxB,EAAEsB,QAAQ,IAAIzB,EAAEH","file":"./module.js","sourceRoot":""} \ No newline at end of file diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..663a0c1 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,91 @@ +{ + "type": "app", + "name": "Tencent Cloud Monitor", + "id": "tencentcloud-monitor-app", + "info": { + "description": "Tencent Cloud Monitor App for Grafana", + "author": { + "name": "Tencent Cloud" + }, + "keywords": [ + "tencentcloud", + "tencentcloudmonitor", + "grafana", + "plugins" + ], + "logos": { + "small": "img/tencent-cloud.svg", + "large": "img/tencent-cloud.svg" + }, + "version": "1.4.1", + "updated": "2019-04-10", + "screenshots": [ + { "name": "logo", "path": "img/tencent-cloud.svg" } + ] + }, + "includes": [ + { + "type": "dashboard", + "name": "【实例】CDB 单机监控", + "path": "dashboards/example_cdb_dashboard.json" + }, + { + "type": "dashboard", + "name": "【实例】CVM 单机监控", + "path": "dashboards/example_cvm_dashboard.json" + }, + { + "type": "dashboard", + "name": "【实例】CLB 负载均衡", + "path": "dashboards/example_clb_dashboard.json" + }, + { + "type": "dashboard", + "name": "【实例】内容分发网络CDN", + "path": "dashboards/example_cdn_dashboard.json" + }, + { + "type": "dashboard", + "name": "【实例】云数据库MONGODB", + "path": "dashboards/example_mongodb_dashboard.json" + }, + { + "type": "dashboard", + "name": "【实例】云数据库REDIS-内存版", + "path": "dashboards/example_redis_dashboard.json" + }, + { + "type": "dashboard", + "name": "【实例】消息队列CKAFKA", + "path": "dashboards/example_ckafka_dashboard.json" + }, + { + "type": "dashboard", + "name": "【实例】弹性公网IP LB", + "path": "dashboards/example_lb_dashboard.json" + }, { + "type": "dashboard", + "name": "【实例】文件存储CFS", + "path": "dashboards/example_cfs_dashboard.json" + }, + { + "type": "dashboard", + "name": "【实例】云函数SCF", + "path": "dashboards/example_scf_dashboard.json" + }, + { + "type": "dashboard", + "name": "【实例】共享宽带包", + "path": "dashboards/example_bwp_dashboard.json" + }, + { + "type": "datasource", + "name": "Tencent Cloud Monitor Datasource" + } + ], + "dependencies": { + "grafanaDependency": "6.0", + "grafanaVersion": "6.0", + "plugins": [] + } +} \ No newline at end of file diff --git a/package.json b/package.json index c685a40..d989666 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tencentcloud-monitor-grafana-app", "private": false, - "version": "1.4.0", + "version": "1.4.1", "description": "Tencent Cloud Monitor plugin for Grafana", "keywords": [ "tencentcloud", diff --git a/src/plugin.json b/src/plugin.json index 6aa5aa2..663a0c1 100755 --- a/src/plugin.json +++ b/src/plugin.json @@ -17,7 +17,7 @@ "small": "img/tencent-cloud.svg", "large": "img/tencent-cloud.svg" }, - "version": "1.4.0", + "version": "1.4.1", "updated": "2019-04-10", "screenshots": [ { "name": "logo", "path": "img/tencent-cloud.svg" }