Skip to content

Release Notes (2024)


December 25, 2024

OpenAPI Update

  1. Resource Catalog: Supports retrieving resource catalog lists and supports creation/modification/deletion/export of resource viewers.
  2. Generated Metrics: Supports listing metric lists and supports creation/modification/enable/disable/deletion of metrics.

Feature Updates

Pipeline

Automatically write Pipeline: Traditional log parsing methods often rely on familiarity with rules to manually script, which not only consumes a lot of time but also easily leads to errors, resulting in low efficiency in writing Pipelines and inability to respond promptly to problems. To improve efficiency and reduce manual costs, this function uses the natural language processing capabilities of large models to assist in automatically parsing log content, helping developers write Pipelines more efficiently and accurately extract valuable information from large amounts of logs, simplifying data flow and processing.

Monitoring

AI Alert Compression and Consolidation: Compresses and consolidates monitoring alert events through large models, reducing redundancy in alert events, especially when the system generates a large number of alerts in a short period. By integrating alert events, it ensures that operations personnel receive a single comprehensive alert message within a specified time cycle (e.g., 10 minutes), rather than multiple repetitive alert messages.

Cloud Billing Analysis

New consumption currency categories displayed in cloud billing scenario views and viewers.

Scenarios

  1. Dashboards, built-in views add ID markers: Dashboards and user views can be uniquely determined via ID markers, allowing for positioning dashboards or user views through jump links configured within charts.
  2. Adjusted logic for viewer auto-refresh: Removed the "pause" button in the time component, added a "off" option to the refresh frequency options, allowing users to disable auto-refresh as needed, making operations simpler and more intuitive. At the same time, removed the "viewer auto-refresh" switch in personal settings to avoid functional redundancy and optimize user settings experience.
  3. New functions added to viewers: MD5(), supporting querying log data masked by MD5 encryption in viewers.
  4. Chart Optimization: Charts support obtaining PromQL metric names for legends, using {__name__} to configure metric names as aliases.
  5. PromQL editor adds syntax highlighting and syntax suggestions.

Metrics

Optimization of generated metrics:

  1. Integrated all types of generated metrics under the metrics directory for easier viewing and management by users.
  2. Supports re-aggregation operations on existing metric data to generate new metrics, providing more dimensions for data analysis.

Management

Optimization of application of desensitization rules for data access and sensitive data viewing: Optimized multi-rule multi-role combined stacking data viewing scope. If members have multiple roles, the final data access scope takes the union of the ranges defined in the rules, and the desensitization rules for sensitive data viewing follow the same principle.

Infrastructure

Resource Catalog cross-workspace query: In the resource catalog menu, supports cross-workspace querying of resource list data.

Deployment Edition Update

  1. Deployment edition supports customizing navigation bar and action button display text.

  2. Member menu optimization in the management backend:

  3. Added "login type" column, supporting differentiation between default login members and SSO login members, and supports filtering by login type;

  4. For SSO login members, supports editing "other attributes" fields, allowing customization of attribute information. This information will be synchronized to Webhook externally and corresponding event content areas when sending alerts.

  5. Storage strategy adjustment for workspaces with primary storage engine as Volcengine: The storage strategy for traces, logs, and custom log indexes is adjusted to standard storage, infrequent storage, and archive storage, which can be separately configured for hot data, infrequent data, and archive data storage durations. Simultaneously, if the primary storage engine is Volcengine, when adding an index in the Guance console, the storage strategy is also synchronized to standard storage, infrequent storage, and archive storage.

New Integrations

Bug Fixes

  1. Fixed the issue where host labels were ineffective;
  2. Fixed the issue of token updates failing in the console;
  3. Fixed the issue of lost sorting due to refresh operations in composite dashboards;
  4. Fixed the issue of no data display in table charts in shared dashboards while in edit mode;
  5. Fixed the issue of no backend request being sent when switching different charts in authorized cross-space query dashboards;
  6. Fixed the issue of abnormal version data in RUM views;
  7. Fixed the issue where internal Func prompts couldn't find accounts, reported 404 errors, and did not generate events;
  8. Fixed the issue where synthetic test lists showed zero data;
  9. Fixed the UI display issue below the AI intelligent assistant page;
  10. Fixed the issue of false alarms due to data gaps;
  11. Fixed the issue where certain resource classifications remained after successful deletion in the resource catalog.

December 11, 2024

Feature Updates

Scenarios

  1. Topology Map added external data queries: Allows users to draw topology maps using external data via DataFlux Func. Users just need to connect data according to the chart structure to easily achieve visualization of external data.
  2. Chart Optimization
  3. Chart Display Effect Optimization: Optimized the display effect of charts, adjusting them to slide out from the side, categorized for display, making finding and using charts more convenient.
  4. Chart Description and Use Case Display: Added chart descriptions and applicable use cases to the chart list, helping users better understand and choose appropriate chart types.
  5. View Variable Optimization
  6. View variables support configuring value list upper limits, avoiding performance issues caused by excessive data listing.
  7. Default listed limit for deployment editions is 50, supporting customizable default listed quantities; note: page configuration restrictions take precedence over global limits.

Infrastructure

  1. Resource Catalog Optimization:
  2. Added grouping functionality: To enhance resource management efficiency, added resource grouping functionality. Users can group resources with common characteristics for easier management and viewing, optimizing the organization of resources.
  3. Explorer Cell Diagram Mode Optimization: Supports configuring "color fill" and "group analysis" field lists, allowing users to customize optional fields as needed.
  4. Container and Resource Catalog Explorer Search Optimization: Added container_name search for container explorers and name search for resource catalogs.

Monitoring

Alert Strategy Configuration Optimization

  • Supports creating associated monitors via the alert strategy entry point one-click creation, adding unified alert notification management centered around alert strategies.
  • Optimized interactive display of associated alerts in the alert strategy list.

RUM

RUM added support for React Native application types and allows uploading SourceMap for data parsing and restoration. If you need to upload SourceMap for a React Native application originally created under Android/iOS types, 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 of the existing React Native application under Android/iOS type, then click the "Create" button. After creation, you can configure SourceMap under this application. This change only involves the creation method of React Native applications and does not affect data collection.

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

APM

APM Installation Guide Added Auto Injection Method: In the APM (Application Performance Monitoring) installation guide, added a Kubernetes Operator automatic injection installation method. 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 the issue of abnormal numerical values in expression queries;
  2. Fixed the issue where data could be seen in time-series graphs when querying the CPU usage rate of pods starting at a specific moment using PromQL, but data could not be queried when converting to chart queries.
  3. Fixed the issue of alert events not recovering.
  4. Fixed the issue of abnormal results in PromQL queries.
  5. Fixed the error of missing warmretention field when modifying hot storage duration in private deployments > management backend.
  6. Fixed the inconsistency between log search results in deployment versions and Volcengine TLS searches.
  7. Fixed the random scaling issue when embedding dashboard screens into user IFrame pages.
  8. Fixed the lagging page issue when creating a new group in user management and adding it to multiple spaces.
  9. Fixed the df_fault_id error when entering the Guance console > Events for the first time.
  10. Fixed the memory limit exceeded prompt when opening the Event menu.
  11. Fixed the calculation error in overview chart expressions.
  12. Fixed the issue of no event generation after monitor triggering alerts.
  13. Fixed the abnormal log query function in deployment versions based on the Volcengine foundation.

