Changelog (2024)¶
December 25, 2024¶
OpenAPI Updates¶
- Resource Catalog: Supports obtaining the resource catalog list, supports creating/modifying/deleting/exporting resource Explorers.
- Generate Metrics: Supports listing metric lists, supports creating/modifying/enabling/disabling/deleting metrics.
Feature Updates¶
Pipeline¶
Automated Pipeline Writing: Traditional log parsing methods often rely on manual script writing based on familiarity with rules, which not only consumes a significant amount of time but is also prone to errors, leading to inefficient Pipeline writing and an inability to respond to and resolve issues promptly. To improve efficiency and reduce labor costs, this feature utilizes the natural language processing capabilities of large models to assist in automating log content parsing, helping developers write Pipelines more efficiently and accurately extract valuable information from large volumes of logs, simplifying data flow and processing procedures.
Monitoring¶
AI Alert Compression and Merging: Reduces redundancy in monitoring alert events through large models, especially when a system generates a large number of alerts in a short period. By consolidating alert events, it ensures that operations personnel receive only one comprehensive alert message within a specified time cycle (e.g., 10 minutes) instead of multiple duplicate alert messages.
Cloud Billing Analysis¶
Cloud billing scenario views and Explorers add display of consumption currency categories.
Scenarios¶
- Dashboards and built-in views added Identifier ID: Dashboards and user views can be uniquely identified by an Identifier ID. When configuring jump links within charts, the target dashboard or user view can be located via the Identifier ID.
- Explorer auto-refresh logic adjusted: The "Pause" button was removed from the time widget. The refresh frequency options now include "off", allowing users to turn off the auto-refresh function as needed, making operations simpler and more intuitive. Simultaneously, the "Explorer Auto Refresh" switch in User Settings was removed to avoid functional redundancy and optimize the user setting experience.
- Explorer added function:
MD5(), supports querying log data desensitized using MD5 encryption in the Explorer. - Chart optimization: Charts support using PromQL metric names as legends.
{__name__}can be configured to use the metric name as an alias for display. - PromQL editor added syntax highlighting and syntax hints.
Metrics¶
Generate Metrics optimization:
- All types of generated metrics are consolidated under the metrics catalog for unified viewing and management.
- Supports re-aggregating existing metric data to generate new metrics, providing more dimensions for data analysis.
Management¶
Data access and sensitive data viewing desensitization rule application optimization: Optimized the combination and overlay of data viewing scopes for multiple rules and roles. If a member has multiple roles, the final data access scope is the union of the scopes defined within the rules. The same logic applies to sensitive data viewing desensitization rules.
Infrastructure¶
Resource Catalog Cross-workspace Query: In the Resource Catalog menu, support for cross-workspace querying of resource list data is implemented.
Deployment Plan Updates¶
-
Deployment Plan supports customizing navigation bar and action button display text.
-
Management Backend member menu optimization:
- Added a "Login Type" column to distinguish between default login members and SSO login members, and supports filtering by login type.
- For SSO login members, supports editing the "Other Attributes" field, allowing custom attribute information. This information will be synchronized to Webhook notifications and the corresponding event content area when sending alerts.
-
For workspaces with Volcengine as the primary storage engine, the storage policies for traces, logs, and custom log indexes are adjusted to: Standard Storage, Low-frequency Storage, and Archive Storage. These can be configured for hot data, low-frequency data, and archive data storage durations respectively. Simultaneously, if the primary storage engine is Volcengine, when creating a new index in the Guance console, the storage policy is also adjusted to: Standard Storage, Low-frequency Storage, and Archive Storage.
New Integrations¶
- Added Volcengine ALB integration;
- Added Volcengine CLB integration;
- Added Volcengine NAS integration;
- Added Kube State Metrics integration;
- Added Ranger admin integration;
- Added Ranger tagsync integration;
- Added Ranger usersync integration;
- Updated Redis dashboard and monitor;
- Updated nginx integration & dashboard;
- Updated RabbitMQ dashboard and monitor.
Bug Fixes¶
- Fixed the issue where host tags were not taking effect.
- Fixed the issue where updating tokens in the console failed.
- Fixed the issue where sorting in composite dashboards was lost due to refresh operations.
- Fixed the issue where table charts in shared dashboards showed no data in edit mode.
- Fixed the issue where switching between different charts in composite charts within cross-space authorized query dashboards did not trigger backend requests.
- Fixed the issue with abnormal
versiondata in RUM views. - Fixed the issue where the built-in Func in monitors prompted that the account could not be found, reported a 404 error, and did not generate events.
- Fixed the issue where the RUM list data display showed 0.
- Fixed the UI display issue at the bottom of the AI Assistant page.
- Fixed the issue where a resource class in the Resource Catalog persisted after being successfully deleted.
- Fixed the issue of false alerts for data gaps.
December 11, 2024¶
Feature Updates¶
Scenarios¶
- Topology Map added external data query: Allows users to draw topology maps with external data via DataFlux Func. Users only need to connect data according to the chart structure to easily achieve visualization of external data.
- Chart optimization
- Chart display effect optimization: Optimized the chart display effect, adjusted to slide-out listing and categorical display, making chart finding and usage more convenient.
- Chart description and applicable scenario display: Added chart descriptions and applicable scenario displays to the chart list, helping users better understand and choose the appropriate chart type.
- View variable optimization
- View variables support configuring an upper limit for listed values to avoid performance issues caused by too many listed items loading the page.
- The default listing limit for the Deployment Plan is 50, supporting custom default listing quantities. Note: Page configuration limits take precedence over global limits.
Infrastructure¶
-
Resource Catalog optimization:
- Added grouping function: To improve resource management efficiency, a resource grouping function has been added. Users can group resource classes with common characteristics for easier management and viewing, thereby optimizing the organizational structure of resources.
- Explorer honeycomb chart mode optimization: Supports configuring the field list for "Color Fill" and "Group Analysis". Users can customize the selectable fields as needed.
-
Container, Resource Catalog Explorer search optimization: Container Explorer added
container_namesearch, Resource Catalog addednamesearch.
Monitoring¶
Alert strategy configuration optimization
- Supports one-click creation of associated monitors through the alert strategy entry, adding a unified alert notification management mode centered on alert strategies.
- Optimized the interactive display of associations in the alert strategy list.
RUM¶
RUM added support for the React Native application type and allows uploading SourceMap for data parsing and restoration. If you need to upload SourceMap for a React Native application originally created under the Android/iOS type, please note:
-
When creating a new application, select the "React Native" application type. During creation, you can directly copy the name and application ID from an existing React Native application under the Android/iOS type, then click the "Create" button. After creation is complete, you can configure SourceMap for this application. This change only involves the creation method for React Native applications and does not affect data collection.
-
If your originally Android/iOS type React Native application has associated monitors, and you have not recreated a React Native application with the same ID under the "React Native" type, the original monitors can continue to work normally. However, if you have already recreated a "React Native" type application, the "Application Name" item in the original monitors will be unable to retrieve data and display as empty. In this case, you need to select the application type as "React Native" and resave these monitors.
APM¶
APM installation guide added automatic injection method: In the APM (Application Performance Monitoring) installation guide, an automatic injection installation method using Kubernetes Operator has been added. This method simplifies the APM deployment process, allowing users to install and use APM more quickly in Kubernetes environments.
New Integrations¶
- Added HBASE region integration;
- Added HBASE master integration;
- Optimized NodeExporter integration view;
- Added Huawei Cloud DCAAS Cloud Direct Connect integration;
- K8S dashboard adjustment;
- Updated memcached view and monitor;
- Updated rabbitmq view and monitor.
Bug Fixes¶
- Fixed the issue with abnormal numerical expression queries.
- Fixed the issue where, when querying the CPU usage rate of a
podstarted at a certain moment using PromQL in a chart, data was visible in the time series chart within the time range but could not be queried when switching to chart query. - Fixed the issue where alert events did not recover.
- Fixed the issue with abnormal PromQL query results.
- Fixed the error reporting the missing
warmretentionfield when modifying hot storage duration in Private Deployment > Management Backend. - Fixed the inconsistency between log search results in the Deployment Plan and searches on Volcengine TLS.
- Fixed the issue where the dashboard large screen would randomly scale when embedded in the user's IFrame page.
- Fixed the page lag issue when creating a new group in user management and adding it to multiple spaces.
- Fixed the error
df_fault_idwhen first entering the Guance console > Events. - Fixed the issue of prompting memory limit exceeded when opening the Events menu.
- Fixed the calculation error in the overview chart expression.
- Fixed the issue where monitors triggered alerts but did not generate events.
- Fixed the functional abnormality of log queries for the Deployment Plan Volcengine base.
November 27, 2024¶
Breaking Changes¶
-
OpenAPI: If configuring alert policies via API using the per-member notification rule mode, note that the parameter structure for adding/modifying member-type alert policies via OpenAPI has been adjusted.
-
Dashboard > Visibility Range: Added a "Custom" option, supporting configuration of operation and view permissions members for this dashboard.
- Note: If you previously added "Teams" in the visibility range, the team configuration will become invalid and needs to be reconfigured.
Feature Updates¶
Cloud Billing¶
- Added a feature guide page: Provides clear steps and explanations, allowing users to get started quickly.
- Added support for Volcengine, Microsoft Cloud data ingestion.
External Data Source Ingestion¶
-
MySQL Data Storage System Support: The platform now supports connecting to MySQL data storage systems. Users can utilize this function to achieve real-time data query and analysis.
-
Direct Use of Native Query Statements: Users can directly use the data source's native query statements in charts for data query and display, without any conversion or adaptation.
-
Data Security and Privacy Protection: To protect user data security and privacy, the platform will not store any added data source information. All data source configurations will be saved directly in the user's local Func, ensuring the security of data source information and avoiding data leakage risks.
Monitoring¶
-
Alert Policy > Configure Notification Rules by Member:
- Supports configuring multiple groups of member notification rules to take effect in parallel.
- Member-configured notification rules support defining effective time ranges. If multiple time ranges exist, they will be matched in numerical order. Ultimately, only the notification rules within the first matched time range will be used for alert sending.
-
Monitor: Supports search when configuring associated alert policies.
-
Mute Time: When defining "recurring" mute times, supports customizing mute start time and mute duration, supports configuring mute cycles "by day", "by week", "by month", helping to define mute times more flexibly. Simultaneously added a mute schedule preview function to view the currently defined mute times.
Billing¶
- Supports custom configuration of warning notification members. When a billing item exceeds the set threshold, email alerts will be sent to the Owner and the corresponding notification members.
- Supports setting dedicated notification members for each billing item under that item.
- Supports creating external emails as notification members by pressing Enter.
Application Performance Monitoring¶
- RUM > Analysis Dashboard, Container > Analysis Dashboard: View switching display optimization, users get a smoother experience when switching views.
- Log built-in pages: Support search when selecting log indexes, optimizing the operation experience.
Events¶
- Unrecovered Events Explorer supports adjusting the event query range via the time widget.
- Events Explorer supports custom configuration of display columns.
Scenarios¶
Chart optimization: Supports configuring whether to use scientific notation for rounding in chart data display.
Management¶
Blacklist: Added name and description fields, supports distinguishing purposes and other associated scenarios.
Help Center¶
Help documentation optimization: Integrations page added description information, helping to intuitively view integration information.
Deployment Plan Updates¶
- Supports modifying configuration files to customize the default time range for Explorers.
- Management Backend member information supports inputting international phone numbers.
New Integrations¶
- Added Azure MySQL;
- Added Huawei Cloud Mariadb integration;
- Added Huawei Cloud EIP integration;
- Added Huawei Cloud WAF integration;
- Added Confluent cloud integration;
- Updated Alibaba Cloud SAE integration, adding integrations for traces and logs parts;
- Updated SQLSERVER monitor.
Bug Fixes¶
- Fixed the issue where some Explorer list column names could not be aliased through the "Show Columns" entry.
- Fixed the issue where applications listed during RUM metric generation were not affected by data access rules.
- Fixed the front-end style adaptation issue in Application Performance Monitoring > Error Tracking > Issue Auto Discovery.
- Fixed the time query issue for Resource Catalog in Dashboards > Charts.
- Fixed the issue where the billing analysis account period column width could not be adjusted.
November 20, 2024¶
Feature Updates¶
Microsoft Cloud Marketplace Listing¶
Guance has been listed on the Overseas Microsoft Cloud Marketplace. Simultaneously, Commercial Plan workspaces added "Microsoft Cloud" as a settlement method.
Integration > Extensions¶
- Func platform linkage optimization: Can view all accessed DataFlux Func lists in Extensions, facilitating users to manage and monitor all connected external data sources.
Deployment Plan Updates¶
- Volcengine Cloud TLS supports JSON indexing and search.
Bug Fixes¶
- Fixed the issue where data forwarding to Kafka consumed excessive Kafka outbound traffic.
November 13, 2024¶
OpenAPI Updates¶
- Snapshots: Supports creating snapshots of log Explorers via OpenAPI generate snapshot.
- Data Access: OpenAPI supports obtaining data access lists, supports getting/creating/modifying individual data access rules.
Feature Updates¶
Billing¶
- High Consumption Alert optimization: High Consumption Alert added a total consumption alert function, supporting setting alert amounts for the total consumption of the workspace.
Application Performance Monitoring¶
- Java applications support creating memory snapshots, helping developers quickly analyze and optimize application performance.
- Installation guide optimization: Added K8S deployment installation guide.
DQL Query¶
Supports directly specifying time parameters like [today], [yesterday], [this week], [last week], [this month], [last month].
Management¶
- Invite members: Added line break separation function, multiple emails can be recognized by line breaks.
- Data forwarding rule expansion: Data forwarding to Huawei Cloud OBS supports AK, SK access method, providing richer OBS access methods.
-
Workspace:
- Workspace deletion or dissolution added a 7-day temporary storage logic; data within the workspace is finally cleared after 7 days.
- Supports configuring default space and pinned space at the personal account level.
Monitoring¶
- Monitor function enhancement: When selecting logs as the detection indicator, supports searching for log indexes for selection.
- Monitor: The monitor threshold trigger judgment configuration is appended to the event for recording. Associated event field:
df_monitor_checker_value_with_unit. The detection value with unit can be rendered in the event content via{{ Result_with_unit }}. - Intelligent monitoring events support bilingual switching: When the workspace language is switched, intelligent monitoring events support changing with the workspace language.
- Cloud billing monitoring view: Cloud billing views support more instance perspectives for billing analysis.
Scenarios¶
- Bar charts added Y-axis upper and lower limit settings for more precise control of the chart display effect.
- When performing cross-workspace queries, supports selecting "All Spaces" to allow users to obtain all information at once.
Deployment Plan Updates¶
- Forgot Password: When forgetting the login password, supports retrieving the password via the verification code sent to the account's associated email. Note: If the account is not associated with an email, this method cannot be used to retrieve the password.
- Global DCA Configuration: Added global DCA address configuration, allowing one-click configuration of DCA addresses for all workspaces.
New Integrations¶
- Added Azure SQL Servers;
- Added Huawei Cloud RDS SQLServer;
- Added Huawei Cloud DDS integration;
- Huawei Cloud DCS (redis) added slow log collection process;
- Huawei Cloud MongoDB slow log collection process;
- Huawei Cloud RDS MYSQL slow log collection process;
- Optimized Node Exporter view, documentation;
- Optimized EMQX view, documentation, added monitor;
- Optimized Kubernetes view;
- Optimized SQLServer view and monitor;
- Optimized Redis view and monitor;
- Optimized Kafka view and monitor.
Bug Fixes¶
- Fixed the issue where using extended fields from event information as filter conditions in alert policy settings failed to send alerts.
- Fixed the issue where filter conditions within alert policies did not display all content.
- Fixed the issue where regular expression matching in alert policies caused monitors to fail to send alerts.
- Fixed the issue where configuring alert delivery to Incident and then notifying a specified Webhook via Incident found that
issue.addtype creation notifications were not sent normally. - Fixed the instability of secondary menu data in the Resource Catalog.
- Fixed the issue where after adding a resource class to the secondary menu in the Resource Catalog, the resource class was deleted but the secondary menu remained.
- Fixed the issue where the JSON in the Resource Catalog would be cleared upon next opening after saving.
- Fixed the issue where in the Resource Catalog, associating a dashboard to a resource via tags incorrectly associated the dashboard with resources that did not match the tags.
- Fixed the issue where loading display columns when selecting the Resource Catalog was not coherent, with obvious transitional display columns in between.
- Fixed the issue where filter conditions were lost after version upgrade, preventing the log flow chart from loading normally.
- Fixed the issue where the "Add Filter" function in the Log Explorer could not fully recognize
trace_idstrings. - Fixed the inaccuracy of associated network logs for
-bpf_net_l7_loglogs.
November 6, 2024¶
Feature Updates¶
Price Adjustment¶
- RUM PV 30-day, 60-day tiered price adjustment;
- APM Trace 30-day, 60-day tiered price adjustment;
- Session Replay price adjustment.
Monitoring¶
Alert policies added defining notification rules based on member scope, helping users better manage alert notifications and problem handling boundaries.
Scenarios¶
The Rollup function is only applicable to metric data queries. In simple mode charts, the selection for querying other data types will be taken offline.
Bug Fixes¶
- Fixed the issue where the infrastructure honeycomb chart did not display specific usage rates.
October 30, 2024¶
New Integrations¶
Feature Updates¶
Cloud Billing¶
Added a primary navigation menu, pre-configured Explorers and billing analysis views for cloud billing data, optimizing the user viewing experience.
Note: Free Plan does not support this yet.
Monitoring¶
- Host Intelligent Monitoring added network detection extension: Provides efficient network performance monitoring based on hosts, helping users monitor host network traffic in real-time, identify abnormal traffic and potential connection issues, and provide timely warnings to avoid affecting normal business operations. The system supports multi-dimensional visualization functions, helping users deeply analyze and understand host network usage, optimize bandwidth allocation and resource utilization, and provide data support for future capacity planning, thereby ensuring reasonable configuration of network resources.
-
Monitor function enhancement:
-
Supports batch setting associated alert policies in the monitor list.
- The Log Explorer can configure with one click a monitor of the [Log Detection] type for the current filter and search conditions.
-
Note: Monitors only support
left*queries ifleft*queries are enabled at both the site and workspace levels. Otherwise, if a Log Explorer configures aleft*query, jumping to the monitor will result in a query error. -
Notification Targets list:
-
Added search and quick filter functions, supporting quick retrieval of notification targets.
-
For notification targets that have been disabled by the system due to consecutive two days of sending failures, a mark is displayed after the name.
-
Mute Rules optimization:
-
Added rule name and description configuration functions, improving the convenience of rule management.
- Event attributes support logical combination relationships (AND and OR) between different fields.
-
Optimized list display effect, supports customizing display columns, enhancing the personalized user interface experience.
- Label matching logic within notification rules supports free combination of AND and OR relationships between different fields, with an interactive experience consistent with the Explorer filter search component.
- Added custom operation permission configuration.
- Added alert policy description field.
Scenarios¶
- Added Host NET analysis view: By aggregating indicators such as host network usage, bandwidth allocation, and resource utilization, it provides data support for future capacity planning, thereby ensuring reasonable configuration of network resources.
- Chart query optimization:
indexdoes not supportbygroup queries, optimized DQL query interactive experience.- By tag range / filter tag range listing is precise to the metric level.
- DQL query added function to obtain log indexes:
show_logging_index(), can be applied at dashboard view variables, and chart query index configuration supports view variable filling. - The chart's expression query function now supports cross-workspace queries.
- Optimized the time lock display for composite charts, providing a more intuitive user experience.
- Explorer page optimization: The bound host Tab page in the Explorer details page added
host_ipdisplay.
Pipeline¶
Pipeline text processing optimization: Isolated "Local Pipeline" and "Central Pipeline", allowing the same data source to have processing scripts added for different types. Added prompt information to help users understand processing differences more intuitively.
Management¶
Data Access function integration:
- Application performance and metrics added data access function.
- Added "Data Access" function module in Management, integrating all data types, supporting users to quickly query and filter.
Synthetic Tests¶
Testing task optimization: Websocket testing content box input limit increased to 128k; Testing task page overall optimization.
Deployment Plan Updates¶
- Management Backend added monitors menu: Lists all monitors across workspaces, supports searching, filtering monitors; supports modifying the enable/disable status of monitors, deleting, exporting monitors, and also supports cloning single/batch monitors to selected workspaces.
- Note: Composite detection monitors do not support cross-workspace cloning.
- MFA security authentication optimization: Added a switch to hide the "Remember me for 7 days" option, supporting configuration of whether the免认证 login option is enabled.
- CDN domain configuration: CDN domains can be configured in the configuration file, the RUM application access page will automatically obtain and display them.
Bug Fixes¶
- Fixed the ambiguity issue of displaying 0% values in pie charts, optimized the proportion and visual effect of 0% values when drawing.
- Fixed the loading error when viewing the default page of the "Events" menu.
- Fixed the issue that occurred when selecting multiple indexes in log indexes.
- Fixed the issue where the
extra_datafield was missing when passing third-party tool Events via "External Event Monitors". - Fixed the issue where switching hosts via quick filter in the Log Explorer did not refresh the data on the right.
- Fixed the requirement for optimizing the display of null values in table charts.
- Fixed the issue where query conditions for data access rules imported via API were not displayed on the page.
- Fixed the issue where testing logs could be found in the log function but the relevant data source could not be found during PL processing.
- Fixed the error reported in the Application Performance Monitoring service topology.
- Fixed the issue where self-developed time-series databases upgraded to the latest version did not support tag calculation in DQL.
- Fixed the issue where clicking from the log context could not locate the current log.
- Adjusted the sensitivity of application intelligent monitoring, reducing the excessive number of abnormal request drops.
- Improved the mutation detection monitor's incompatibility with high-frequency tags.
October 16, 2024¶
New Integrations¶
- Hadoop hdfs datanode;
- Hadoop hdfs namenode;
- Hadoop yarn nodemanager;
- Hadoop yarn resourceManager;
- Fluent Bit;
- Azure VM;
- NPD: Added event mode collection & introduction.
Feature Updates¶
Obsy AI Agent¶
Guance introduced the Obsy AI Agent, providing quick responses to answer Guance related questions.
Cloud Billing¶
- Added Cloud Billing Explorer: When billing data is collected into Guance, you can use the Cloud Billing Explorer template to create a Cloud Billing Explorer to view all cloud billing data.
- Added Cloud Billing system views: Through consumption analysis at the product, region, and instance levels, it helps users quickly analyze and understand current cloud resource consumption trends, providing reference for future cloud resource cost planning.
- Added Cloud Billing Intelligent Monitoring: Cloud Billing Intelligent Monitoring provides efficient cloud cost management tools, helping users monitor cloud service consumption in real-time, identify abnormal costs and provide warnings, avoiding unnecessary expenses. It supports multi-dimensional visualization functions, helping users analyze and understand cloud resource consumption patterns, providing basis for future budget planning, thereby optimizing cloud resource configuration and ensuring cost-effectiveness.
Monitoring¶
- Monitor Configuration interaction optimization:
- Supports configuring Incident Issue association creation for selected level events.
- Optimized Crontab custom detection frequency and detection interval configuration interaction.
- Added notification content customization.
- Alert policy configuration optimization:
- Added regular expression matching for event filter conditions within rules.
- Optimized filter condition configuration display.
- Data sampling optimization: On the monitor configuration page and metric analysis page, when charts automatically trigger data sampling due to large data volume, users can manually turn off the data sampling function.
Logs¶
- Logs added Error Tracking: Supports error log tracking viewing and analysis.
Scenarios¶
- Dashboard Visibility Range optimization: The dashboard visibility range, on top of being public, supports custom configuration of visible members, and also supports batch setting of dashboard visibility ranges to improve dashboard management efficiency.
- Template Variables adjustment: Added
#{startTime},#{endTime}two time variables, supporting obtaining the actual query time of the current chart. These variables can be applied in chart queries and chart links. - Log flow chart display column optimization: If the display column of the log flow chart is a field cut out in
@jsonformat, units can be set for this field to unify the viewing and analysis experience of chart data. - Platform chart color scheme upgrade: The platform chart color scheme has been upgraded, providing better visual effects.
- Cross-workspace query: The expression query function in all charts now supports cross-workspace queries.
Management¶
- Blacklist function enhancement: Supports selecting all, single selection, and multiple selection configuration for data sources of all data types.
- Self-built indexes/Sensitive data scanning/Data forwarding: To optimize data processing and writing performance, the filter condition configuration for involved functions removed the "match" and "not match" matching modes.
Events¶
- Unrecovered Events Explorer optimization:
- Optimized batch operation interaction, added Select All on Current Page and Select All options, supporting quick recovery of selected abnormal events.
- Manual recovery generates recovery events, OK event title display optimization.
Infrastructure¶
- Resource Catalog optimization: Resource Catalog supports custom resource class icons, providing a rich selection of icons to enhance user experience.
Deployment Plan Updates¶
- Dashboard view variable dropdown list value listing removed the
limit 50restriction to meet different data query requirements. - Management Backend update: Management menu hidden items added "Help", "Avatar", "System Notifications", and "Shortcut" options to improve management efficiency.
Bug Fixes¶
- Fixed the issue where integrations could not be searched in the English version.
- Fixed the issue where RUM snapshot sharing was inaccessible.
- Fixed the issue where composite monitoring A&&B did not take effect, and A||B generated Result only had the value of A, not the value of B.
- Fixed the issue where view setting master-slave matching failed on null values.
- Fixed the issue where data displayed in the Top List chart could only retain 2 decimal places, and data with smaller actual values were directly rounded off and discarded.
- Fixed the issue where scheduled report dashboard emails were incompletely displayed.
- Fixed the issue where enabling continuous trigger judgment count greater than 10 times could not be saved.
- Fixed the issue where APM and log data could not be aggregated after migrating to the base.
- Fixed the issue where when both local and LDAP login methods were enabled in the management backend, only the local login was displayed in the foreground.
- Fixed the issue of no data in Synthetic Tests.
- Fixed the issue where log exports did not have the
messagecontent column. - Fixed the issue of abnormal log sorting.
- Fixed the issue where selecting multiple indexes in the Log Explorer did not display contextual logs.
- Fixed the low compatibility issue of the Grafana chart conversion tool conversion efficiency.
- Fixed the issue where fields added in the Synthetic Testing > Quantity Statistics configuration were outside the input box.
- Fixed the issue where storage log monitors could not obtain detection dimensions.
- Fixed the issue where after configuring Issue discovery in Incident, Issues were not generated after abnormal events occurred.
- Fixed the issue where dashboard view variable dropdown lists did not support keyword queries.
- Fixed the issue where text could not be written to Doris for troubleshooting.
- Fixed the issue where the number of event statuses would change within the same time period.
- Adjusted the role query logic, fixed the issue where roles exceeding 100 could not be searched.
September 25, 2024¶
Breaking Changes¶
Testing Tags: Field name changed from tags.info to df_label.
Feature Updates¶
Scenarios¶
- Dashboard added historical version records: Can view version records saved within three months for this dashboard. After selecting a version, you can view the chart details of that version and see the changes of the selected version marked in different colors in JSON format.
- Supports restoring the current dashboard to the selected historical version.
- Supports cloning a certain version of the dashboard.
- Custom Explorer supports changing the display column order: When editing the configuration of a custom Explorer, you can drag the selected fields to change the field display order.
Monitoring¶
Monitors added custom operation permissions: After configuring operation permissions, only the assigned objects can perform enable/disable, edit, and delete operations on this monitor.
- Note: If operation permissions are not configured, the monitor permissions follow the default "Monitor Configuration Management" permissions.
RUM¶
- Session Replay enhancement: Mobile session replay function launched, supporting mobile applications to replay user behavior trajectories and locate usage issues through session replay.
- Data access enhancement: RUM added data access function, supporting configuration of data viewing scope at the application level for fine-grained management of member data query boundaries.
Management¶
- Cross-space authorization optimization: Updated the definition of the login space to "Current Space" to simplify user operations between different spaces.
- Data forwarding rules support specifying storage directories: When the archive type is AWS S3, Huawei Cloud OBS, or Alibaba Cloud OSS, supports forwarding data to the corresponding directory under the storage bucket, helping to better manage forwarded data.
- Note: Please be cautious when changing storage paths. Due to a delay of about 5 minutes in configuration updates, some data may still be forwarded to the original directory after the change.
- Data forwarding Explorer optimization:
- Time widget adjustment: Adjusted to the general Explorer time widget, can obtain forwarded data accurate to the minute.
- SLS query logstore data storage location adjustment: "Data Forwarding" no longer retains SLS query logstore data; it can be queried in the "Log Explorer".
Synthetic Tests¶
If the tag format is key:value, the key value will be extracted to the first-level field in the result.
- Note: If the custom tag key value duplicates other testing result attribute values, it will be discarded.
Infrastructure¶
- Resource Catalog function enhancement: Optimized the Resource Catalog architecture, supports users customizing resource Explorer templates, and provides list and honeycomb chart two view modes to enhance the viewing and analysis experience of resource data.
- Container interaction optimization: When switching views in Container and K8s infrastructure Explorers, filter and search conditions are retained and not reset.
Help Center¶
Integrated the Help Center page, allowing users to access all integration lists through a unified entry, and supports search and tag filtering functions to improve search efficiency.
Bug Fixes¶
- Fixed the issue where rule mapping settings for PromQL query results in views did not take effect.
- Fixed the occasional issue where Host Alive Alert v2 monitors could not recover.
- Fixed the issue where dashboard scheduled reports failed to open when sent to email.
- Fixed the issue where testing tasks created using OpenAPI could not be modified.
- Fixed the inconsistency between PV statistics in the billing plan and the PV quantity in the fee details.
- Fixed the issue where user information was not carried with the phone number after adding it to Webhook.
- Fixed the issue where the values of view variables were inconsistent with those in the dashboard.
- Fixed the homepage data display issue for shared workspaces.
- Fixed the issue where the values obtained from the template variable dropdown box in data-authorized spaces did not match the actually obtained data.
- Fixed the issue where time-series table charts often failed to load data in dashboards.
- Optimized several page display issues.
Deployment Plan Updates¶
- Datakit Management supports filtering online hosts: Supports filtering hosts that have reported data within the last 10 minutes, last 15 minutes, last 30 minutes, last 1 hour, last 3 hours.
- Management Backend:
- When the space storage type is "Volcengine", supports configuring hot data retention duration.
- New workspace copy and interaction optimization, users do not need to specify extra when there is only one default main engine option.
- Platform color template enhancement: Supports defining navigation bar and navigation text display color configuration.
- License usage and expiration reminders: Added global prompts in the console for License即将到期, expired, and usage exceeded states; Added global prompts in the console for platform component version upgrades.
September 4, 2024¶
Feature Updates¶
Logs¶
- Log Explorer added interaction: Press and hold Ctrl to perform "Add to query", "Exclude from query", "Copy" operations on the text participles in the Explorer list, facilitating quick query addition for target data. Similarly, the content area of the log details page also supports this interaction.
- Logs support binding Volcengine TLS external indexes: Can bind external indexes and directly view and analyze Volcengine log data on the Guance platform.
- Logs > Data Access optimization:
- Added a data access navigation page, added a help document jump link in the upper right corner of the page.
- Data access rules added a 【Name】 field as a unique ID, added a rule 【Description】 field, allowing custom names and descriptions to distinguish rule usage scenarios.
- Log Explorer filter option optimization: The 【Log Index】 filter option in the Log Explorer list supports search, allowing keyword search of indexes and selection.
- Log Status Customization: Supports customizing log status values and setting colors for each status value in the console to adapt to different log ingestion scenarios and make log status display more personalized and intuitive.
Scenarios¶
- Added new chart type Heatmap: Users can intuitively view the distribution and trend of data through color depth, helping to better understand the data.
- Chart Link Redirection Jump: Linkage Function function combined with dashboard data to achieve link redirection jump.
- Alert Statistics Chart component upgrade: Changed the listing logic. The new version of the alert statistics chart listing effect is consistent with the Unrecovered Events Explorer, unifying the user viewing experience.
- Note: "Create Issue" and "Manual Recovery" operations are not supported under cross-workspace listing conditions.
- Grouped table chart custom display columns: In grouped table charts, added a custom display column function, supporting setting display or hide for returned columns, providing a more flexible data display method.
- Chart cross-space authorized query interaction optimization: After enabling the space authorization function, you can directly select the authorized space list above the query, making the operation more intuitive and convenient.
Incident¶
Incident Issues and monitor events: If the content contains @ member configuration, when passing externally via Webhook, the Issue or event will synchronously carry the account attribute information of the @member.
Monitoring¶
- External Event Detection: Supports custom event occurrence time and label attribute appending. Note:
- Field values uniformly use string type.
- Field names cannot start with
_underscore anddf_prefix and cannot duplicate current event default field names. - Custom label field names cannot duplicate field names defined in
dimension_tags. - Terminology adjustment: "No Data" officially updated to "Data Gap", ensuring a unified page configuration viewing experience.
Pipeline¶
Separated testing data and log data processing, and added "Synthetic Testing" data type. Avoids mutual interference during data processing, ensuring the accuracy and efficiency of data processing.
Note: Only the Central Pipeline supports the "Synthetic Testing" data type, and the DataKit version of the testing node must be >= 1.28.0.
Others¶
- Workspace list display optimization: For the list operation column, added display of creator avatar mouse hover prompt for creator, creation time, updater, update time; Also optimized the overall display of operation items.
- List added jump to audit events: The list operation column added an audit event jump link. Clicking can jump to view the corresponding audit event.
- Account management display adjustment: Single sign-on users do not display the password item under the 【Account Management】 menu.
Bug Fixes¶
- Fixed the issue where local Function functions used as data sources did not联动 the time widget for the time range during queries.
- Fixed the issue where the display order of PromQL data query results was incorrect.
- Fixed the issue where the filter components of monitors and chart queries were not unified.
- Fixed the issue where clicking related events of intelligent monitoring from the Incident entry would display in the non-intelligent monitoring event list resulting in no query results.
- Fixed the issue of no data and no callback for the Lark Incident Webhook integration.
- Fixed the issue of numbers displayed in the ten-thousand base unit.
- Fixed the issue where fields could not be searched when adding filter conditions in the Explorer analysis mode.
- Fixed the issue where creating an Issue from a monitoring event had no source link.
- Fixed the issue of log export to CSV failure.
- Fixed the issue of not receiving high consumption alert email notifications.
- Fixed the issue where switching channels in Incident did not change the Issue list.
- Fixed the issue where error occurred when selecting indexes a and b with the same field name (case insensitive) in the Log Explorer.
Deployment Plan Updates¶
- Chart custom return quantity: Time series charts, pie charts, table charts, top lists, treemaps, and maps support customizing the number of returned data, with no maximum limit, to meet different data display requirements.
- Management Backend > Datakit Management, supports exporting Datakit inventory.
August 21, 2024¶
Breaking Changes¶
- OpenAPI / Global API: 【Events】 Unrecovered events data source changed from
UEtoE.
New Features¶
- Management: Added Client Token unified management entry. When users use public network DataWay to access RUM applications, they can replace the system default generated Token with a custom created Token.
Continuous Optimization¶
- Incident:
- Added Issue Discovery page. Through this function, you can customize specific rules for Issue discovery, and uniformly manage and filter abnormal events triggered by monitor detection rules and related data. Treat a series of events as caused by a single reason, set filter conditions for these events, and then select aggregation dimensions to further refine the data. After refinement, the data will be aggregated according to the detection frequency you set. Finally, the system will automatically push this information to the specified channel based on the preset Issue title and description, ensuring all relevant parties can receive and effectively handle these Issues in a timely manner.
- Configuration Management > Notification Policies: The notification policy list added creation/update information display.
Regular Updates¶
- Data Retention Policy:
- The original 【Application Performance】 item was split into 【Application Performance-Traces】, 【Application Performance-Profile】, allowing users to configure retention policies for Trace data and Profile data separately.
- The original 【Data Forwarding】 name was changed to 【Data Forwarding-Guance】.
- Monitoring > Notification Target Management: Continuous failure to send for one day will trigger a system notification; Continuous failure to send for two days will trigger a system notification and automatic disablement.
- Unrecovered Events Explorer:
- The data source was changed to query event data, using
df_fault_idas the unique identifier for aggregation, and returning the latest data result for display. - Overall UI overhaul of the page.
- APM > Trace Details > Service Call Relationship: Adjusted to service topology display, and shows the number of calls between services.
- Data Retention Policy: The data retention policy for Session Replay is linked to and consistent with the RUM retention policy, meaning if RUM data is kept for 3 days, Session Replay data is also kept for 3 days.
- Explorer:
- Events Explorer > Basic Properties: Added configuration for whether to display detection indicators, cached locally, globally adapted.
- APM > Error Tracking > Pattern Analysis > Details Page: Supports creating Incident Issues.
- RUM > Error > Pattern Analysis > Details Page: Supports creating Incident Issues.
- RUM > View > Details Page:
- Performance: Added 【All Entries】 option, listing all associated data under the current View.
- Fetch/XHR: Clicking on a data row supports opening the corresponding trace details page or Resource details page.
- Time Widget: When obtaining "Current Time", it is accurate to milliseconds.
- Management > Ticket Management:
- Added star rating and evaluation.
- Tickets that have been responded to will be automatically closed if there is no customer feedback within 7 days.
- Supports exporting the ticket list.
- Tickets with status 【Completed】【Revoked】 can be restarted.
- Tickets submitted by accounts that have been canceled and are in a non-closed state support automatic closure processing.
- Cloud Marketplace activation process overall optimization.
Deployment Plan Updates¶
- Added global function Menu Management Configuration, supports customizing the console display menu range, and synchronizes to the workspace function menu bar.
- Template Management: Custom template management upload logic optimization.
August 7, 2024¶
New Features¶
- RUM: Added Heatmap. Visually presents the interaction of visitors with the website, obtains click data and click positions of page elements, and understands user focus points.
- APM > Traces: Added Installation Guide page.
- Monitoring: Added detection type——Interval Detection V2, which uses the confidence interval established by historical data of the detection indicator to predict the normal fluctuation range.
Continuous Optimization¶
- Incident:
- Configuration Management > Notification Policies: Added Operation Audit and Execution Log viewing entry. When receiving Issue notifications, sometimes you may encounter notifications not being sent normally or have doubts about the notification policy. You can then check the operation audit events and execution log data of the current notification policy to make a judgment.
- APM / RUM Issue Auto Discovery supports adding filter conditions.
- For Deployment Plan, added Unified Management Incident Level entry.
- Calendar:
- In the calendar editing page, different notification targets automatically generate colors.
- Calendar Management: 【My Calendar】 and 【All Calendars】 added statistics count.
Regular Updates¶
- Monitoring > SLO:
- Added label configuration, which ultimately affects the generated event data information.
- Configuration optimization: By setting the 7-day compliance rate range of 【Target】 and 【Minimum Target】, judge and generate warning or urgent events.
- Supports sending alert notifications by associating 【Alert Policies】.
- Synthetic Tests:
- Testing tasks added label configuration.
- The Test Module on the configuration testing task page was optimized.
- The list added a Quick Filter module.
- Explorer: Analysis mode supports exporting CSV files.
- Infrastructure > Containers: Added process association page display.
Bug Fixes¶
- Fixed the issue where the number of 【Trigger】 billing statistics was not displayed.
- Fixed the issue of 【Left * Matching】 in chart queries.
- Fixed the issue where BPF network log returned data did not include container and other related information.
- Fixed the issue of Central Pipeline failure.
Breaking Changes¶
- OpenAPI:
- SLO creation/modification interface added
tags,alertPolicyUUIDsand deprecatedalertOptparameter. - SLO get details and list interface return results added
tagInfo,alertPolicyInfosfields, discarded thealertOptfield.
July 24, 2024¶
Guance Updates¶
- Incident:
- Added Analysis Dashboard: Visualizes different indicator data.
- Added Calendar management and Notification Policies: Further allocates notifications for the content scope of Issues.
- Scenarios:
- Charts: Added Time Offset setting. When time offset is enabled, when querying relative time intervals, the actual query time range is offset forward by 1 minute to prevent data acquisition from being empty due to入库延迟.
- Dashboards: Added History Snapshot entry.
- Snapshots: Automatically obtains the currently selected time range on the page when saving a snapshot; When sharing a snapshot, you can choose to allow viewers to change the time range.
- Monitoring:
- Infrastructure Alive Detection V2: Added Additional Information. After selecting fields, the system will perform additional queries, but they will not be used for trigger condition judgment.
- Notification Target Management: Added 【Operation Permissions】 option configuration, controlled by a switch for the operation (edit, delete) permissions of the notification target.
July 10, 2024¶
Guance Updates¶
- Scenarios:
- View Variables:
- Added configuration option switch: Include * option.
- When choosing to hide view variables, the list adds a hidden identifier.
- Dashboards: Grouping components support color configuration.
- Charts: Alias function coverage extended to Top Lists, Treemaps, Sankey Diagrams.
- Dashboards/Explorers/Built-in Views: Added Card Attributes information, optimizing editing configuration.
- Monitoring:
- Notification Target Management: Configuring Webhook Notification Targets supports appending member information.
- Application Intelligent Detection: Added tracking historical changes, filtering periodic abnormal data mutations; Added number of users affected by abnormal service associations.
- Events > Event List Explorer: Display columns added alert notification status标识.
- Logs:
- Indexes: When binding SLS External Indexes, added access type selection, supporting custom public network access or internal network access.
- Log Explorer: Pattern Analysis mode supports exporting display column data and associated log page data.
Guance Deployment Plan Updates¶
- Added global function Menu Management Configuration, supports customizing the console display menu range, and synchronizes to the workspace function menu bar.
- Template Management: Custom template management upload logic optimization.
June 26, 2024¶
Guance Updates¶
- Pipelines: Supports selecting Central Pipeline to execute scripts.
- Billing: Added Central Pipeline billing item,统计 all raw log data size that hits Central Pipeline processing.
- Monitoring
- Notification Target Management: Added Permission Control. After configuring operation permissions, only the assigned objects can perform edit and delete operations on this notification target.
- Intelligent Monitoring > Log Intelligent Detection: Added tracking historical changes, filtering periodic abnormal data mutations.
- Logs
- Data Access: Added access permission configuration for authorized log indexes.
- Log Explorer: Display column expansion, supports adding fields within json objects to the first-level return display.
- BPF Network Logs:
- Connection display effect optimization.
- Supports direct jump to details page.
- Supports custom adding display columns.
- Scenarios
- Time Series Charts: Line charts and area charts added Breakpoint Connection settings, bar charts added 【Show Return Value】 button.
- Synthetic Tests: Task list added header sorting.
- DataFlux Func: Supports Guance Incident script integration with DingTalk application.
Guance Deployment Plan Updates¶
Profile: By configuring parameters, supports two methods: file storage and object storage.
June 13, 2024¶
Guance Updates¶
- BPF Network Logs: Optimized BPF network function, enhanced L4/L7 network linkage.
- APM/RUM: Added 【Issue Auto Discovery】 function. After enabling this configuration, Guance will automatically create Issues for error data records that meet the configuration rule criteria.
- Monitoring
- Intelligent Monitoring: Added Kubernetes Intelligent Detection: Automatically detects anomalies in Kubernetes through intelligent algorithms. Detection indicators include total Pod count, Pod restarts, APIServer QPS, etc.
- Alert Policy Management:
- Added Filtering function. When configuring alert rules, this function allows adding more detailed filter conditions on top of the original level. Only events matching the level + filter conditions will be sent to the corresponding notification targets.
- Supports selecting external emails as notification targets.
- Monitor > Event Content: Supports custom input of external emails.
- Scenarios
- Topology Map: Added link configuration.
- Sankey Diagram: Changed from originally supporting up to 4 node configurations to 6.
- Pipeline: List added filter condition display.
- Logs > Indexes: List display optimization.
Guance Deployment Plan Updates¶
Profile: File size changed from the original fixed 5MB to support customization. Click to view How to configure.
June 3, 2024¶
Guance Updates¶
- Management > Cross-Workspace Authorization: The add page added 【Data Scope】, supporting multiple selection of data types.
- Logs > Log Explorer: Supports cross-workspace index queries, quickly obtaining log data from other spaces, thereby breaking through the limitation of log data storage location and greatly improving the efficiency of data analysis and fault localization.
May 29, 2024¶
Guance Updates¶
- DCA
- Supports private deployment, can directly go to the DCA console through the workspace page button.
- Supports batch management function.
- Incident:
- Webhook receiving channel: Supports notification for new and modified Issue replies.
- Supports selecting teams or adding external emails as Issue assignees.
- Logs > Contextual Logs: Query logic modified; Supports further query management of related data through the log context details page.
- Scenarios
- View Variables: Group title/chart title supports configuring
#{view variable}display. - Time Series Chart > Analysis Mode: Supports adjusting time interval.
- Dashboard/Custom Explorer: When the number of tags exceeds 20, a search box appears; Colors are displayed before the tag name.
- Monitoring
- Monitor/Intelligent Monitoring/Mute Management > Quick Filter: When the number of values exceeds 20, a search box appears, supporting search and定位.
- Monitor: For PromQL query detection, template variables that can be used are automatically listed in the event notification.
- Infrastructure > Network: Network details page > Network analysis supports
ip:portandiptwo dimensions for statistical listing display. - APM > Services > New/Modify Service List: Added format validation when filling in repository links and document links.
Breaking Changes¶
- Management > Attribute Claims: Custom attribute field values are adjusted to string type for storage.
Guance Deployment Plan Updates¶
- Template Management: Added import template entry. Template scope includes view templates, monitor templates, custom explorer templates, Pipeline. Supports Deployment Plan users changing custom templates to platform-level templates for use by other workspaces.
- User Management: Batch operation interaction optimization.
May 15, 2024¶
Guance Updates¶
- Monitoring
- Monitor > Mutation Detection > Detection Indicator: Supports 【Compared to Previous Period】 option, enabling final comparison of data within a fixed time period.
- Mute Management: Added 【Additional Information】 function, supports adding explanatory notes to mute rules, thereby identifying the cause or source of the mute.
- Intelligent Monitoring > Host Intelligent Monitoring: Added network traffic and disk IO two detection dimensions.
- Scenarios > Dashboards:
- View Variables: Editing page style optimization, supports defining dropdown single selection, multiple selection.
- Grouped Table Charts, Metric Analysis > Table Charts support multi-column query result display adaptation, such as
- Explorer:
- Log Explorer > Contextual Logs supports microsecond-level data query filtering, solving the issue of not being able to locate and display the context of a specific log when there are multiple logs at the same moment (millisecond).
- All Explorers support selecting to export data as CSV files.
- Added Explorer search query audit events, meaning manually initiated query operations by users will be recorded in audit event records.
- Service Management: Migrated from the original path 【Scenarios】 to 【APM】, optimizing the usage experience.
- Generate Metrics: Supports configuring multiple by groups, no quantity limit.
- DQL Query: Expression query supports specified value filling, supports result filling and final value filling for subqueries.
- RUM > Android: Application configuration display optimization.
- Events: Added details page association view jump entry. In the absence of detection dimension data, you can jump to the Explorer to view from the details page.
Guance Deployment Plan Updates¶
- Added DataKit Inventory Management page.
- When configuring single sign-on对接 for the Deployment Plan, supports customizing the login display title, description, and logo.
- Users: Added extended attribute configuration.
- Supports local users directly configuring attributes on the edit page.
- Supports automatically appending third-party user attribute configurations to Guance via the userinfo interface during single sign-on by default.
April 24, 2024¶
Guance Updates¶
- Management:
- Added Cloud Account Management: Centralizes all enterprise cloud service accounts for unified management, and distinguishes them by the uniqueness of certain configurations under the account. By configuring integrated collectors, independently manages cloud services under each account, thereby achieving fine-grained control over business data.
- Account Management: Account Login Expiration Time adjustment.
- Added Quick Search popup,可以 quickly view recently accessed pages within the current workspace and other function-related pages.
- Infrastructure > Containers: Added Statefulset, Persistent Volumes two object Explorers.
- Incident:
- Added Issue assignee configuration, Guance will send email notifications to the assignee.
- Channel Management: Supports Upgrade Configuration. That is, set to send upgrade notifications to the corresponding notification targets when a new Issue exceeds a specific number of minutes without an assignee.
- Monitoring
- Monitor: Detection Configuration: Supports configuring that an event is generated only after the trigger condition is生效连续多次 judged to be effective.
- Mute Management:
- Mute rule list page display optimization: Supports listing all mute rules in the current workspace, can quickly filter and list target rules through quick filters.
- Event attribute matching supports negation. Filter condition format is as follows:
attribute:value,attribute:*value*,-attribute:value,-attribute:*value*. The combination relationship between different fields is AND, multiple values for the same field are OR.
- DQL
matchfunction meaning changed toexact match. This change only applies to the new engine, applied to Explorer and Monitor scenarios respectively. - Explorer scenario example:
host:~cn_hangzhou. - Monitor scenario example:
- Scenarios > Dashboard Charts can be directly downloaded as PNG images, table charts can also be exported as CSV files.
- Logs > Bind Index: 【Field Mapping】 changed to non-mandatory item.
- Integrations/Built-in Views: Template added tag management.
- Service Map cross-workspace node style display adjustment.
Guance Deployment Plan Updates¶
- Management > Basic Information > License Information: DataKit quantity limit supports adjustment according to data statistical range, changed to the number of hosts or DKs with存活时间 >= 12 hours.
- Supports configuring a blacklist, customizing the selection and importing range of Guance integrations, view templates, monitor templates.
OpenAPI Updates¶
- Pipelines Add/Modify: Added profiling type.
- User Views Add/Modify: Supports binding dashboard configuration.
April 10, 2024¶
Guance Updates¶
- Monitoring > Monitor > New: Added 【Data Gap】, 【Information Generation】 configuration areas to better distinguish abnormal data and data gap situations.
- Management: Added System Notifications page, can view all configured abnormal status messages for workspaces under the current account.
- Scenarios:
- Chart Query: Added Rollup Function, this function also applies to 【Metric Analysis】 and 【Query Tool】.
- Dashboard/User Views: Added pin function. Under the premise that the current accessed workspace is authorized to view data from several other workspaces, supports setting queries for other workspace data as the default option.
- System Views: Supports cloning and creating as dashboards or user views.
- Custom Explorer: Optimized search mode; In non-edit mode, hover over 【Data Scope】 to view all filter conditions.
- Explorer > Quick Filter:
- Added 【Dimension Analysis】 button, clicking can quickly switch to Explorer analysis mode.
- Supports directly adding the current field to the display column/removing from the display column by clicking an external button.
- Free Plan Workspace > Navigation Bar: Added 【Upgrade Now】 button.
- Infrastructure > Containers > Honeycomb Chart: Added CPU usage rate (normalized) and MEM usage rate (normalized) two indicator filling methods.
Guance Deployment Plan Updates¶
Workspace Management: Added Data Reporting Limit, helping stakeholders save resource usage costs.
March 27, 2024¶
Guance Updates¶
- Monitoring:
- Alert Policy Management: Each notification rule (including default notifications and custom notifications) configuration added supports upgrade notification conditions.
- Monitor > Event Content: Added Custom Advanced Configuration, supports adding associated logs and error stacks.
- Host Intelligent Monitoring: Changed the current mutation display to anomaly alert based on周期 prediction. The trend chart will display the current indicator and the upper and lower bounds of the confidence interval. Anomalies exceeding the confidence interval will be marked in red.
- Scenarios > Charts: Added Topology Map.
- APM > Trace Details > Service Call Relationship: Adjusted to service topology display, and shows the number of calls between services.
- Data Retention Policy: Session Replay data retention policy is linked to and consistent with the RUM retention policy, meaning if RUM data is kept for 3 days, Session Replay data is also kept for 3 days.
- Explorer:
- Events Explorer > Basic Properties: Added configuration for whether to display detection indicators, cached locally, globally adapted.
- APM > Error Tracking > Pattern Analysis > Details Page: Supports creating Incident Issues.
- RUM > Error > Pattern Analysis > Details Page: Supports creating Incident Issues.
- RUM > View > Details Page:
- Performance: Added 【All Entries】 option, listing all associated data under the current View.
- Fetch/XHR: Clicking on a data row supports opening the corresponding trace details page or Resource details page.
- Time Widget: When obtaining "Current Time", it is accurate to milliseconds.
- Management > Ticket Management:
- Added star rating and evaluation.
- Tickets that have been responded to will be automatically closed if there is no customer feedback within 7 days.
- Supports exporting the ticket list.
- Tickets with status 【Completed】【Revoked】 can be restarted.
- Tickets submitted by accounts that have been canceled and are in a non-closed state support automatic closure processing.
- Cloud Marketplace activation process overall optimization.
Guance Deployment Plan Updates¶
- Data Retention Policy: Supports workspace owners configuring data retention policies, and supports custom input of retention duration. Application scenarios:
- Metric Management > Measurement.
- Logs > Index > New.
- Users: Supports inviting members via email account.
March 13, 2024¶
Guance Updates¶
- Monitoring > Monitor: Monitor type 【Composite Detection】 launched. Supports combining the results of multiple monitors into one monitor through expressions, and finally issuing alerts based on the combined result.
- Scenarios > Services: Supports cross-workspace Service Map queries.
Guance Deployment Plan Updates¶
- Management > Basic Information: Added "Used DK Quantity" display.
- Management > Users: Added Grouping page. Based on groups, associated workspaces and roles can be configured. Users can obtain access permissions to the corresponding workspaces through groups.
March 6, 2024¶
Guance Updates¶
- Monitoring
- Monitor > Detection Frequency: Added Crontab Custom Input, meeting the need to execute detection only during specific time periods.
- Mutation Detection: Added 【Last 1 minute】, 【Last 5 minutes】 detection intervals.
- Mute Management: When selecting the mute scope, "Event Attributes" is not mandatory;更细颗粒度 matching rules can be configured as needed.
- DataFlux Func: Added Function External Function. Allows third-party users to fully utilize Function's local cache and local file management service interfaces to write functions and execute data analysis queries within the workspace.
- APM > Traces:
- Title area UI display optimization.
- For flame graphs, waterfall charts, and Span lists with over 10,000 Span results, supports viewing undisplayed Spans through Offset settings.
- Added Error Span filter entry; Supports inputting the resource name or Span ID corresponding to the Span for search matching.
- Scenarios
- Charts: Added Sankey Diagram.
- View Variables: Added Select All button. After checking, all current values are selected by default, and can be deselected as needed.
- Account Management: Added Cancelation entry.
- Explorer:
- UI display optimization.
- Filter added regular expression matching / reverse regular expression matching mode.
- Wildcard filter and search support left * matching.
- Events > Details Page::【Alert Notification】tab page UI display optimization.
Deployment Plan Updates¶
- Added Login Method Selection for unified management of login methods.
- Added Delete operation for local accounts and single sign-on accounts.
January 31, 2024¶
Guance Updates¶
- Monitoring:
- Intelligent Monitoring:
- Host, Log, Application intelligent detection frequency adjusted to execute once every 10 minutes. Each execution of detection counts as 10 call fees.
- To improve algorithm accuracy, Log and Application intelligent detection use data archiving. Enabling one intelligent monitor will generate corresponding Measurements and metric data. This adjustment will generate additional time series. The specific quantity is the number of detection dimensions (service, source) filtered by the current monitor's filter conditions multiplied by the number of detection indicators. Since the monitor's filter conditions are not stored, if the monitor's filter condition configuration is modified, new time series of equal quantity will be generated. Therefore, there will be duplicate time series billing on the day of modification, returning to normal the next day after modification.
- Alert Policy Management:
- Added custom notification time configuration, refining alert notification configuration by cycle and time interval.
- Recurring alerts added 【Permanent】 event option.
- Monitor
- Alert Configuration: Supports configuring multiple alert policies. If multiple are configured,
df_monitor_nameanddf_monitor_idwill be presented as multiple, separated by;. - Incident Issue linkage transformation: Added 【Event Recovery Synchronously Closes Issue】 switch. When an abnormal event recovers, the Incident Issue is同步 recovered.
- Monitor list added clone button.
- Alert Configuration: Supports configuring multiple alert policies. If multiple are configured,
- Notification Target Management: Added Simple HTTP Notification Type, receiving alert notifications directly through Webhook address.
- Scenarios:
- Charts: Units added 【Currency】 option; Advanced Configuration > Period Comparison changed to 【Period-on-Period】.
- Service Management > Resource Calls: Top List added TOP / Bottom quantity selection.
- Explorer: Display column settings added 【Time Column】 switch.
- Billing:
- Workspace lock popup page added New Workspace entry, optimizing operation experience.
- AWS registration process optimization.
Guance Deployment Plan Updates¶
- Supports LDAP Single Sign-On.
- Workspace Management > Data Storage Policy added custom options, range <= 1800 days (5 years). Among them, metrics added optional values like 720 days, 1080 days, etc. for storage duration. Set in the console > Edit Data Storage Policy, modifications take effect after saving and synchronize backend data storage.
- Users: Supports one-click configuration of assigning workspaces and roles to user accounts.
- Added console audit event viewing entry, can quickly view all workspace-related operation audits.
- Added 【Management Backend MFA Authentication】.
January 11, 2024¶
Guance Updates¶
- Logs:
- Added BPF network log collection and log details page, supports JSON format conversion; Details page added readable display mode.
- Added binding 【Associated Network Logs】.
- Data Access: Added batch operations.
- Scheduled Reports: Added optional sharing methods 【Public Share】 or 【Encrypted Share】.
- Dashboards:
- View Variables added 【All Variable Values】 parameter passing option.
- Time Series Charts: Added sorting logic (only for new engine), supports sorting returned results.
- Generate Metrics: Supports batch operations; Members with standard and above permissions support cloning.
- Monitor:
- Notification Target Management: Adapted to the new DingTalk robot. When creating, the "Secret Key" option is not mandatory, quickly associating DingTalk robots.
- SLO deduction logic optimization.
- RUM: Public Dataway supports converting IP to geographical location information.
(Note: The translation continues from the last provided point in the previous response. The input content seems to end here based on the provided text snippet.)

