Skip to content

Changelog (2024)


December 25, 2024

OpenAPI Updates

  1. Resource Catalog: Supports retrieving the Resource Catalog list, and supports creating/modifying/deleting/exporting resource Explorers.
  2. Generate Metrics: Supports listing metrics, and 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 is not only time-consuming but also error-prone, leading to low efficiency in Pipeline writing and an inability to respond to and resolve issues promptly. To improve efficiency and reduce labor costs, this feature leverages the natural language processing capabilities of large language models to assist in automatically parsing log content, helping developers extract valuable information from large volumes of logs more efficiently and accurately, simplifying data flow and processing.

Monitoring

AI Alert Compression and Merging: Utilizes large language models to compress and merge monitoring alert events, reducing redundancy in alerts, especially when the 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), rather than multiple duplicate alerts.

Cloud Billing Analysis

Cloud billing scenario views and Explorers now support displaying consumption currency types.

Scenarios

  1. Dashboards and built-in views now include an ID identifier: Dashboards and user views can be uniquely identified by their ID. Chart link configurations can locate dashboards or user views via this ID.
  2. Explorer auto-refresh logic adjusted: The "Pause" button has been removed from the time widget. A new "off" option has been added to the refresh frequency dropdown, allowing users to disable auto-refresh as needed, making operations more intuitive. The "Explorer Auto Refresh" switch in User Settings has also been removed to avoid redundancy and optimize the user settings experience.
  3. New Explorer function: MD5(), supports querying log data desensitized via MD5 encryption in the Explorer.
  4. Chart optimization: Charts now support using PromQL metric names as legends. Use {__name__} to configure the metric name as an alias.
  5. PromQL editor now features syntax highlighting and syntax hints.

Metrics

Generate Metrics optimization:

  1. All types of generated metrics are now consolidated under the Metrics Catalog for unified viewing and management.
  2. 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 combined application scope of multiple rules and roles for data access. If a member has multiple roles, the final data access scope is the union of the scopes defined in the rules. The same logic applies to sensitive data viewing desensitization rules.

Infrastructure

Resource Catalog cross-workspace query: The Resource Catalog menu now supports querying resource list data across workspaces.

Deployment Plan Updates

  1. The Deployment Plan supports customizing the display text for the navigation bar and action buttons.
  2. Management backend member menu optimization:
  3. Added a "Login Type" column to distinguish between default login members and SSO login members, with filtering support by login type.
  4. For SSO login members, supports editing the "Other Attributes" field for custom attribute information. This information is included in Webhook notifications and the corresponding event content area when alerts are sent.
  5. For workspaces with Volcengine as the primary storage engine, the storage policies for traces, logs, and custom log indices are adjusted to: Standard Storage, Infrequent Access Storage, and Archive Storage. These can be configured for hot data, infrequent data, and archive data retention periods respectively. Additionally, if the primary storage engine is Volcengine, when creating a new index in the Guance console, the storage policy options are synchronously adjusted to: Standard Storage, Infrequent Access Storage, and Archive Storage.

New Integrations

Bug Fixes

  1. Fixed an issue where host tags were not taking effect.
  2. Fixed an issue where updating tokens in the console failed.
  3. Fixed an issue where sorting in composite dashboards was lost upon refresh.
  4. Fixed an issue where table charts in shared dashboards showed no data in edit mode.
  5. Fixed an issue where switching between different chart types in cross-workspace authorized dashboard composite charts did not trigger backend requests.
  6. Fixed an issue with abnormal version data in RUM views.
  7. Fixed an issue where built-in Funcs in monitors prompted "account not found", returned a 404 error, and did not generate events.
  8. Fixed an issue where the RUM list data displayed as 0.
  9. Fixed a UI display issue at the bottom of the AI Assistant page.
  10. Fixed an issue where a Resource Class in the Resource Catalog persisted after being successfully deleted.
  11. Fixed an issue with false alerts for data gaps.

December 11, 2024

Feature Updates

Scenarios

  1. Topology Map added external data query: Allows users to draw topology maps using external data via DataFlux Func. Users only need to structure the data according to the chart requirements to easily visualize external data.
  2. Chart optimization
  3. Chart display effect optimization: Optimized the chart display, changed to a side-slide list with categorized display, making chart finding and usage more convenient.
  4. Chart description and applicable scenario display: Added chart descriptions and applicable scenarios to the chart list to help users better understand and choose the appropriate chart type.
  5. View variable optimization
  6. View variables now support configuring an upper limit for listed values to avoid performance issues caused by listing too much data.
  7. The default listing limit for the Deployment Plan is 50, and supports customizing the default listing quantity. Note: Page configuration limits take priority over global limits.

Infrastructure

  1. Resource Catalog optimization:
  2. Added grouping functionality: To improve resource management efficiency, a resource grouping feature has been added. Users can group Resource Classes with common characteristics for easier management and viewing, optimizing resource organization.
  3. Explorer Honeycomb Chart mode optimization: Supports configuring the field list for "Color Fill" and "Group Analysis", allowing users to customize selectable fields as needed.
  4. Container and Resource Catalog Explorer search optimization: Container Explorer added container_name search, Resource Catalog added name search.

Monitoring

Alert strategy configuration optimization

  • Supports one-click creation of associated monitors via the alert strategy entry, introducing a unified alert notification management model centered around 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:

  1. 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, you can configure SourceMap for this application. This change only affects the creation method for React Native applications and does not impact data collection.

  2. If your React Native application originally under the Android/iOS type has associated monitors, and you have not recreated a React Native application with the same ID under the "React Native" type, the original monitors will continue to work normally. However, if you have already recreated the "React Native" type application, the "Application Name" field in the original monitors will not be able to retrieve data and will display as empty. In this case, you need to select the application type as "React Native" and resave the monitor.

