You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize the back-end structure of the SLS Grafana plug-in, and now support the addition of custom Resource API functions.
Introducing the gotoSLS function, users can easily jump to the SLS console to query and experience more powerful functions of the SLS console, and the jump includes the current Grafana query and time information. Configuring roleArn on the DataSource interface can realize STS jumping. If not configured, it will jump according to the normal direct access logic (login to the console is required).
Note: If STS redirection is configured, the following two conditions need to be met for permission security considerations:
To configure the user corresponding to the accessKey of the DataSource, AliyunRAMReadOnlyAccess permission is required
Configure the roleArn of DataSource, the permission policy inside must have and only AliyunLogReadOnlyAccess
Optimize the expression form of xcol, and now standardize the recommended input in the form of a drop-down box. Take into account compatibility and custom input.
On the Variable editing page, SLS DataSource also introduces Monaco Editor, and automatically recognizes the grafana version to switch between the new and old displays.
Fix the problem that Tips at the end of the xcol and ycol input boxes cannot be displayed in Grafana 8.3.x and below.