November 27, 2024

Breaking Changes

  1. OpenAPI: If configuring alert strategies by member notification rule mode through API, note the parameter structure adjustment when adding/modifying member-type alert strategies via OpenAPI.

  2. Dashboard > Visibility Scope: Added a "Custom" option, supporting configuration of operation and view permissions for this dashboard's members.

  3. Note: If you previously added a "Team" in the visibility scope, the team configuration will be invalidated and needs to be reconfigured.

Feature Updates

Cloud Billing

  1. Added feature guidance page: Provides clear steps and explanations, enabling users to get started quickly;
  2. Added support for Volcengine, Microsoft Cloud data ingestion.

External Data Source Integration

  1. MySQL Data Storage System Support: The platform now supports connecting to MySQL data storage systems, allowing real-time querying and analysis of data.

  2. Native Query Statements Directly Usable: Users can directly use native query statements from the data source in charts for data querying and presentation 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 directly saved in the user's local Func, ensuring the safety of data source information and avoiding data leakage risks.

Monitoring

  1. Alert Strategies > Member Notification Rule Configuration:

  2. Supports configuring multiple member notification rules to take effect concurrently;

  3. Member notification rule configuration supports defining effective time ranges. If there are multiple time ranges, they match in order of sequence numbers, and ultimately only the notification rule within the first matched time range sends alerts.

  4. Monitors: Support searching during associated alert strategy configuration.

  5. Silence Periods: When defining "repeated" silence periods, supports customizing start times for silencing, silence durations, and supports configuring silence cycles "by day", "by week", "by month", helping define silence periods more flexibly. At the same time, added a preview function for silence plans, allowing viewing of currently defined silence periods.

High Consumption Warning:

  • Supports custom-configured warning notification members. When billing items exceed set thresholds, emails warnings are sent to Owners and corresponding notification members;
  • Supports setting exclusive notification members for each billing item;
  • Supports creating external email addresses as notification members by pressing Enter.

Application Performance Monitoring

  1. RUM > Analysis Dashboard, Containers > Analysis Dashboard: Optimized view switching display, providing users with a smoother experience when switching views.
  2. Built-in Log Pages: Supports searching when selecting log indexes, optimizing operational experience.

Events

  1. Unresolved Event Viewer supports adjusting the event query range via time widgets;
  2. Event Viewer supports custom-configuring displayed columns.

Scenarios

Chart Optimization: Supports configuring whether chart data displays use scientific notation for advancement.

Management

Blacklist: Added name and description fields, supporting differentiation of purposes and other related scenarios.

Help Center

Help Documentation Optimization: Added descriptive information to the Integrations page, aiding intuitive viewing of integration information.

Deployment Edition Update

  1. Supports modifying configuration files to customize the default time range for viewers;
  2. Member information in the management backend supports inputting international phone numbers.

New Integrations

Bug Fixes

  1. Fixed the issue where some viewer list column names could not be defined via the "Show Columns" entry;
  2. Fixed the issue where RUM metric generation was unaffected by data access rules;
  3. Fixed the front-end style adaptation issue for error tracking > Issue auto-discovery in application performance monitoring;
  4. Fixed the issue with resource catalog query times in dashboard > charts;
  5. Fixed the issue where the width of the bill analysis period column could not be adjusted.

November 20, 2024

Feature Updates

Microsoft Cloud Marketplace Listing

Guance is now available on the Overseas Microsoft Cloud Marketplace, and the Commercial Plan workspace has added a "Microsoft Cloud" settlement method.

Integration > Expansion

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

Deployment Edition Update

  • Volcengine TLS supports JSON indexing and search

Bug Fixes

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

November 13, 2024

OpenAPI Update

  1. Snapshots: Supports creating snapshots via OpenAPI for log viewers.
  2. Data Access: OpenAPI supports retrieving data access lists, supporting retrieval/creation/modification of individual data access rules.

Feature Updates

  1. High Consumption Warning Optimization: Added total consumption warning functionality, supporting setting warning amounts for total workspace consumption.

Application Performance Monitoring

DQL Queries

Support direct specification of [today], [yesterday], [this week], [last week], [this month], [last month] time parameters.

Management

  1. Invite Members: Added newline separation functionality, multiple email addresses can be recognized via newline.
  2. Data Forwarding Rule Expansion: Data forwarding to Huawei Cloud OBS supports AK, SK access, providing richer OBS access methods.
  3. Workspace:
  4. Added 7-day temporary storage logic for workspace deletion or dissolution, with final clearance of workspace data after 7 days;
  5. Supports configuring default personal account-level spaces and top-pinned spaces.

Monitoring

  1. Enhanced Monitor Functionality: When detecting metrics by selecting logs, supports searching log indexes for selection.
  2. Monitors: Appends threshold trigger judgment configuration to events for recording, associated event field: df_monitor_checker_value_with_unit, event content can render detection values with units via {{ Result_with_unit }}.
  3. Intelligent Monitoring Events Support Bilingual Switching: When switching workspace languages, intelligent monitoring events support changes with workspace language.
  4. Cloud Billing Monitoring Views: Cloud billing views support more instance perspective bill analysis.

Scenarios

  1. Added Y-axis upper and lower limit settings for bar charts, allowing more precise control of chart display effects;
  2. Supports selecting "All Spaces" when performing cross-workspace queries, enabling users to obtain all information at once.

Deployment Edition Update

  1. Forgotten Password: Supports retrieving passwords via email verification codes associated with the account when forgetting the login password. Note: If the account is not associated with an email, it cannot retrieve the password via this method.
  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 the issue where filters in alert strategies using extended fields in event information could not send alerts.

  2. Fixed the issue where not all content was displayed in the filter conditions of alert strategies.

  3. Fixed the issue where regular expression matching in alert strategies caused monitors to fail to send alerts.

  4. Fixed the issue where configuring alert delivery to incident tracking and notifying specific Webhooks via incident tracking resulted in issue.add type creation notifications not being sent properly.

  5. Fixed the instability issue of secondary menu data in resource catalogs.

  6. Fixed the issue where deleting resource classifications after adding them to secondary menus still left the secondary menus intact.

  7. Fixed the issue where JSON in resource catalogs would be cleared upon reopening after saving.

  8. Fixed the issue where resources incorrectly associated dashboards despite not hitting the tag criteria.

  9. Fixed the issue where loading display columns in resource catalogs was discontinuous with noticeable transition columns.

  10. Fixed the issue where filter conditions were lost in log stream diagrams after version upgrades, preventing normal view loading.

  11. Fixed the issue where the "Add Filter" function in log viewers could not fully recognize trace_id strings.

  12. Fixed the issue of inaccurate association of network logs for -bpf_net_l7_log logs.