APM

APM installation guide added automatic injection method: The APM (Application Performance Monitoring) installation guide now includes an installation method using Kubernetes Operator automatic injection. This method simplifies the APM deployment process, allowing users to install and use APM more quickly in Kubernetes environments.

New Integrations

Bug Fixes

  1. Fixed an issue with abnormal numerical expression queries.
  2. Fixed an issue where querying the CPU usage rate of pods started within a specific time period using PromQL in a chart showed data in a time series chart within the time range, but the data could not be queried when switching to a chart query.
  3. Fixed an issue where alert events did not recover.
  4. Fixed an issue with abnormal PromQL query results.
  5. Fixed an error warmretention field missing when modifying hot storage retention time in Private Deployment > Management Backend.
  6. Fixed an inconsistency between log search results in the Deployment Plan and searches on Volcengine TLS.
  7. Fixed an issue where dashboard large screens would randomly scale when embedded in a user's IFrame page.
  8. Fixed page lag when creating a new group in User Management and adding it to multiple workspaces.
  9. Fixed an error df_fault_id when first entering the Guance Console > Events.
  10. Fixed an issue where opening the Events menu would prompt exceeding memory limits.
  11. Fixed an error in overview chart expression calculation.
  12. Fixed an issue where monitors triggered alerts but did not generate events.
  13. Fixed functional abnormalities in log queries for the Deployment Plan Volcengine base.

November 27, 2024

Breaking Changes

  1. OpenAPI: If configuring alert policies via API using the member-based notification rule mode, note that the parameter structure for adding/modifying member-type alert policies via OpenAPI has been adjusted.
  2. Dashboard > Visibility Range: Added a "Custom" option, supporting configuration of operational and viewing permission members for this dashboard.
  3. Note: If you previously added "Teams" to the visibility range, the team configuration will become invalid and needs to be reconfigured.

Feature Updates

Cloud Billing

  1. Added a feature guide page: Provides clear steps and instructions for users to get started quickly.
  2. Added support for Volcengine and Microsoft Cloud data ingestion.

External Data Source Ingestion

  1. MySQL Data Storage System Support: The platform now supports connecting to MySQL data storage systems, allowing users to perform real-time data queries and analysis.
  2. Native Query Statements Direct Usage: Users can directly use the data source's native query statements for data queries and display in charts, without any conversion or adaptation.
  3. Data Security and Privacy Protection: To protect user data security and privacy, the platform does not store any added data source information. All data source configurations are saved directly in the user's local Func, ensuring the security of data source information and preventing data leakage risks.

Monitoring

  1. Alert Policy > Configure Notification Rules by Member:
  2. Supports configuring multiple groups of member notification rules to take effect concurrently.
  3. Member-configured notification rules support defining effective time ranges. If multiple time ranges exist, they are matched in numerical order. Only the notification rules within the first matched time range will be used for alert sending.
  4. Monitor: Supports search when configuring associated alert policies.
  5. Mute Time: When defining "recurring" mute times, supports customizing the mute start time and mute duration, and supports configuring mute cycles "by day", "by week", and "by month" for more flexible mute time definition. Also added a mute schedule preview function to view the currently defined mute times.

Billing

High Consumption Alert:

  • Supports custom configuration of warning notification members. When billing items exceed the set threshold, warning emails are sent to the Owner and the corresponding notification members.
  • Supports setting dedicated notification members for each billing item under that item.
  • Supports creating external email addresses as notification members by pressing Enter.

Application Performance Monitoring

  1. RUM > Analysis Dashboard, Container > Analysis Dashboard: View switching display optimization, providing a smoother experience when users switch views.
  2. Built-in log pages: Support search when selecting log indices, optimizing the operational experience.

Events

  1. Unrecovered Events Explorer supports adjusting the event query range via the time widget.
  2. Events Explorer supports custom configuration of displayed columns.

Scenarios

Chart optimization: Supports configuring whether to use scientific notation for chart data display.

Management

Blacklist: Added name and description fields to distinguish purposes and other associated scenarios.

Help Center

Help documentation optimization: The Integrations page added descriptive information for intuitive viewing of integration details.

Deployment Plan Updates

  1. Supports modifying configuration files to customize the default time range for Explorers.
  2. Management backend member information supports inputting international phone numbers.

New Integrations

Bug Fixes

  1. Fixed an issue where some Explorer list column names could not be aliased via the "Display Columns" entry.
  2. Fixed an issue where applications listed during RUM metric generation were not affected by data access rules.
  3. Fixed front-end style adaptation issues in Application Performance Monitoring > Error Tracking > Issue Auto-Discovery.
  4. Fixed a time issue with Resource Catalog queries within dashboard charts.
  5. Fixed an issue where the billing period column width in billing analysis could not be adjusted.

November 20, 2024

Feature Updates

Microsoft Cloud Marketplace Listing

Guance has been listed on the Overseas Microsoft Cloud Marketplace. Commercial Plan workspaces now have a "Microsoft Cloud" payment option.

Integrations > Extensions

  • Func Platform Linkage Optimization: Can view all connected DataFlux Func lists in Extensions, facilitating user management and monitoring of all connected external data sources.

Deployment Plan Updates

  • Volcengine TLS supports JSON index and search.

Bug Fixes

  1. Solved the issue of excessive Kafka outbound traffic consumption when forwarding data to Kafka.

November 13, 2024

OpenAPI Updates

  1. Snapshots: Supports creating snapshots of Log Explorers via OpenAPI Generate Snapshot.
  2. Data Access: OpenAPI supports retrieving the data access list, and supports getting/creating/modifying individual data access rules.

Feature Updates

Billing

  1. High Consumption Alert optimization: The high consumption alert added a total consumption alert function, supporting setting alert amounts for the workspace's total consumption.

