Skip to content

Commit

Permalink
feat: 新增RUM预设模板
Browse files Browse the repository at this point in the history
  • Loading branch information
fanghongliang committed Sep 25, 2024
1 parent c8599b5 commit cad18d2
Show file tree
Hide file tree
Showing 12 changed files with 3,171 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dist/datasource/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -31434,7 +31434,7 @@ function (_super) {
intranet: e.currentTarget.checked
});
}
})))), this.renderRUMConfig(), this.renderAPMConfig(), this.renderRegionConfig());
})))), this.renderRUMConfig(), this.renderAPMConfig(), this.renderRegionConfig(), this.renderMonitorConfig());
};

ConfigEditor.prototype.renderRUMConfig = function () {
Expand Down Expand Up @@ -31466,7 +31466,6 @@ function (_super) {

var options = this.props.options;
var jsonData = options.jsonData;
console.log('@@===>230', jsonData, jsonData.APMServiceEnabled);
return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
style: {
marginTop: 30
Expand Down
2 changes: 1 addition & 1 deletion dist/datasource/module.js.map

Large diffs are not rendered by default.

Binary file modified dist/datasource/tencentcloud-monitor-app-backend_darwin_amd64
Binary file not shown.
Binary file modified dist/datasource/tencentcloud-monitor-app-backend_darwin_arm64
Binary file not shown.
Binary file modified dist/datasource/tencentcloud-monitor-app-backend_linux_amd64
Binary file not shown.
Binary file modified dist/datasource/tencentcloud-monitor-app-backend_linux_arm
Binary file not shown.
Binary file modified dist/datasource/tencentcloud-monitor-app-backend_linux_arm64
Binary file not shown.
Binary file not shown.
12 changes: 11 additions & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"large": "img/tencent-cloud.svg"
},
"version": "2.9.3",
"updated": "2024-09-14",
"updated": "2024-09-25",
"links": [
{ "name": "GitHub", "url": "https://github.com/TencentCloud/tencentcloud-monitor-grafana-app" },
{ "name": "Docs", "url": "https://cloud.tencent.com/document/product/248/48529" },
Expand All @@ -43,6 +43,16 @@
"name": "【Preset】APM",
"path": "dashboards/example_apm_en_dashboard.json"
},
{
"type": "dashboard",
"name": "【预设】RUM",
"path": "dashboards/example_rum_dashboard.json"
},
{
"type": "dashboard",
"name": "【Preset】RUM",
"path": "dashboards/example_rum_en_dashboard.json"
},
{
"type": "dashboard",
"name": "【预设】CDB 单机监控",
Expand Down
Loading

0 comments on commit cad18d2

Please sign in to comment.