November 6, 2024

Feature Updates

Price Adjustment

  1. User Access PV 30-day and 60-day tier price adjustments;
  2. Application Performance Trace 30-day and 60-day tier price adjustments;
  3. Session Replay price adjustment.

Monitoring

Added notification rule definition based on member scope in alert strategies, helping users better manage alert notifications and problem resolution boundaries.

Scenarios

Rollup Function is only applicable to metric data queries. In simple chart mode, other data types' query selections will be deprecated.

Bug Fixes

  1. Fixed the issue where infrastructure cell charts did not display specific usage rates.

October 30, 2024

New Integrations

Feature Updates

Cloud Billing

Added Primary Navigation menu, pre-configured viewers and bill analysis views for cloud billing data, optimizing user viewing experience.

Note: Free Plan does not support this feature.

Monitoring

  1. Host Intelligent Monitoring added network detection extension: Based on host network monitoring, it provides efficient network performance monitoring, helping users monitor host network traffic in real-time, identify abnormal traffic and potential connection issues, and warn promptly to avoid affecting business operations. The system supports multi-dimensional visualization features, helping users deeply analyze and understand host network usage, optimize bandwidth allocation and resource utilization, and provide data support for future capacity planning, ensuring reasonable configuration of network resources.
  2. Enhanced Monitor Functionality:

  3. Supports batch setting of associated alert strategies in the monitor list.

  4. Log viewers can one-click configure log detection type monitors based on current filtering and search conditions.

  5. Note: Only when both site and workspace levels enable left* queries do monitors support left* queries. Otherwise, if log viewers configure left* queries, navigating to the monitor will result in query errors.

  6. Notification Targets List:

  7. Added search and quick filter functions, supporting rapid retrieval of notification targets;

  8. For notification targets disabled by the system after consecutive two-day failures, marks are displayed after their names.

  9. Silence Rules Optimization:

  10. Added configuration functions for rule names and descriptions, enhancing rule management convenience;

  11. Event properties support logical combinations of different fields (AND and OR);
  12. Optimized list display effects, supporting custom display columns, enhancing personalized user interface experiences.

  13. Alert Strategies:

  14. Label matching logic in notification rules supports free combinations of AND and OR relationships for different fields, with interaction experience consistent with viewer filter/search components;
  15. Added custom operation permission configuration;
  16. Added alert strategy description filling.

Scenarios

  1. 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, ensuring rational configuration of network resources.
  2. Chart Query Optimization:
  3. index does not support by grouping queries, optimizing DQL query interaction experience;
  4. By tag range / filter tag range lists are precise to the metric level;
  5. DQL query added a function to retrieve log indexes: show_logging_index(), which can be applied in dashboard view variables, and chart query index configurations support view variable filling;
  6. Chart expression query functions now support cross-space queries;
  7. Optimized combination chart time lock display, providing a more intuitive user experience.
  8. Viewer Page Optimization: Host-bound Tab pages in the viewer details page append host_ip display.

Pipeline

Pipeline Text Processing Optimization: Isolated "Local Pipeline" and "Central Pipeline", allowing addition of processing scripts for the same data source for different types. Added prompt information to help users better understand processing differences.

Management

Data Access Function Integration:

  • Added data access functionality for application performance and metrics;
  • Added "Data Access" function module in management, integrating all data types, supporting users to quickly query and filter.

Availability Monitoring

Enhanced Synthetic Test Tasks: Input limit for WebSocket synthetic test content increased to 128k; overall optimization of synthetic test task pages.

Deployment Edition Update

  1. Added Monitor Menu in Management Backend: Lists all workspace monitors, supports searching, filtering monitors; supports modifying monitor enabled/disabled status, deletion, export of monitors, and cloning single/batch monitors to selected workspaces.
  2. Note: Composite detection monitors do not support cross-workspace cloning.
  3. MFA Security Authentication Optimization: Added switch to hide the 7-day auto-login option, supporting configuration of whether the authentication-free login option is enabled.
  4. CDN Domain Configuration: Can configure CDN domain in configuration files, and the RUM application connection page will automatically retrieve and display it.

Bug Fixes

  1. Fixed the ambiguity issue of 0% values in pie charts, optimized the proportion and visual effect of 0% values when drawing charts.
  2. Fixed the default page load error when viewing the "Events" menu.
  3. Fixed the issue when selecting multiple log indexes.
  4. Fixed the issue where the extra_data field was missing when passing third-party tool Events via "External Event Monitors".
  5. Fixed the issue where right-side data did not refresh when switching hosts via quick filters in log viewers.
  6. Optimized the display of null values in table charts.
  7. Fixed the issue where query conditions for imported data access rules via API were not displayed on the page.
  8. Fixed the issue where probe logs could be viewed in log functionalities but related data sources could not be found during PL processing.
  9. Fixed the service topology error in application performance monitoring.
  10. Fixed the issue where DQL did not support tag calculations after upgrading GuanceDB to the latest version.
  11. Fixed the issue where clicking into logs via log context could not locate the current log.
  12. Adjusted the sensitivity of application intelligent monitoring to reduce excessive drops in request numbers.
  13. Improved the incompatibility of mutation detection monitors with high-frequency tags.

October 16, 2024

New Integrations

Feature Updates

AI Intelligent Assistant

Guance introduced AI Intelligent Assistant, providing quick responses and answers to Guance related questions.

Cloud Billing

  1. Added cloud billing viewer: When billing data is collected to Guance, a cloud billing viewer template can be used to create a cloud billing viewer to view all cloud billing data.
  2. Added cloud billing system view: Through analyzing cloud billing product, region, and instance-level consumption, it helps users quickly analyze and understand current cloud resource consumption trends, providing references 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 warn, avoiding unnecessary expenditures. It supports multi-dimensional visualization features, helping users analyze and understand cloud resource consumption patterns, providing bases 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 event levels;
  3. Optimized Crontab custom detection frequency and detection interval configuration interactions;
  4. Added Customizable Notification Content.
  5. Alert Strategy Configuration Optimization:
  6. Added Regular Expression Matching for event filtering conditions within rules;
  7. Optimized filter condition configuration display.
  8. Data Sampling Optimization: In the monitor configuration page and metric analysis page, when the chart automatically triggers data sampling due to excessive data volume, users can manually turn off the data sampling function.

Logs

  1. Logs Added Error Tracing: Supports error log tracing and analysis.

Scenarios

  1. Optimized Dashboard Visibility Scope: Dashboard visibility scope, based on public visibility, now supports custom configuration of visible members, and batch setting of dashboard visibility scopes to improve dashboard management efficiency.
  2. Template Variables Adjustment: Added #{startTime} and #{endTime} two time variables, supporting fetching the actual query time of the current chart, which can be applied in chart queries and chart links.
  3. Optimized log stream diagram display columns: If the display column of the log stream diagram is in @json format, the unit for this field can be set to unify the viewing and analysis experience of chart data.
  4. Upgraded platform chart color schemes: Upgraded platform chart color schemes to provide better visual effects.
  5. Cross-workspace query support: All chart expression queries now support cross-workspace queries.