Application Performance Monitoring

DQL Query

Supports directly specifying time parameters [today], [yesterday], [this week], [last week], [this month], [last month].

Management

  1. Invite Members: Added line break separation functionality; multiple emails can be recognized via line breaks.
  2. Data Forwarding Rule Expansion: Data forwarding to Huawei Cloud OBS supports AK, SK access method, providing richer OBS access methods.
  3. Workspace:
  4. Workspace deletion or dissolution now has a 7-day staging logic; data within the workspace is finally cleared after 7 days.
  5. Supports configuring account-level default space and pinned space.

Monitoring

  1. Monitor功能增强: When selecting logs as the detection indicator, supports searching for log indices for selection.
  2. 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 }}.
  3. Intelligent monitoring events support bilingual switching: When the workspace language is switched, intelligent monitoring events change accordingly.
  4. Cloud billing monitoring views: Cloud billing views support more instance-level billing analysis.

Scenarios

  1. Bar charts added Y-axis upper and lower limit settings for more precise chart display control.
  2. When performing cross-workspace queries, supports selecting "All Spaces" to obtain all information at once.

Deployment Plan Updates

  1. Forgot Password: When forgetting the login password, supports retrieving the password via verification code sent to the account's associated email. Note: If the account is not associated with an email, this method cannot be used.
  2. Global DCA Configuration: Added global DCA address configuration, allowing one-click configuration of DCA addresses for all workspaces.

New Integrations

Bug Fixes

  1. Fixed an issue where alert policies set with filter conditions using extended fields from event information could not send alerts.
  2. Fixed an issue where filter conditions within alert policies did not display all content.
  3. Fixed an issue where regular expression matching in alert policies caused monitors to fail to send alerts.
  4. Fixed an issue where configuring alert delivery to Incident and notifying specified Webhooks via Incident resulted in issue.add type creation notifications not being sent normally.
  5. Fixed instability issues with secondary menu data in the Resource Catalog.
  6. Fixed an issue where after adding a Resource Class to a secondary menu in the Resource Catalog, deleting the Resource Class left the secondary menu intact.
  7. Fixed an issue where JSON in the Resource Catalog was cleared upon next opening after saving.
  8. Fixed an issue where resources incorrectly associated with a dashboard via tags in the Resource Catalog, even if the tags didn't match.
  9. Fixed an issue where loading display columns in the Resource Catalog was not连贯, with obvious transitional display columns.
  10. Fixed an issue where filter conditions were lost in log flow charts after version upgrade, preventing normal view loading.
  11. Fixed an issue where the "Add Filter" function in the Log Explorer could not fully recognize trace_id strings.
  12. Fixed inaccuracies in associated network logs for -bpf_net_l7_log logs.

November 6, 2024

Feature Updates

Price Adjustment

  1. RUM PV 30-day, 60-day tiered price adjustment;
  2. APM Trace 30-day, 60-day tiered price adjustment;
  3. 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 chart simple mode, selection for querying other data types will be phased out.

Bug Fixes

  1. Fixed an issue where infrastructure honeycomb charts did not display specific usage rates.

October 30, 2024

New Integrations

Feature Updates

Cloud Billing

Added a primary navigation menu, pre-configured with Explorers and billing analysis views for cloud billing data, optimizing the user viewing experience.

Note: The Free Plan does not support this yet.

Monitoring

  1. 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 early warnings to avoid affecting business operations. The system supports multi-dimensional visualization to help users deeply analyze and understand host network usage, optimize bandwidth allocation and resource utilization, and provide data support for future capacity planning, ensuring reasonable allocation of network resources.
  2. Monitor function enhancement:
  3. Supports batch setting associated alert policies in the monitor list.
  4. The Log Explorer supports one-click configuration of 【Log Detection】 type monitors based on current filter and search conditions.
  5. Note: Monitors only support left* queries if left* queries are enabled at both the site and workspace levels. Otherwise, if a Log Explorer configures a left* query, jumping to the monitor will result in a query error.
  6. Notification Targets list:
  7. Added search and quick filter functionality for快速检索通知对象;
  8. Notification targets disabled by the system due to two consecutive days of sending failures are marked with an indicator after their name.
  9. Mute Rules optimization:
  10. Added rule name and description configuration functionality to improve rule management convenience;
  11. Event attributes support logical combinations (AND and OR) between different fields;
  12. Optimized list display效果, supports customizing displayed columns, enhancing the personalized user interface experience.
  13. Alert Policies:
  14. 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;
  15. Added custom operation permission configuration;
  16. Added alert policy description field.

Scenarios

  1. Added Host NET Analysis View: Aggregates indicators such as host network usage, bandwidth allocation, and resource utilization to provide data support for future capacity planning, ensuring reasonable allocation of network resources.
  2. Chart query optimization:
  3. index does not support by group queries; optimized DQL query interaction experience;
  4. By tag range / Filter tag range listing is precise to the metric level;
  5. DQL query added function to retrieve log indices: show_logging_index(), applicable in dashboard view variables; chart query index configuration also supports view variable filling;
  6. Chart expression query function now supports cross-workspace queries;
  7. Optimized time lock display for composite charts, providing a more intuitive user experience.
  8. Explorer page optimization: The bound host Tab page in the Explorer details page added host_ip display.

Pipeline

Pipeline text processing optimization: Isolated "Local Pipeline" and "Central Pipeline", allowing different types to add processing scripts for the same data source. Added prompt information to help users understand processing differences more intuitively.

Management

Data Access function integration:

  • Application performance and metrics added data access functionality;
  • Management added "Data Access" function module, integrating all data types, supporting users to quickly query and filter.

Synthetic Tests

