Skip to content

Releases: TencentCloud/tencentcloud-monitor-grafana-app

TencentCloud Monitor Grafana App 2.2.1

13 Jul 07:23
d45baf8
Compare
Choose a tag to compare

[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

28 Jun 09:02
737ab61
Compare
Choose a tag to compare

[2.2.0] - 2021-06-28

Added

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 to InstanceId for DCDB monitoring.

Removed

See detailed guide in README.md.

TencentCloud Monitor Grafana App 2.1.0

30 Apr 18:13
9f59d58
Compare
Choose a tag to compare

[2.1.0] - 2021-05-01

Added

Fixed

  • Import preset dashboard templates under "Tencent Cloud Monitor" folder.
  • Change CVM template variable value from PublicIp to InstanceId.
  • 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

13 Apr 11:15
21e714f
Compare
Choose a tag to compare

[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

06 Apr 17:03
Compare
Choose a tag to compare

[2.0.1] - 2021-04-07

Fixed

TencentCloud Monitor Grafana App 2.0.0

12 Apr 09:52
Compare
Choose a tag to compare

[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

Added

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

02 Apr 11:10
3eb4e13
Compare
Choose a tag to compare

[1.5.0] - 2021-04-02

Added

Fixed

  • Preset dashboard templates. (#47)
  • Remove $region in CDN monitoring. (#20)
  • Other known issues.

See detailed guide in README.md.

TencentCloud Monitor Grafana App 1.4.4

23 Mar 08:56
c86c8a6
Compare
Choose a tag to compare

[1.4.4] - 2021-03-23

Added

  • Contributors and Contribution guide in README (#33).

Fixed

  • Allow using variables to get instance data in SCF monitoring (#32) (#37).
  • Some minor fix.

See detailed guide in README.md.

TencentCloud Monitor Grafana App 1.4.3

10 Mar 13:17
101fbf4
Compare
Choose a tag to compare

[1.4.3] - 2021-03-10

Added

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

08 Mar 15:41
Compare
Choose a tag to compare

[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: if display and InstanceAlias appear at the same time, the dropdown list will only show values of display.
  • Allow search when selecting namespaces.

Fixed

  • Some known errors.

See detailed guide in README.md.