Management

  1. Enhanced blacklist functionality: Supports full selection, single selection, and multi-selection configurations for all data types' data sources.
  2. Self-built indices/sensitive data scanning/data forwarding: To optimize data processing and write performance, filter conditions in involved function rules remove "match" and "not match" matching modes.

Events

  1. Optimized Unrecovered Event Viewer:
  2. Optimized bulk operation interactions, added Select All Current Page and Select All options, supporting quick recovery of currently selected abnormal events;
  3. Optimized OK event title display after manual recovery.

Infrastructure

  1. Resource Catalog Optimization: Resource catalogs support custom resource classification icons, providing rich icon choices to enhance user experience.

Deployment Edition Update

  1. Removed the limit 50 restriction for dropdown values in dashboard view variables to meet different data query requirements.
  2. Management Backend Update: Added "Help", "Avatar", "System Notifications", and "Quick Entry" options to hidden items in the menu to improve management efficiency.

Bug Fixes

  1. Fixed the issue of unable to search in English-version integrations.
  2. Fixed the issue of inaccessible RUM snapshot sharing.
  3. Fixed the issue where combination monitoring A&&B was ineffective, and the Result of A||B only had A's value, not B's.
  4. Fixed the issue where matching empty values failed when setting main/sub views.
  5. Fixed the issue where only 2 decimal places could be retained in rank chart data, causing smaller actual values to be rounded off and discarded.
  6. Fixed the issue of incomplete email display in scheduled report dashboards.
  7. Fixed the issue of inability to save when continuous trigger judgment count exceeded 10.
  8. Fixed the issue of inability to aggregate APM and log data after migration to the base.
  9. Fixed the issue of displaying only local login in the frontend when both local and LDAP login methods were enabled simultaneously in the management backend.
  10. Fixed the issue of no data in availability monitoring.
  11. Fixed the issue of missing message content in log exports.
  12. Fixed the log sorting anomaly.
  13. Fixed the issue of not showing context logs when selecting multiple indexes in log viewers.
  14. Fixed the compatibility issue of low conversion efficiency in Grafana chart conversion tools.
  15. Fixed the issue where added fields appeared outside the input box when configuring quantity statistics in availability detection.
  16. Fixed the issue of not retrieving detection dimensions in storage log monitors.
  17. Fixed the issue of no Incident generation after configuring Incident discovery, even though abnormal events occurred.
  18. Fixed the issue of unsupported keyword queries in dashboard view variable dropdown lists.
  19. Fixed the issue of Doris text not writing correctly.
  20. Fixed the issue of changing event state counts in the same time period.
  21. Adjusted role query logic to fix the issue of searching roles when the count exceeded 100.

September 25, 2024

Breaking Changes

Probe Tags: Field name changed from tags.info to df_label.

Feature Updates

Scenarios

  1. Dashboards Added History Version Records: You can view version records saved for this dashboard over the past three months. After selecting a version, you can view detailed chart information for that version and see changes 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 Viewer Supports Changing Display Column Order: When editing custom viewer configurations, you can drag and drop selected fields to change the display order of fields.

Monitoring

Monitors Added Custom Operation Permissions: After configuring operation permissions, only authorized objects can perform enable/disable, edit, and delete operations on the monitor.

  • Note: If no operation permissions are configured, the monitor permissions follow the default permissions of "Monitor Configuration Management".

User Access Monitoring

  1. Session Replay Enhancement: Mobile session replay functionality launched, supporting mobile app session replay to trace user behavior trajectories and locate usage issues.
  2. Data Access Enhancement: User access added data access functionality, supporting configuring data viewing ranges at the application level, refining member data query boundaries.

Management

  1. Cross-Space Authorization Optimization: The definition of login space updated to "current space" to simplify operations across different spaces.
  2. Data Forwarding Rules Support Specified Storage Directory: When the archive type is AWS S3, Huawei Cloud OBS, or Alibaba Cloud OSS, supports forwarding data to corresponding directories under the storage bucket, helping better manage forwarded data.
    • Note: Please exercise caution when changing storage paths, as there may be a delay of about 5 minutes after updating configurations. After the change, some data might still be forwarded to the original directory.
  3. Data Forwarding Viewer Optimization:
  4. Time Control Adjustment: Adjusted to the general time control for viewers, allowing retrieval of forwarding data precise to the minute.
  5. SLS query logstore data storage location adjustment: "Data Forwarding" no longer retains SLS query logstore data, which can be queried in the "Log Viewer".

Availability Monitoring

If the label format is key:value, the key value will be extracted into a top-level field in the results.

  • Note: If custom labels' key values conflict with other probe result attributes, they will be discarded.

Infrastructure

  1. Resource Catalog Function Enhancement: Optimized the resource catalog architecture, supporting user-defined resource viewer templates and providing list and cell chart views to enhance the viewing and analysis experience of resource data.
  2. Container Interaction Optimization: When switching views between containers and K8s infrastructure viewers, screening and search conditions are retained without resetting.

Help Center

Integrated the help center page, allowing users to access all integration lists through a unified entry point, with support for searching and tag filtering functions to improve search efficiency.

Bug Fixes

  1. Fixed the issue where PromQL query results in views did not take effect after setting mapping rules.
  2. Fixed the occasional inability to recover Host Survival Alert v2 monitors.
  3. Fixed the issue where dashboard scheduled reports failed to open when sent via email.
  4. Fixed the issue where synthetic test tasks created via OpenAPI could not be modified.
  5. Fixed the inconsistency between PV statistics and fee details in paid plans.
  6. Fixed the issue where Webhook additions did not carry phone numbers.
  7. Fixed the inconsistency between view variable values and those in dashboards.
  8. Fixed the display issue on shared workspace homepages.
  9. Fixed the mismatch between template variable dropdown values and actual values in authorized spaces.
  10. Fixed the frequent data loading issues in time-series table charts within dashboards.
  11. Optimized several page display issues.

Deployment Edition Update

  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. Supports configuring hot data retention duration when the space storage type is "Volcengine".
  4. Optimized default main engine selection in new workspace creation prompts; users do not need to specify if only one option is available by default.
  5. Enhanced Platform Color Template: Supports defining navigation bar and text color configurations.
  6. License Usage and Expiration Reminders: Added global console notifications for upcoming license expiration, expired licenses, and over-usage; added global console notifications for component version upgrades.

September 4, 2024

Feature Updates

Logs

  1. New Interaction in Log Viewer: Holding Ctrl allows for "Add to Query", "Exclude from Query", and "Copy" operations on tokenized text in the viewer list, facilitating quick query appendage for target data. Similarly, this interaction is supported in the content area of the log detail page.
  2. Logs Support Binding Volcengine TLS External Indexes: Can bind external indexes to directly view and analyze Volcengine log data within Guance platform.
  3. Logs > Data Access Optimization:
  4. Added a data access navigation page, with a new help documentation link added to the top right corner;
  5. Data access rules added a unique ID field ["Name"] and a customizable description field ["Description"] to distinguish rule usage scenarios.
  6. Optimized Filter Options in Log Viewer: The log index filter option in the log viewer supports searching, enabling keyword-based index searches and selections.
  7. Logs Status Customization: Supports customizing log status values and setting colors for each status value in the console to adapt to different log integration scenarios while making log status displays more personalized and intuitive.