拨测 task optimization: Websocket拨测 content box input limit increased to 128k;拨测 task page overall optimization.

Deployment Plan Updates

  1. Management backend added monitors menu: Lists all monitors across workspaces, supports searching, filtering monitors; supports modifying monitor enable/disable status, deleting, exporting monitors, and supports cloning single/batch monitors to selected workspaces.
  2. Note: Composite detection monitors do not support cross-workspace cloning.
  3. MFA security authentication optimization: Added a switch to hide the "Remember me for 7 days" auto-login option, supporting configuration of whether the免认证 login option is enabled.
  4. 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

  1. Fixed the ambiguity of displaying 0% values in pie charts; optimized the占比 and visual effect of 0% values when drawing.
  2. Fixed an error loading the default page of the "Events" menu.
  3. Fixed issues when selecting multiple indices in the log index.
  4. Fixed missing extra_data field when passing third-party tool Events via "External Event Monitor".
  5. Fixed an issue where switching hosts via quick filter in the Log Explorer did not refresh the data on the right.
  6. Addressed the need for optimized display of null values in table charts.
  7. Fixed an issue where query conditions for data access rules imported via API were not displayed on the page.
  8. Fixed an issue where拨测 logs could be viewed in the log function but the relevant data source could not be found during PL processing.
  9. Fixed an error reported in the Application Performance Monitoring service topology.
  10. Fixed an issue where DQL did not support tag calculation after upgrading the self-developed time-series database to the latest version.
  11. Fixed an issue where positioning to the current log failed when entering via log context.
  12. Adjusted application intelligent monitoring sensitivity to reduce excessive alerts for sudden request drops.
  13. Improved the mutation detection monitor's不适应 issue with high-frequency tags.

October 16, 2024

New Integrations

Feature Updates

Obsy AI Agent

Guance introduced the Obsy AI Agent, providing quick responses and answering questions related to Guance.

Cloud Billing

  1. Added Cloud Billing Explorer: After billing data is collected into Guance, users can create a Cloud Billing Explorer using the template to view all cloud billing data.
  2. Added Cloud Billing System Views: Through consumption analysis at the product, region, and instance levels, helps users quickly analyze and understand current cloud resource consumption trends, providing reference for future cloud resource cost planning.
  3. 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 to help users analyze and understand cloud resource consumption patterns, providing basis for future budget planning, thus optimizing cloud resource allocation and ensuring cost-effectiveness.

Monitoring

  1. Monitor Configuration interaction optimization:
  2. Supports configuring Incident Issue association creation for selected level events;
  3. Optimized Crontab custom detection frequency and detection interval configuration interaction;
  4. Added notification content customization.
  5. Alert policy configuration optimization:
  6. Rules added regular expression matching for event filter conditions;
  7. Optimized filter condition configuration display.
  8. 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

  1. Logs added Error Tracking: Supports error log tracking viewing and analysis.

Scenarios

  1. Dashboard Visibility Range optimization: Dashboard visibility range, based on public, supports custom configuration of visible members, and supports batch setting of dashboard visibility ranges to improve dashboard management efficiency.
  2. Template Variables adjustment: Added #{startTime}, #{endTime} two time variables, supporting获取到当前图表实际查询时间, applicable in chart queries and chart links.
  3. Log flow chart display column optimization: If the display column of a log flow chart is a @json format split field, units can be set for this field to unify the chart data viewing and analysis experience.
  4. Platform chart color scheme upgrade: Platform chart color schemes have been upgraded for better visual effects.
  5. Cross-workspace query: All expression query functions within charts now support cross-workspace queries.

Management

  1. Blacklist function enhancement: Supports selecting all, single, or multiple configurations for data sources of all data types.
  2. Self-built indices/Sensitive data scanning/Data forwarding: To optimize data processing and writing performance, the involved function rule configuration filter conditions removed the "match" and "not match" matching modes.

Events

  1. Unrecovered Events Explorer optimization:
  2. Optimized batch operation interaction, added Select All on Current Page and Select All options, supporting quick recovery of selected abnormal events;
  3. Manual recovery generated OK event title display optimization.

Infrastructure

  1. Resource Catalog optimization: Resource Catalog supports custom Resource Class icons, providing a rich selection of icons to enhance the user experience.

Deployment Plan Updates

  1. Dashboard view variable dropdown list value listing removed the limit 50 restriction to meet different data query needs.
  2. Management backend update: Management menu hidden items added "Help", "Avatar", "System Notifications", and "Shortcut" options to improve management efficiency.

Bug Fixes

  1. Fixed the issue where integrations could not be searched in the English version.
  2. Fixed the issue where RUM snapshot sharing was inaccessible.
  3. Fixed the issue where composite monitoring A&&B did not take effect, and A||B generated Result only had the value of A, not B.
  4. Fixed the issue where view setting master-slave matching failed for null values.
  5. Fixed the issue where data displayed in Top List charts could only retain 2 decimal places, and data with smaller actual values were directly rounded off and discarded.
  6. Fixed the issue where scheduled report dashboard emails displayed incompletely.
  7. Fixed the issue where enabling连续触发判断次数 greater than 10 times could not be saved.
  8. Fixed the issue where APM and log data could not be aggregated after migrating to the base.
  9. Fixed the issue where only local login was displayed on the frontend when both local and LDAP login methods were enabled in the management backend.
  10. Fixed the issue of no data in Synthetic Tests.
  11. Fixed the issue where log exports lacked the message content column.
  12. Fixed the issue of abnormal log sorting.
  13. Fixed the issue where selecting multiple indices in the Log Explorer did not display contextual logs.
  14. Fixed the low compatibility issue of the Grafana chart conversion tool conversion efficiency.
  15. Fixed the issue where fields added in the Synthetic Testing > Quantity Statistics configuration appeared outside the input box.
  16. Fixed the issue where storage log monitors could not obtain detection dimensions.
  17. Fixed the issue where no Issue was generated after configuring Issue discovery in Incident and abnormal events occurred.
  18. Fixed the issue where dashboard view variable dropdown lists did not support keyword search.
  19. Fixed the issue where text could not be written to Doris for troubleshooting.
  20. Fixed the issue where the number of event statuses within the same time period would change.
  21. Adjusted role query logic, fixed the issue where roles exceeding 100 could not be searched.

