Releases: TencentCloud/tencentcloud-monitor-grafana-app
Releases · TencentCloud/tencentcloud-monitor-grafana-app
TencentCloud Monitor Grafana App 2.2.1
[2.2.1] - 2021-07-13
Fixed
- Missing dimensions in lbPrivate.
- Missing metrics
BaseCpuUsage
,CvmDiskUsage
for CVM monitoring.
See detailed guide in README.md.
TencentCloud Monitor Grafana App 2.2.0
[2.2.0] - 2021-06-28
Added
- Support Monitoring TencentDB for Redis (Memory Edition, 5-Second)
- Support Monitoring Game Server Elastic-scaling
Fixed
- The caching method of the instance list is optimized from localStorage to IndexedDB.
- Support
listenerAlias
in CLB template variable configuration (#64). - The CVM regional interface is replaced with api.tencentcloudapi.com.
- Change dimension
instanceId
toInstanceId
for DCDB monitoring.
Removed
- Removed Web Application Firewall since the regional API is not supported.
See detailed guide in README.md.
TencentCloud Monitor Grafana App 2.1.0
[2.1.0] - 2021-05-01
Added
- Support Monitoring TDSQL for MySQL
- Support Monitoring Private Network VPN Gateway
- Support Monitoring Private Network Anycast EIP
- Support Monitoring Private Network Network Detection
- Support Monitoring Private Network Cloud Connect Network
- Support Monitoring Tencent Distributed Message Queue
- Support Monitoring Cloud Physical Machine 1.0
- Support Monitoring CPM Peering Connection
- Support Monitoring CPM Load Balancer Public Network
- Support Monitoring CPM Load Balancer Private Network
- Support Monitoring Elastic MapReduce(HDFS)
- Support Monitoring Elastic MapReduce(HBASE)
- Support Monitoring Elastic MapReduce(HIVE)
- Support Monitoring Elastic MapReduce(NODE)
- Support Monitoring Elastic MapReduce(PRESTO)
- Support Monitoring Elastic MapReduce(SPARK)
- Support Monitoring Elastic MapReduce(YARN)
- Support Monitoring Elastic MapReduce(ZOOKEEPER)
- Support Monitoring Edge Computing Machine Compute Monitor
- Support Monitoring Edge Computing Machine Block Storage
- Support Monitoring Edge Computing Machine Load Balancer
- Support Monitoring Web Application Firewall
- Support Monitoring Cloud Object Storage
- Support Monitoring Global Application Acceleration Platform
- Namespace dropdown multi-level classification
- Allow
payload
param in template variable. (Advanced function)
Fixed
- Import preset dashboard templates under "Tencent Cloud Monitor" folder.
- Change CVM template variable value from
PublicIp
toInstanceId
. - Known bugs when setting template variable refresh method to
never
. percent
unit in preset dashboard templates.InstanceAlias
display issue on when hovering the graph and in the legend.
See detailed guide in README.md.
TencentCloud Monitor Grafana App 2.0.2
[2.0.2] - 2021-04-13
Added
- Plugin signing script.
Fixed
- Set English as the main readme language in dist/
- Other minor document fixes.
See detailed guide in README.md.
TencentCloud Monitor Grafana App 2.0.1
[2.0.1] - 2021-04-07
Fixed
- Readme display issues on https://grafana.com/grafana/plugins/tencentcloud-monitor-app.
- Update screenshot images.
- Multi backend plugin process.
TencentCloud Monitor Grafana App 2.0.0
[2.0.0] - 2021-04-06
2.0.0 Feature highlights
We are now officially on Grafana Plugins, the plugin is signed and safer!
Breaking changes
- Minimum Grafana version is 7.0.
- We are now removing
tc-monitor-cli
in this version, use grafana-cli instead!
Added
- Signing the plugin from Grafana, read more about the signed plugin.
- User guide while enabling the plugin.
- Searching function when configuring the data source.
Fixed
- Backend datasource for secretId/secretKey authorization (#19).
Installation
Prerequisites: Grafana version >= 7.0.
$ grafana-cli plugins install tencentcloud-monitor-app
See detailed guide in README.md.
TencentCloud Monitor Grafana App 1.5.0
[1.5.0] - 2021-04-02
Added
- Support monitoring Dedicated Tunnel;
- Support monitoring Direct Connection;
- Support monitoring TencentDB for TcaplusDB;
- Support monitoring TencentDB for SQL Server;
- Support monitoring TencentDB for CYNOSDB_MYSQL;
- Support monitoring VPN Gateway;
- Support monitoring Direct Connect Gateway;
- Support monitoring CDN Province;
- Support monitoring API Gateway;
- Support monitoring Cloud Block Storage;
- Support monitoring Elasticsearch;
- Support monitoring CMQ Queue Service;
- Support monitoring CMQ Topic Subscription;
- User guide while enabling the plugin.
- Searching function when configuring the data source.
Fixed
See detailed guide in README.md.
TencentCloud Monitor Grafana App 1.4.4
TencentCloud Monitor Grafana App 1.4.3
[1.4.3] - 2021-03-10
Added
tc-monitor-cli
for plugin's installation, upgrade and rollback.
Run the following command to upgrade:
$ curl -o- https://raw.githubusercontent.com/TencentCloud/tencentcloud-monitor-grafana-app/master/bin/tc-monitor-cli | bash -s upgrade
See detailed guide in README.md.
TencentCloud Monitor Grafana App 1.4.2
[1.4.2] - 2021-03-08
Added
- Add URL for instance Template Variable value, more readable URL for users.
- Add
display
param in query for customizing dropdown list values. For example:Namespace=QCE/REDIS&Action=DescribeInstances&Region=$region&display=${InstanceId}-${InstanceName}
.
Note: ifdisplay
andInstanceAlias
appear at the same time, the dropdown list will only show values ofdisplay
. - Allow search when selecting namespaces.
Fixed
- Some known errors.
See detailed guide in README.md.