Scenarios

  1. Added Chart Type Heatmap: Users can intuitively view data distribution and trends through color intensity, helping better understand the data.
  2. Chart Link Redirect: Combines Function functions with dashboard data to achieve link redirects.
  3. Alert Statistics Chart Component Upgrade: Changed listing logic; the new version's alert statistics chart listing effect is consistent with the unrecovered event viewer, unifying the user's viewing experience.
  4. Note: Cross-workspace listings do not support "Create Issue" and "Manual Recovery" operations.
  5. Customizable Display Columns in Grouped Table Charts: In grouped table charts, added functionality to customize display columns, supporting settings to show or hide returned columns, offering a more flexible data presentation method.
  6. Optimized Interaction for Cross-Space Authorized Queries: After enabling space authorization, you can directly select authorized spaces above the query, making operations more intuitive and convenient.

Incident Tracking

Incident Tracking Issues and Monitor Events: Content with @ Member configurations will carry member account attribute information when passed externally via Webhook.

Monitoring

  1. External Event Detection: Supports customizing event occurrence times and label property additions. Note:
  2. Field values uniformly use string types;
  3. Field names cannot start with _ underscores or df_ prefixes and cannot duplicate current event default field names;
  4. Custom label field names cannot duplicate field names defined in dimension_tags.
  5. Terminology Adjustment: "No Data" officially updated to "Data Gap" to ensure uniform viewing experience in page configurations.

Pipeline

Separated probing data and log data processing and added "Availability Probing" data type. This avoids mutual interference during data processing, ensuring accuracy and efficiency in data processing.

Note: Only central Pipelines support the "Availability Probing" data type, and the DataKit version of the probing node must be >= 1.28.0.

Others

  1. Workspace List Display Optimization: For the operation bar in the list, added a mouse hover tooltip showing the creator's avatar, creation time, updater, and update time; simultaneously optimized overall display of operation items.
  2. Added Audit Event Jump Links in Operation Bar: Added audit event jump links in the operation bar; clicking can navigate to corresponding audit events.
  3. Account Management Display Adjustment: The "Account Management" menu for single sign-on users does not display the password item.

Bug Fixes

  1. Fixed the issue where time range was not linked to the time control widget when querying with local Functions as data sources.
  2. Fixed the issue of incorrect display order in PromQL data query results.
  3. Fixed the issue of inconsistent filtering components between monitors and chart queries.
  4. Fixed the issue where related non-intelligent monitoring events were displayed in the intelligent monitoring event list when clicking smart monitoring-related events from the incident tracking entry.
  5. Fixed the issue of no data and no callback in Lark incident tracking Webhook integrations.
  6. Fixed the issue of displaying large numerical units incorrectly.
  7. Fixed the issue where fields could not be searched when adding filter conditions in the analysis mode of the viewer.
  8. Fixed the issue of missing source links when creating Issues from monitoring events.
  9. Fixed the issue of CSV export failure in logs.
  10. Fixed the issue of not receiving high consumption warning emails.
  11. Fixed the issue of no changes in the Issue list when switching channels in incident tracking.
  12. Fixed the issue of errors occurring in log viewers when selecting indexes a and b with identical field names (case-insensitive).

Deployment Edition Update

  1. Customizable Return Quantity in Charts: Line charts, pie charts, table charts, rank charts, treemaps, and maps support customizing the number of returned data points with no maximum limit to meet different data display requirements.
  2. Management Backend > Datakit Management, supports exporting Datakit lists.

August 21, 2024

Breaking Changes

  • OpenAPI / Global API: Unresolved event data source for ["Events"] changed from UE to E.

New Features

  • Management: Added Client Token unified management entry. When using public network DataWay to connect RUM applications, users can replace the system-generated default Token with a custom-created Token.

Continuous Optimization

  • Incident Tracking:
  • Added Issue Discovery page. Through this feature, you can customize specific Issue discovery rules, unify and filter abnormal events triggered by monitor detection rules and related data, consider a series of events as caused by a single reason, set filtering conditions for these events, then choose aggregation dimensions to further refine the data. After refinement, the data will be aggregated according to the detection frequency you set. Finally, based on the pre-configured Issue title and description, the system will automatically push this information to the specified channel, ensuring all relevant parties receive it promptly and handle it effectively.
  • Notification Policy Configuration Management: Added creation/update information display in notification policy lists.

Routine Updates

  • Data Retention Strategy:
  • The original ["Application Performance"] item split into ["Application Performance-Traces"] and ["Application Performance-Profile"], supporting separate configuration of Trace data and Profile data retention strategies;
  • The original ["Data Forwarding"] renamed to ["Data Forwarding-Guance"].
  • Monitoring > Notification Object Management: Continuous failure for one day sends a system notification; continuous failure for two days sends a system notification and automatically disables.
  • Unresolved Event Viewer:
  • Data source changed to query event data, aggregated with df_fault_id as the unique identifier, returning the most recent data result for display.
  • Overall UI redesign of the page.
  • Application Performance Monitoring (APM) > Traces: Service Call Relationship Diagram added binding built-in view capability, allowing quick viewing of associated user views by clicking the service card.
  • Management:
  • Added ["Workspace Description"];
  • Interaction changed to opening a new window in edit mode;
  • Supports searching and locating workspaces by name or description in the workspace list.
  • Logs > BPF Logs > Layer 7 BPF Network Logs: UI optimization for network request topology diagrams, highlighting distinctions between server and client.
  • Availability Monitoring > HTTP Monitoring > Advanced Settings > Request Settings Default Addition of Accept-Encoding:identity.

Deployment Edition Update

  • Added Probe Node Management entry, supporting the creation of platform-level probe nodes and unified management of all nodes through the node list. Probe nodes created through this entry support configuring Chinese and English node names to adapt to domestic and international site displays and reporting data results.

  • Data Retention Strategy:

  • Considering factors such as storage costs, the deployment edition management backend added a ["Session Replay"] configuration item.

  • The original ["Data Forwarding"] renamed to ["Data Forwarding-Default Storage"];
  • The original ["Application Performance"] item split into ["Application Performance-Traces"] and ["Application Performance-Profile"], supporting separate configuration of Trace data and Profile data retention strategies;

  • Supports Volcengine TLS as the underlying data storage engine.

Bug Fixes

  • Fixed the issue where notification policies in exception tracking were not taking effect;
  • Fixed the issue of abnormal export in application performance monitoring trace tracking;
  • Fixed the error message permission configuration display when modifying notification objects via OpenAPI;
  • Fixed the issue where the source filter could not be automatically retrieved after resetting the time range in the log viewer;
  • Fixed the issue where the source filter condition was still displayed in the "Quick Filter" despite being added to the search bar;
  • Fixed the mutation detection error;
  • Fixed the issue where UI pages couldn't view role information after writing data access rules via OpenAPI;
  • Fixed the issue where data formats set in charts didn't take effect in legends;
  • Fixed the issue where associated probes continued running even after deletion in self-built probe nodes.