September 25, 2024

Breaking Changes

拨测 Tags: Field name changed from tags.info to df_label.

Feature Updates

Scenarios

  1. Dashboards added historical version records: Can view version records saved within the last 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.
  2. Supports restoring the current dashboard to the selected historical version;
  3. Supports cloning a specific version of the dashboard.
  4. Custom Explorers support 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 authorized 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.

Real User Monitoring

  1. Session Replay enhancement: Mobile session replay functionality launched, supporting mobile applications to回溯用户行为轨迹 and locate usage issues through session replay.
  2. Data access enhancement: RUM added data access functionality, supporting configuration of data viewing scope at the application level for fine-grained management of member data query boundaries.

Management

  1. Cross-workspace authorization optimization: Updated the definition of the login space to "Current Space" to simplify user operations between different spaces.
  2. 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.
  3. Note: Be cautious when changing storage paths. Due to a configuration update delay of about 5 minutes, some data may still be forwarded to the original directory after the change.
  4. Data Forwarding Explorer optimization:
  5. Time widget adjustment: Adjusted to the通用时间控件, allowing acquisition of forwarded data精确到分钟.
  6. 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 a top-level field in the result.

  • Note: If the custom tag key value duplicates other拨测 result attribute values, it will be discarded.

Infrastructure

  1. Resource Catalog function enhancement: Optimized the Resource Catalog architecture, supports users customizing resource Explorer templates, and provides list and honeycomb chart两种视图模式 to enhance the viewing and analysis experience of resource data.
  2. 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, with support for search and tag filtering to improve查找效率.

Bug Fixes

  1. Fixed an issue where rule mapping for PromQL query results in views did not take effect.
  2. Fixed an occasional issue where Host Alive Alert v2 monitors could not recover.
  3. Fixed an issue where dashboards failed to open in reports sent via email for scheduled dashboard reports.
  4. Fixed an issue where拨测 tasks created using OpenAPI could not be modified.
  5. Fixed an inconsistency between PV statistics in the billing plan and the PV quantity in the fee details.
  6. Fixed an issue where user information was not携带手机号码 after adding it to Webhook.
  7. Fixed an issue where the values of view variables were inconsistent with those in the dashboard.
  8. Fixed an issue with homepage data display in shared workspaces.
  9. Fixed an issue where the data obtained from the template variable value dropdown in data-authorized spaces did not match the actually obtained data.
  10. Fixed an issue where time-series table charts often failed to load data in dashboards.
  11. Optimized several page display issues.

Deployment Plan Updates

  1. Datakit Management supports filtering online hosts: Supports filtering hosts that have reported data within the last 10 minutes, 15 minutes, 30 minutes, 1 hour, or 3 hours.
  2. Management Backend:
  3. When the space storage type is "Volcengine", supports configuring hot data retention period.
  4. New workspace copy and interaction optimization; users do not need to specify额外 when there is only one default main engine option.
  5. Platform color template enhancement: Supports defining navigation bar and navigation text display color configuration.
  6. License usage and expiration reminders: Added global console prompts for License即将到期, expired, and usage exceeding limits; added global console prompts for platform component version upgrades.

September 4, 2024

Feature Updates

Logs

  1. Log Explorer added interaction: Press and hold Ctrl to perform "Add to Query", "Exclude from Query", "Copy" operations on the Explorer list text word segmentation, enabling快速查询追加 of target data. Similarly, this interaction is also supported in the content area of the log details page.
  2. Logs support binding Volcengine TLS external indices: Can bind external indices and directly view and analyze Volcengine log data on the Guance platform.
  3. Logs > Data Access optimization:
  4. Added a data access navigation page, with a help document跳转链接 added to the upper right corner of the page;
  5. Data access rules added a 【Name】 field as a unique ID, and added a rule 【Description】 field, allowing custom names and descriptions to distinguish rule usage scenarios.
  6. Log Explorer filter option optimization: The 【Log Index】 filter option in the Log Explorer list supports search, allowing keyword search and selection of indices.
  7. 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, making log status display more personalized and intuitive.

Scenarios

  1. Added new chart type Heatmap: Users can intuitively view data distribution and trends through color depth, helping to better understand data.
  2. Chart Link Redirection Jump: Links Function functions with dashboard data to achieve link redirection jumps.
  3. 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.
  4. Note: "Create Issue" and "Manual Recovery" operations are not supported in cross-workspace listing situations.
  5. Grouped table chart custom display columns: In grouped table charts, added a custom display column function, supporting setting显示或隐藏 for returned columns, providing more flexible data display.
  6. Chart cross-workspace authorized query interaction optimization: After enabling the space authorization function, you can directly select the list of authorized spaces above the query, making operations 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同步携带 the @member account attribute information.

Monitoring

  1. External Event Detection: Supports custom event occurrence time and tag attribute appending. Note:
  2. Field values uniformly use string type;
  3. Field names cannot start with _ underscore or df_ prefix and cannot duplicate current event default field names;
  4. Custom tag field names cannot duplicate field names defined within dimension_tags.
  5. Terminology adjustment: "No Data" is officially updated to "Data Gap", ensuring a unified page configuration viewing experience.

Pipeline

Separated拨测 data and log data processing, and added "Synthetic Tests" data type. Avoids mutual interference during data processing, ensuring data processing accuracy and efficiency.

Note: Only the Central Pipeline supports the "Synthetic Tests" data type, and the DataKit version of the拨测 node must be >= 1.28.0.

Others

  1. Workspace list display optimization: For the list operation column, added display of creator avatar mouse hover tips for creator, creation time, updater, update time; also optimized the overall display of operation items.
  2. List added jump to audit events: The list operation column added an audit event jump link; clicking jumps to view the corresponding audit event.
  3. Account management display adjustment: Single sign-on users do not display the password item under the 【Account Management】 menu.

Bug Fixes

  1. Fixed the issue where local Function functions used as data sources did not联动时间控件 when querying time ranges.
  2. Fixed the issue where PromQL data query results were displayed in incorrect order.
  3. Fixed the issue where filter components in monitors and chart queries were not unified.
  4. Fixed the issue where clicking related events of intelligent monitoring from the Incident entry caused them to be displayed in the non-intelligent monitoring event list, resulting in no query results.
  5. Fixed the issue of no data and no callback for Lark Incident Webhook integration.
  6. Fixed the issue with number display in units of ten thousand.
  7. Fixed the issue where fields could not be searched when adding filter conditions in Explorer analysis mode.
  8. Fixed the issue where creating an Issue from a monitoring event had no source link.
  9. Fixed the issue where log export to CSV failed.
  10. Fixed the issue where high consumption alert email notifications were not received.
  11. Fixed the issue where switching channels in Incident did not change the Issue list.
  12. Fixed the issue where errors occurred when selecting indices a and b in the Log Explorer if they had the same field name (case-insensitive).

Deployment Plan Updates

  1. 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 needs.
  2. Management Backend > Datakit Management, supports exporting Datakit inventory.

August 21, 2024

Breaking Changes

  • OpenAPI / Global API: 【Events】 Unrecovered Events data source changed from UE to E.

New Features

  • Management: Added a unified management entry for Client Token. When users use public network DataWay to access RUM applications, they can replace the system-generated default 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 is aggregated according to the detection frequency you set. Finally, the system automatically pushes this information to the specified channel based on the preset Issue title and description, ensuring all relevant parties can receive and handle these Issues promptly.
  • Configuration Management > Notification Policy: The notification policy list added creation/update information display.

Regular Updates

  • Data Retention Policy:
  • The original 【Application Performance】 item was split into 【Application Performance-Trace】 and 【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 for one day will send a system notification; continuous failure for two days will send a system notification and automatically disable the target.
  • Unrecovered Events Explorer:
  • The data source changed to query event data, using df_fault_id as the unique identifier for aggregation, retrieving the most recent data result for display.
  • Overall page UI overhaul.
  • Application Performance Monitoring (APM) > Trace: Service Call Relationship Graph changed to a service topology display, showing the number of calls between services.
  • Management:
  • Added 【Workspace Description】;
  • In edit mode, the interaction changed to opening a new window;
  • The workspace list supports searching and locating by workspace name or description.
  • Logs > BPF Logs > L7 BPF Network Logs: Network request topology map UI optimization, highlighting the distinction between server and client.
  • Synthetic Tests > HTTP Test > Advanced Settings > Request Settings默认添加 Accept-Encoding:identity.

Deployment Plan Updates

  • Added a 拨测 Node Management entry, supporting the creation of platform-level拨测 nodes, and unified management of all nodes through the node list.拨测 nodes created through this entry support configuring Chinese and English node names, adapting to Guance's domestic and international site display and reported data result content.

  • Data Retention Policy:
  • Considering factors such as user storage costs, needing to customize the retention period for this data, the Deployment Plan management backend added a 【Session Replay】 configuration item.
  • The original 【Data Forwarding】 name was changed to 【Data Forwarding-Default Storage】;
  • The original 【Application Performance】 item was split into 【Application Performance-Trace】 and 【Application Performance-Profile】, allowing users to configure retention policies for Trace data and Profile data separately;

  • Supports Volcengine TLS as the underlying data storage engine.

BUG Fixes

  • Fixed the issue where Incident notification policies did not take effect;
  • Fixed the issue with abnormal trace export in Application Performance Monitoring;
  • Fixed the issue where modifying notification objects via OpenAPI reported an error about no permission configuration display;
  • Fixed the issue where the Log Explorer could not automatically obtain the source filter after resetting the time range;
  • Fixed the issue where the "Quick Filter" still displayed all source outside the filter condition range even though the source filter condition had been added to the search bar;
  • Fixed the issue with mutation detection errors;
  • Fixed the issue where after writing data access rules via OpenAPI, the UI page could not view role information when opened;
  • Fixed the issue where the data format set in the chart did not take effect on the data in the legend;
  • Fixed the issue where拨测 tasks associated with self-built拨测 nodes continued to run after the tasks were deleted.

August 7, 2024

New Features

  • Real User Monitoring (RUM): Added Heatmap. Visually presents visitor interaction with the website, obtaining click data and click positions on page elements to understand user focus points.

  • Application Performance Monitoring (APM) > Trace: Added an Installation Guide page.

  • Monitoring: Added a new detection type——Interval Detection V2, which uses confidence intervals established from historical data of metrics to predict normal fluctuation ranges.

Continuous Optimization

  • Incident:
  • Configuration Management > Notification Policy: Added Operation Audit and Execution Log viewing entry. When receiving Issue notifications, sometimes notifications are not sent normally or there are doubts about the notification policy. You can check the current notification policy's operation audit events and execution log data to make judgments.
  • APM / RUM Issue Auto-Discovery supports adding filter conditions;
  • For the Deployment Plan, added a Unified Management Incident Level entry;
  • Calendar:
    • In the calendar edit page, different notification objects are automatically generated with colors;
    • Calendar Management: 【My Calendar】 and 【All Calendars】 added统计数量;