August 7, 2024

New Features

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

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

  • Monitoring: Added detection type —— Interval Detection V2, detecting normal fluctuation ranges based on historical data of indicators.

Continuous Optimization

  • Exception Tracking:
  • Configuration Management > Notification Policy: Added Operation Audit and Execution Log viewing entry. When receiving Issue notifications, sometimes notifications may not be sent normally or there may be questions regarding notification policies. At this point, you can view the operation audit events and execution log data of the current notification policy to make judgments.
  • APM / RUM Issue Auto Discovery supports adding filter conditions;
  • For deployment editions, added Unified Management of Exception Tracking Levels entry;
  • Schedule:
    • Different notification objects automatically generate colors in the schedule editing page;
    • Schedule Management: Added statistical counts for ["My Schedule"] and ["All Schedules"];

Routine Updates

  • Monitoring > SLO:
  • Added tag configuration, ultimately affecting generated event data information;
  • Configuration Optimization: By setting ["Target"] and ["Minimum Target"] 7-day achievement rate ranges, judge the generation of warning or urgent events;
  • Supports sending alert notifications through associated ["Alert Policies"].
  • Availability Monitoring:
  • Added tag configuration for probe tasks;
  • Optimized the Test Module configuration page for probe tasks;
  • Added Quick Filter module in the list;
  • Viewer: Supports exporting CSV files in analysis mode.
  • Infrastructure > Containers: Added process association page display.

Bug Fixes

  • Fixed the issue of unshowing task invocation billing statistics;
  • Fixed the issue of ["Left * Matching"] in chart queries;
  • Fixed the issue of BPF network logs not including container-related information;
  • Fixed the issue of central Pipeline failure.

Breaking Changes

  • OpenAPI:
  • SLO Create/Modify interfaces added tags and alertPolicyUUIDs parameters and deprecated the alertOpt parameter;
  • SLO Get Details and List interfaces return results added tagInfo and alertPolicyInfos fields, discarding the alertOpt field.

July 24, 2024

Guance Update

  • Exception Tracking:
  • Added Analysis Dashboard: Visualizes different metric data.
  • Added Schedule Management and Notification Policy: Further notifies the content scope of Issues.
  • Scenario:
  • Chart: Added Time Offset settings. After enabling time offset, when querying relative time intervals, the actual query time range shifts forward by 1 minute to prevent data acquisition being empty due to storage delays.
  • Dashboard: Added History Snapshot entry.
  • Snapshot: Automatically retrieves the currently selected time range on the page when saving snapshots; when sharing snapshots, you can choose to allow viewers to change the time range.

  • Monitoring:

  • Infrastructure Survival Detection V2: Added Additional Information. After selecting fields, the system performs additional queries, but these won't affect trigger conditions.
  • Notification Object Management: Added an ["Operational Permission"] option configuration, controlled by a switch to configure the operational (edit, delete) permissions for notification objects.

July 10, 2024

Guance Update

  • Scenario:
  • View Variables:
    • Added configuration switch: Includes * options.
    • When choosing to hide view variables, the list adds hidden identifiers.
  • Dashboard: Group component supports configuring colors.
  • Chart: Alias function covers Rank Charts, Treemaps, Sankey Diagrams.
  • Dashboard/Viewer/Built-in Views: Added Card Properties information, optimizing editing configurations.
  • Monitoring:
  • Notification Object Management: Configuring Webhook Notification Objects supports appending member information.
  • Application Intelligent Detection: Added tracking historical changes, filtering periodic abnormal data mutations; added the number of affected users for abnormal services.
  • Events > Event List Viewer: Added alert notification status identifier to display columns.
  • Logs:
  • Index: Binding SLS External Index, added access type selection, supporting custom public or internal network access;
  • Log Viewer: In Cluster Analysis mode, supports exporting display column data and associated log page data.

Guance Deployment Edition Update

June 26, 2024

Guance Update

  • Pipelines: Supports selecting central Pipeline script execution.
  • Paid Plans and Billing: Added Central Pipeline Billing Item, tallying the size of raw log data processed by all central Pipelines.
  • Monitoring
  • Notification Object Management: Added Permission Control. After configuring operational permissions, only authorized objects can perform edit and delete operations on the notification object.
  • 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 Viewer: Display column expansion, supports adding JSON object inner field content to first-level returns.
  • BPF Network Logs:
    • Connection display effect optimization;
    • Supports direct jumping to the details page;
    • Supports custom adding display columns.
  • Scenario
  • Time Series Chart: Added Breakpoint Connection settings for line charts and area charts, added [Display Return Value] button for bar charts.
  • Availability Monitoring: Added header sorting in the task list.
  • DataFlux Func: Supports Guance exception tracking script DingTalk Integration.

Guance Deployment Edition Update

  • Profile: Through configuration parameters, supports file storage and object storage methods.

June 13, 2024

Guance Update

  • BPF Network Logs: Optimized BPF network functionality, enhancing L4/L7 network linkage.
  • APM/RUM: Added Issue Auto Discovery feature. After enabling this configuration, Guance automatically creates Issues for error data records matching the configured rules.
  • Monitoring
  • Intelligent Monitoring: Added Kubernetes Intelligent Detection: Automatically detects anomalies in Kubernetes using intelligent algorithms, detecting metrics including total Pod count, Pod restarts, APIServer QPS, etc.
  • Alert Strategy Management:
    • Added Filter functionality. During alert rule configuration, this function allows adding more detailed filtering conditions on top of existing levels, sending events to corresponding notification objects only if both level and filtering conditions match.
    • Supports selecting external emails as notification objects.
  • Monitor > Event Content: Supports custom input of external emails.
  • Scenario
  • Topology Chart: Added link configuration.
  • Sankey Chart: Increased from supporting up to 4 node configurations to 6 nodes.
  • Pipeline: Added filtering condition display in the list.
  • Logs > Index: Optimized list display.

Guance Deployment Edition Update

  • Profile: Modified file size from the fixed 5MB to support customization; see how to configure here.

June 3, 2024

Guance Update

  • Management > Cross-Workspace Authorization: Added "Data Scope" in the add page, supporting multi-selection of data types.
  • Logs > Log Viewer: Supports cross-workspace index queries, quickly retrieving log data from other spaces, breaking the restrictions of log data storage locations, and significantly improving the efficiency of data analysis and fault localization.

May 29, 2024