Regular Updates

  • Monitoring > SLO:
  • Added tag configuration, which ultimately applies to the generated event data information;
  • Configuration optimization: By setting the 7-day compliance rate range for 【Target】 and 【Minimum Target】,判断生成警告或紧急事件;
  • Supports sending alert notifications by associating 【Alert Policy】.
  • Synthetic Tests:
  • 拨测 tasks added tag configuration;
  • The Test Module on the configure拨测 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 【Triggers】 billing statistics count was not displayed;
  • Fixed the 【Left * Match】 issue in chart queries;
  • Fixed the issue where BPF network log return data did not contain container and other related information;
  • Fixed the Central Pipeline failure issue.

Breaking Changes

  • OpenAPI:
  • SLO create/modify interface added tags, alertPolicyUUIDs and deprecated alertOpt parameter;
  • SLO get details and list interface返回结果中 added tagInfo, alertPolicyInfos fields, and discarded the alertOpt field.

July 24, 2024

Guance Updates

  • Incident:
  • Added Analysis Dashboard: Visually displays different indicator data.
  • Added Calendar management and notification policy: 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 obtain 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 performs additional queries, but these are not used for trigger condition judgment.
  • Notification Target Management: Added 【Operation Permission】 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: Group components support color configuration.
  • Charts: Alias function coverage extended to Top List, Treemap, Sankey Diagram.
  • Dashboards/Explorers/Built-in Views: Added Card Attributes information, optimizing edit 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 identifier.
  • Logs:
  • Index: When binding SLS External Index, 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

June 26, 2024

Guance Updates

  • Pipelines: Supports selecting Central Pipeline execution scripts.
  • Billing: Added Central Pipeline Billing Item,统计所有命中中心 Pipeline 处理的原始日志的数据大小.
  • Monitoring
  • Notification Target Management: Added Permission Control. After configuring operation permissions, only authorized objects can edit and delete 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 indices.
  • Log Explorer: Display column expansion, supports adding fields within json objects to the primary return display.
  • BPF Network Logs:
    • Connection display effect optimization;
    • Supports direct jump to details page;
    • Supports custom adding display columns.
  • Scenarios
  • Time Series Chart: Line charts, area charts added Breakpoint Connection setting, 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 functionality, 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 rules.
  • Monitoring
  • Intelligent Monitoring: Added Kubernetes Intelligent Detection: Automatically detects anomalies in Kubernetes through intelligent algorithms, detection indicators include total Pods, Pod restarts, APIServer QPS, etc.
  • Alert Policy Management:
    • Added Filter 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 email addresses as notification targets.
  • Monitor > Event Content: Supports custom input of external email addresses.
  • Scenarios
  • Topology Map: Added link configuration.
  • Sankey Diagram: Changed from supporting up to 4 node configurations to 6.
  • Pipeline: List added filter condition display.
  • Logs > Index: 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 data type selection.
  • Logs > Log Explorer: Supports Cross-Workspace Index Query, quickly obtaining log data from other spaces, thereby breaking through the limitations of log data storage locations and significantly improving data analysis and fault localization efficiency.

May 29, 2024

Guance Updates

  • DCA
  • Supports private deployment,可以直接通过工作空间页面按钮前往 DCA 控制台.
  • Supports batch management functionality.
  • Incident:
  • Webhook reception channel: Supports new and modified notifications for 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 titles/chart titles support配置 #{视图变量} display.
  • Time Series Chart > Analysis Mode: Supports adjusting time interval.
  • Dashboards/Custom Explorers: When the number of tags exceeds 20, a search box appears; colors are displayed before tag names.
  • Monitoring
  • Monitor/Intelligent Monitoring/Mute Management > Quick Filter: When values exceed 20, a search box appears, supporting search and定位.
  • Monitor: For PromQL query detection, template variables that can be used are automatically listed in event notifications.
  • Infrastructure > Network: Network details page > Network analysis supports ip:port and ip two-dimensional statistical listing display.
  • Application Performance Monitoring > Service > New/Modify Service List: Added format validation when filling in repository links and documentation links.

Breaking Changes

  • Management > Attribute Claims: Custom attribute field values are adjusted to be stored as string type.

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 to identify the cause or source of the mute, etc.
  • Intelligent Monitoring > Host Intelligent Monitoring: Added network traffic and disk IO two detection dimensions.
  • Scenarios > Dashboards:
  • View Variables: Edit page style optimization, supports defining dropdown single selection and multiple selection.
  • Grouped table charts, metric analysis > table charts support multi-column query result display adaptation, such as