Guance Update

  • DCA
  • Supports private deployments, accessible directly via the workspace page button to the DCA console.
  • Supports batch management features.
  • Exception Tracking:
  • Webhook Receiving Channel: Supports adding, modifying notifications for Issue replies;
  • Supports selecting teams or adding external emails as Issue assignees.
  • Logs > Context Logs: Query logic modification; supports further querying and managing related data via the context log details page.
  • Scenario
  • View Variables: Group titles/chart titles support configuring #{view variables} display.
  • Time Series Chart > Analysis Mode: Supports adjusting time interval interval.
  • Dashboard/Custom Viewer: When tag count exceeds 20, shows a search box; shows colors before tag names.
  • Monitoring
  • Monitor/Intelligent Monitoring/Silence Management > Quick Filter: When value count exceeds 20, shows a search box, supporting search positioning.
  • Monitor: For PromQL query detection, event notifications automatically list usable template variables.
  • Infrastructure > Network: Network details page > Network Analysis supports ip:port and ip dimension statistical display.
  • Application Performance Monitoring > Service > New/Edit Service List: Added format validation when filling in repository links and document links.

Breaking Changes

  • Management > Attribute Claims: Custom attribute field values adjusted to store as string types.

Guance Deployment Edition Update

  • Template Management: Added import template entry, template scope includes view templates, monitor templates, custom viewer templates, Pipeline. Supports converting custom templates to platform-level templates for use by other workspaces.
  • User Management: Batch operation interaction optimization.

May 15, 2024

Guance Update

  • Monitoring
  • Monitor > Mutation Detection > Detection Metric: Supports [Previous Period] option, thereby comparing fixed-time data.
  • Silence Management: Added [Additional Information] function, supporting adding explanatory notes to silence rules, thus marking reasons or sources of silencing.
  • Intelligent Monitoring > Host Intelligent Monitoring: Added network traffic, disk IO two detection dimensions.
  • Scenario > Dashboard:
  • View Variables: Optimized editing page styles, supports defining drop-down single/multi-select.
  • Group Table Chart, Metric Analysis > Table Chart supports multi-column query result adaptation, e.g.,
L::RE(`.*`):(count(*),message,host) {index = 'default' and status = 'error'} BY source,service
  • Viewer:
  • Log Viewer > Context Logs supports microsecond-level data query filtering, solving the problem of multiple data at the same moment (milliseconds), causing failure to hit and display certain log contexts.
  • All viewers support selecting Export data as CSV files.
  • Added viewer search query audit events, i.e., manually initiated query operations are counted in audit event records.
  • Service Management: Moved from the original path [Scenario] to [Application Performance Monitoring], optimizing user experience.
  • Generated Metrics: Supports configuring multiple by groups, without quantity limits.
  • DQL Query: Expression queries support specified value filling, supporting result filling and final value filling for subqueries.
  • User Access Monitoring > Android: Optimized application configuration display.
  • Events: Added associated check jump entries in detail pages. In cases where detection dimension data does not exist, you can jump to the viewer to check in the detail page.

Guance Deployment Edition Update

  • Added DataKit List Management page.
  • When configuring single sign-on in deployment versions, supports customizing the display title, description, and logo.
  • Users: Added extended attribute configuration.
  • Supports directly configuring attributes in the edit page for local users.
  • Supports automatically appending third-party user attributes via the userinfo interface during single sign-on to Guance.

April 24, 2024

Guance Update

  • Management:
  • Added Cloud Account Management: Centralized management of all cloud service accounts in enterprises, distinguishing by the uniqueness of certain configurations under each account. By configuring integrated collectors, independent management of cloud services under each account is achieved, thus realizing fine-grained control of business data.
  • Account Management: Account Login Expiry Time adjustment.
  • Added Quick Search pop-up window, enabling quick viewing of recently accessed pages in the current workspace and other function-related pages.
  • Infrastructure > Containers: Added Statefulset, Persistent Volumes two object viewers.
  • Exception Tracking:
  • Added Issue assignee configuration, Guance sends email notifications to assignees.
  • Channel Management: Supports Upgrade Configuration. That is, if a new Issue exceeds a specific minute threshold without assigning a responsible person, upgrade notifications are sent to corresponding notification objects.
  • Monitoring
  • Monitor: Detection Configuration: Supports triggering event generation again after multiple consecutive judgment triggers take effect in [Trigger Conditions] configuration.
  • Silence Management:
    • Silenced Rule List Page Display Optimization: Supports listing all silenced rules in the current workspace, enabling quick filtering and targeting rules via shortcuts.
    • Event attribute matching supports reverse selection, with filter condition formats as follows: attribute:value, attribute:*value*, -attribute:value, -attribute:*value*. Different fields combine relations as AND, multiple values for the same field as OR.
  • DQL match function meaning changed to exact match. This change applies only to the new engine, respectively in the viewer and monitor scenarios.
  • Viewer scenario example: host:~cn_hangzhou.
  • Monitor scenario example:
    window("M::`cpu`:(avg(`load5s`)) { `host` = match('cn-hangzhou.172.16.***') } BY `host`", '1m')
    
  • Scenario > Dashboard Charts can directly download as PNG images, table charts can also export as CSV files.
  • Logs > Bind Index: Changed [Field Mapping] to a non-mandatory item.
  • Integration/Built-in Views: Template added tag management.
  • Service Map cross-workspace node Style Display Adjustment.

Guance Deployment Edition Update

  • Management > Basic Information > License Information: DataKit quantity limit supports adjustment based on data statistics range, changed to host or DK quantity with survival time >= 12 hours.
  • Supports configuring blacklists, customizing imported Guance integration, view template, monitor template scopes.

OpenAPI Update

April 10, 2024

Guance Update

  • Monitoring > Monitor > New: Added [Data Gap] and [Information Generation] configuration areas to better differentiate abnormal data from data gaps.
  • Management: Added System Notifications page, enabling viewing of all configuration abnormal status messages under the current account's workspace.
  • Scenario:
  • Chart Query: Added Rollup Function, applicable to [Metric Analysis] and [Query Tool];
  • Dashboard/User View: Added Pin functionality. Under the premise of being authorized to view data from several other workspaces in the current visited workspace, supports setting queries of other workspace data as default options.
  • System View: Supports cloning to create dashboards or user views;
  • Custom Viewer: Optimized search mode; in non-edit mode, hovering over [Data Scope] shows all filter conditions.
  • Viewer > Quick Filter:
  • Added [Dimension Analysis] button, clicking switches to viewer analysis mode;
  • Supports directly adding current fields to display columns/removing from display columns by clicking external buttons.
  • Free Plan Workspace > Navigation Bar: Added [Upgrade Immediately] button.
  • Infrastructure > Container > Cell Chart: Added CPU Usage Rate (Standardized) and MEM Usage Rate (Standardized) two indicator fill methods.

Guance Deployment Edition Update

Workspace Management: Added Data Reporting Limit, helping stakeholders save resource usage costs.

March 27, 2024