L::RE(`.*`):(count(*),message,host) {index = 'default' and status = 'error'} BY source,service
  • Explorers:
  • 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 multiple logs exist 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 are recorded in audit events.
  • Service Management: Migrated from its original path 【Scenarios】 to 【Application Performance Monitoring】, optimizing the usage experience.
  • Generate Metrics: Supports configuring multiple by groups, with no quantity limit.
  • DQL Query: Expression query supports specified value filling, supports result filling and final value filling for subqueries.
  • Real User Monitoring > 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 attributes 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, distinguishing them by the uniqueness of certain configurations under each account. By configuring integrated collectors, independently manages cloud services under each account, achieving fine-grained control over business data.
  • Account Management: Account Login Hold Time adjustment.
  • Added Quick Search popup,可以快速查看当前工作空间内最近访问的页面和其他各功能相关页面.
  • Infrastructure > Containers: Added Statefulset and 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 if no assignee is specified within a certain number of minutes after a new Issue is created.
  • Monitoring
  • Monitor: Detection Configuration: Supports configuring that events are generated only after the trigger condition is生效连续多次判断.
  • Mute Management:
    • Mute rule list page display optimization: Supports listing all mute rules in the current workspace, can be quickly filtered and listed 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 match function meaning changed to exact match. This change only applies to the new engine,分别应用查看器、监控器这两个场景.
  • Explorer scenario example: host:~cn_hangzhou.
  • Monitor scenario example:
    window("M::`cpu`:(avg(`load5s`)) { `host` = match('cn-hangzhou.172.16.***') } BY `host`", '1m')
    
  • 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.
  • 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 based on data statistics range, changed to hosts or DKs存活时间 >= 12 hours.
  • Supports configuring a blacklist, custom selecting the scope of Guance integrations, view templates, monitor templates for import.

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】 and 【Information Generation】 configuration areas to better distinguish between abnormal data and data gap situations.
  • Management: Added System Notifications page,可以查看当前账号下的工作空间所有配置的异常状态消息.
  • Scenarios:
  • Chart Query: Added Rollup Function, this function also applies to 【Metric Analysis】 and 【Query Tool】;
  • Dashboards/User Views: Added pin function. Under the premise that the current access 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 to create dashboards or user views;
  • Custom Explorers: 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 display columns/removing from display columns by clicking external buttons.
  • Free Plan Workspace > Navigation Bar: Added 【Upgrade Now】 button.
  • Infrastructure > Containers > Honeycomb Chart: Added CPU usage (normalized) and MEM usage (normalized) two indicator fill 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 alerts based on周期以预测的方式, 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 Page > 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 with RUM's retention policy, meaning if RUM data is retained for 3 days, Session Replay data is also retained for 3 days.
  • Explorers:
  • Events Explorer > Basic Attributes: 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, lists 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 getting "current time", precise to milliseconds.
  • Management > Ticket Management:
  • Added star rating and evaluation;
  • Tickets that have been responded to need to be automatically closed if there is no customer feedback within 7 days;
  • Supports exporting ticket lists;
  • Tickets with status 【Completed】【Revoked】 can be restarted;
  • Unclosed status tickets submitted under an account support automatic closure processing after account cancellation.
  • Cloud marketplace开通流程整体优化.

Guance Deployment Plan Updates

  • Data Retention Policy: Supports workspace owners configuring data retention policies, and supports custom input of retention period. Application scenarios:
  • Metrics 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,最终基于组合后的结果进行告警.
  • Scenarios > Service: Supports Cross-Workspace Service Map Query.

Guance Deployment Plan Updates

  • Management > Basic Information: Added "Used DK Quantity" display;
  • Management > Users: Added Group page. Based on groups, associated workspaces and roles can be configured. Users can obtain access permissions to corresponding workspaces through groups.

March 6, 2024

Guance Updates

  • Monitoring
  • Monitor > Detection Frequency: Added Crontab Custom Input, meeting the need to execute detection only in specific time periods;
  • Mutation Detection: Added 【Last 1 minute】 and 【Last 5 minutes】 detection intervals;
  • Mute Management: When selecting the mute scope, "Event Attributes" is not mandatory, allowing configuration of finer-grained matching rules 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 > Trace:
  • Title area UI display optimization;
  • For flame graphs, waterfall charts, and Span lists with over 10,000 Span results, supports viewing unshown 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 Cancellation entry.
  • Explorers:
  • UI display optimization;
  • Filters added regular expression matching / reverse regular expression matching mode;
  • Wildcard filters and searches support left * matching.
  • Events > Details Page: 【Alert Notification】 tab page UI display optimization.

Guance 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, and Application intelligent detection frequency adjusted to execute once every 10 minutes. Each execution counts as 10 trigger calls for billing purposes.
    • To improve algorithm accuracy, Log and Application intelligent detection use a data offloading method. Enabling one intelligent monitor generates corresponding Measurements and metric data. This adjustment produces 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 conditions are 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.
  • Alert Policy Management:
  • Monitor
    • Alert Configuration: Supports configuring multiple alert policies; if multiple are configured, df_monitor_name and df_monitor_id will be presented as multiple values, separated by ;.
    • Incident Issue linkage overhaul: Added 【Synchronously close Issue upon event recovery】 switch. When an abnormal event recovers, the corresponding Incident Issue is also recovered.
    • Monitor list added clone button.
  • Notification Target Management: Added Simple HTTP notification type, receiving alert notifications directly through a Webhook address.
  • Scenarios:
  • Charts: Units added 【Currency】 option; Advanced Configuration > Period-over-period comparison changed to 【Period-over-Period & Year-over-Year】.
  • Service Management > Resource Invocation: Top List added TOP / Bottom quantity selection.
  • Explorers: Display column settings added 【Time Column】 switch.
  • Billing:
  • Workspace lock popup page added Create New Workspace entry, optimizing the operational experience.
  • AWS registration process optimization.

Guance Deployment Plan Updates

  • Supports LDAP Single Sign-On.
  • Workspace Management > Data Storage Policy added custom options, with a range <= 1800 days (5 years). Among these, Metrics added optional retention periods like 720 days, 1080 days, etc. Setting > Edit Data Storage Policy in the console can be modified and saved to synchronously update backend data storage.
  • Users: Supports one-click configuration for assigning workspaces and roles to user accounts.
  • Added console audit event viewing entry, allowing quick viewing of 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 a 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 the new engine), supports sorting returned results.
  • Generate Metrics: Supports batch operations; members with Standard permissions and above support cloning.
  • Monitor:
  • Notification Target Management: Adapted to the new DingTalk robot. The "Secret Key" option is not mandatory when creating, allowing quick association with DingTalk robots.
  • SLO deduction logic optimization.
  • Real User Monitoring (RUM): Public Dataway supports IP conversion to geographical location information.

Feedback

Is this page helpful? ×