Guance Update

  • Monitoring:
  • Alert Strategy Management: Each notification rule (including default and custom notifications) configuration added support for escalation notification conditions.
  • Monitor > Event Content: Added Custom Advanced Configuration, supporting adding associated logs and error stacks;
  • Host Intelligent Monitoring: Changed current mutation display to anomaly alerts based on cycle predictions. Trend charts show current metrics and upper/lower confidence bounds, with anomalies exceeding confidence bounds highlighted in red.
  • Scenario > Chart: Added Topology Chart.
  • APM > Trace Details Page > Service Call Relationship: Adjusted to service topology display, showing call counts between services.
  • Data Retention Strategy: Session Replay data retention strategy maintains synchronization with RUM's retention strategy, i.e., if RUM data is saved for 3 days, Session Replay data is also saved for 3 days.
  • Viewer:
  • Event Viewer > Basic Attributes: Added detection metric visibility configuration, cached locally, globally adaptable;
  • APM > Error Tracking > Cluster Analysis > Detail Page: Supports creating exception tracking Issues;
  • RUM > Error > Cluster Analysis > Detail Page: Supports creating exception tracking Issues;
  • RUM > View > Detail Page:
    • Performance: Added [All Entries] option, listing all associated data under the current View;
    • Fetch/XHR: Clicking data rows supports opening corresponding trace detail pages or Resource detail pages.
  • Time Widget: Retrieves "current time" precisely to milliseconds.
  • Management > Ticket Management:
  • Added star rating and evaluation;
  • Tickets requiring feedback should be adjusted to auto-close if no customer feedback within 7 days;
  • Supports exporting ticket lists;
  • Tickets with statuses [Completed][Revoked] can be restarted;
  • Accounts canceled have their submitted un-closed tickets automatically closed.
  • Cloud Market Onboarding Process Overall Optimization.

Guance Deployment Edition Update

  • Data Retention Strategy: Supports workspace owners configuring data retention strategies and customizing input retention durations. Application scenarios:
  • Metrics Management > Measurement;
  • Logs > Index > New.
  • Users: Supports inviting members via email address.

March 13, 2024

Guance Update

Guance Deployment Edition Update

  • Management > Basic Information: Added "Used DK Count" display;
  • Management > Users: Added Groups page, configurable associated workspaces and roles based on groups, users gain access to workspace permissions via groups.

March 6, 2024

Guance Update

  • Monitoring
  • Monitor > Detection Frequency: Added Crontab Custom Input, meeting needs to execute detections only during specific time periods;
  • Mutation Detection: Added [Last 1 Minute], [Last 5 Minutes] detection intervals;
  • Silence Management: Selecting silence scope makes "Event Attributes" non-mandatory, allowing configuring finer granularity matching rules as needed.
  • DataFlux Func: Added Function External Function. Allows third-party users to fully utilize the local cache and local file management service interfaces of Functions to write functions, executing data analysis queries within workspaces.
  • APM > Trace:
  • Title Area UI Display Optimization;
  • For flame graphs, waterfall charts, Span lists exceeding 10,000 Spans, supports setting offsets to view undisplayed Spans;
  • Added Error Span filter entry; supports searching matches by inputting resource names or Span IDs corresponding to Spans.
  • Scenario
  • Chart: Added Sankey Chart;
  • View Variables: Added Selected button, checking selects all current values by default, allowing deselection as needed.
  • Account Management: Added Cancellation entry.
  • Viewer:
  • UI Display Optimization;
  • Filters added regular expression matching/reverse regular expression matching modes;
  • Wildcard filters and searches support left * matching.
  • Event > Detail Page: UI Display Optimization for [Alert Notification] tab page.

Guance Deployment Edition Update

January 31, 2024

Guance Update

  • Monitoring:
  • Intelligent Monitoring:
    • Host, log, application intelligent detection frequency adjusted to execute every 10 minutes, each execution counting as 10 calls for billing purposes;
    • To improve algorithm precision, log and application intelligent detection adopt a data retention method, generating corresponding measurement sets and metric data upon enabling intelligent monitoring. This adjustment generates additional timelines, specifically the number of current monitored configuration filtered dimensions (service, source) multiplied by the number of detected metrics. Since monitor filter conditions are not stored, if monitor filter conditions are modified, new equivalent timelines are generated, resulting in timeline double billing on the modification day, returning to normal the next day.
  • Alert Strategy Management:
  • Monitor
    • Alert Configuration: Supports configuring multiple alert strategies; if multiple are configured, df_monitor_name and df_monitor_id appear in multiple forms separated by ;;
    • Linked Exception Tracking Issue Transformation: Added [Event Recovery Sync Close Issue] switch, synchronously closing exception tracking Issues when abnormal events recover;
    • Monitor List Added Clone Button.
  • Notification Target Management: Added Simple HTTP Notification Type, receiving alert notifications directly via Webhook address;
  • Monitoring
  • Alert Configuration: Supports configuring multiple alert strategies; if multiple are configured, df_monitor_name and df_monitor_id will appear in multiple forms separated by ;;
  • Linked Exception Tracking Issue Transformation: Added [Event Recovery Sync Close Issue] switch, synchronously closing exception tracking Issues when abnormal events recover;
  • Monitor List Added Clone Button.
  • Notification Object Management: Added Simple HTTP Notification Type, directly receiving alert notifications via Webhook address;

Scenarios

  • Charts: Unit added [Currency] option; Advanced Configuration > Concurrent Comparison changed to [Year-over-Year and Month-over-Month];
  • Service Management > Resource Invocation: Rankings added TOP / Bottom quantity selection.

  • Viewer: Display column settings added [Time Column] switch.

  • Paid Plans and Billing:

  • Workspace Lock Pop-up Page Added New Workspace Entry, Optimizing Operational Experience;
  • AWS Registration Process Optimization.

Guance Deployment Edition Update

  • Supported LDAP Single Sign-On;
  • Workspace Management > Data Storage Strategy Added Custom Options, Range <= 1800 Days (5 Years); Among them, Metrics Added Optional Retention Periods of 720 Days, 1080 Days, etc.; In the Console Settings > Edit Data Storage Strategy, Modifications Are Immediately Synchronized to Backend Data After Saving;
  • Users: Supported One-Click Configuration Allocation of Workspaces and Roles for User Accounts;
  • Added Console Audit Event Viewing Entry, Quickly Viewing All Workspace-Related Operation Audits;
  • Added [Management Backend MFA Authentication].

January 11, 2024

Guance Update

  • Logs:
  • Added BPF Network Log Collection and Log Detail Page, Supporting JSON Format Conversion; Detail Page Added Readable Display Mode;
  • Added Binding [Associated Network Logs];
  • Data Access: Added Batch Operations.
  • Scheduled Reports: Added Optional Sharing Methods [Public Sharing] or [Encrypted Sharing].
  • Dashboards:
  • View Variables Added [All Variable Values] Parameter Option;
  • Time-Series Chart: Added Sorting Logic (Limited to New Engine), Supporting Sorting of Returned Results.
  • Generated Metrics: Supported Batch Operations; Standard and Above Permission Members Supported Cloning.
  • Monitors:
  • Notification Object Management: Adapted to New DingTalk Robots, "Secret Key" Option Not Mandatory When Creating, Quickly Associating DingTalk Robots.
  • SLO Deduction Logic Optimization.
  • User Access Monitoring (RUM): Public Dataway Supports IP Conversion to Geographical Location Information.

Feedback

Is this page helpful? ×