Change Log (2024)¶
December 25, 2024¶
OpenAPI Updates¶
- Resource Catalog: Supports fetching a list of resource catalogs, and supports creating/modifying/deleting/exporting resource viewers.
- Generated Metrics: Supports listing metrics, and supports creating/modifying/enabling/disabling/deleting metrics.
Feature Updates¶
Pipeline¶
Automatic Writing of Pipeline: Traditional log parsing methods often rely on familiarity with rules for manual script writing, which not only consumes a lot of time but also easily leads to errors, reducing the efficiency of writing Pipelines and making it difficult to respond to and solve problems in a timely manner. To improve efficiency and reduce labor costs, this feature leverages the natural language processing capabilities of large models to assist in automating log content parsing, helping developers write Pipelines more efficiently and accurately extract valuable information from large amounts of logs, simplifying data flow and processing.
Monitoring¶
AI Alert Compression and Merging: Through large models compressing and merging monitoring alert events, it reduces redundancy in alerts, especially when a system generates a large number of alerts within 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 view and viewer added support for displaying categories of consumption currency.
Scenarios¶
- Dashboards, built-in views add identifier ID: Dashboards and user views can be uniquely identified through identifier IDs. When configuring jump links within charts, you can use identifier IDs to locate dashboards or user views.
- Viewer auto-refresh logic adjustment: Removed the "pause" button in the time component, added "off" option in the refresh frequency options, allowing users to disable auto-refresh as needed, simplifying and intuitively operating. Simultaneously removed the "viewer auto-refresh" switch in personal settings to avoid redundant features and optimize the user settings experience.
- New functions added to viewers:
MD5()
, supporting querying log data with desensitization method as MD5 encryption in viewers. - Chart optimization: Charts now support obtaining PromQL metric names as legends, using
{__name__}
to configure alias display of metric names. - PromQL editor adds syntax highlighting and syntax hints.
Metrics¶
Generate Metrics Optimization:
- Consolidated all types of generated metrics under the metric catalog for easier viewing and management by users.
- Supports re-aggregation operations on existing metric data to generate new metrics, providing more dimensions for data analysis.
Management¶
Optimization of data access and sensitive data viewing desensitization rule application: Optimized multi-rule multi-role combined overlay data viewing scope. If members have multiple roles, the final data access scope takes the union of defined ranges within the rules, and sensitive data viewing desensitization rules are handled similarly.
Infrastructure¶
Resource Catalog cross-workspace query: In the resource catalog menu, supports cross-workspace querying of resource list data.
Deployment Plan Updates¶
-
Deployment Plan supports customizing navigation bar and operation button display text.
-
Backend management member menu optimization:
-
Added “login type” column, supporting differentiation between default login members and SSO login members, and allows filtering by login type;
-
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.
-
For workspaces with the main storage engine as Volc Engine, the storage strategy for traces, logs, and custom log indexes has been adjusted to: standard storage, infrequent storage, archive storage. These can be configured separately for hot data, infrequent data, and archive data storage durations. Additionally, if the main storage engine is Volc Engine, when adding an index in the Guance console, the storage strategy is synchronized to: standard storage, infrequent storage, archive storage.
New Integrations¶
- Added VolcEngine ALB integration;
- Added VolcEngine CLB integration;
- Added VolcEngine NAS integration;
- Added Kube State Metrics integration;
- Added Ranger admin integration;
- Added Ranger tagsync integration;
- Added Ranger usersync integration;
- Updated Redis dashboard and monitors;
- Updated nginx integration & dashboard;
- Updated RabbitMQ dashboard and monitors.
Bug Fixes¶
- Resolved the issue of host labels not taking effect;
- Resolved the problem of failing to update tokens in the console;
- Fixed the loss of sorting due to refresh operations in composite dashboards;
- Resolved the issue of no data displayed in table charts in shared dashboards when in edit mode;
- Fixed the problem of different chart switches not issuing backend requests in authorized query dashboards across spaces;
- Resolved the abnormal
version
data issue in RUM views; - Resolved the issue where the internal Func of monitors prompts account not found and returns a 404 error without generating events;
- Resolved the issue of RUM view lists showing 0 data;
- Resolved the UI display issue at the bottom of the AI intelligent assistant page;
- Resolved the existence of resources in the resource catalog after successful deletion;
- Resolved the false alarm issue due to data interruption.
December 11, 2024¶
Feature Updates¶
Scenarios¶
- Topology Map added external data query: Allows users to draw topology maps through DataFlux Func. Users only need to connect data according to the chart structure to easily achieve external data visualization.
- Chart Optimization
- Chart display effect optimization: Optimized the display effect of charts, adjusted to slide out listed and categorized displays, making finding and using charts more convenient.
- Chart description and applicable scenarios display: Added descriptions and applicable scenarios in the chart list, helping users better understand and choose appropriate chart types.
- View Variable Optimization
- View variables support configuring upper limits for value listings to prevent excessive data listings from causing page loading performance issues.
- The default upper limit for deployment versions is 50, supporting customizable default listing quantities. Note: Page configuration restrictions take precedence over global restrictions.
Infrastructure¶
- Resource Catalog Optimization:
- Added grouping function: To improve resource management efficiency, added a resource grouping function. Users can group similar resources for easier management and viewing, optimizing the organization structure of resources.
- Optimized Explorer Honeycomb Mode: Supports configuring "color fill" and "group analysis" field lists, allowing users to customize optional fields as needed.
- Container and Resource Catalog Viewer Search Optimization: Container viewers added
container_name
search, and resource catalogs addedname
search.
Monitoring¶
Alert Policy Configuration Optimization
- Supports creating associated monitors with one click via alert policy entry. Added unified alert notification management mode centered around alert policies.
- Optimized interaction for associated display in alert policy lists.
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, note:
-
When creating a new application, select the "React Native" application type. During creation, you can directly copy the name and application ID of existing React Native applications under Android/iOS types, then click the "Create" button. After completing creation, you can configure SourceMap under this application. This change only affects the creation method of React Native applications and does not impact data collection.
-
If your original React Native application under Android/iOS types has associated monitors and you have not 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 retrieve data in the "Application Name" field and will show as empty. In this case, you need to select "React Native" as the application type and save the monitor again.
APM¶
APM installation guide added automatic injection method: In the APM (APM) installation guide, added a Kubernetes Operator automatic injection installation method. This method simplifies the APM deployment process, allowing users to install and use it faster in Kubernetes environments.
New Integrations¶
- Added HBASE region integration;
- Added HBASE master integration;
- Optimized NodeExporter integration views;
- Added Huawei Cloud DCAAS Direct Connect integration;
- Adjusted K8S dashboard;
- Updated memcached views and monitors;
- Updated rabbitmq views and monitors.
Bug Fixes¶
- Resolved the issue of abnormal expression query values;
- Resolved the issue where CPU usage rate queries for
pod
s starting at a specific moment using PromQL showed data in the time series graph but not in chart queries. - Resolved the issue of alerts not recovering.
- Resolved the issue of abnormal PromQL query results.
- Resolved the
warmretention
field missing error when modifying hot storage duration in private deployments > backend management. - Resolved inconsistent log search results between deployment version and VolcEngine TLS.
- Resolved random scaling issues when embedding dashboards into user IFrame pages.
- Resolved page lag when creating groups and adding them to multiple spaces in user management.
- Resolved the
df_fault_id
error when first entering Guance console > events. - Resolved memory limit exceeded errors when opening the event menu.
- Resolved expression calculation errors in overview charts.
- Resolved the issue of monitors triggering alerts but not generating events.
- Resolved abnormal log query functionality in deployment version with VolcEngine base.
November 27, 2024¶
Breaking Changes¶
- OpenAPI: If configuring alert policies by member notification rules via API, note the parameter structure adjustments when adding/modifying member-type alert policies through OpenAPI.
- Dashboard > Visibility Range: Added "Custom" option, supporting configuration of operation and view permissions for this dashboard's members.
- Note: Previously added "Team" configurations in visibility range will become invalid and need to be reconfigured.
Feature Updates¶
Cloud Billing¶
- Added guidance page: Provides clear steps and explanations to help users get started quickly.
- Added support for VolcEngine, Microsoft Cloud data ingestion.
External Data Source Ingestion¶
- MySQL Data Storage System Support: Now supports ingesting MySQL data storage systems, enabling real-time querying and analysis.
- Native Query Statements Directly Usable: Users can directly use native query statements of the data source in charts for data querying and display without any conversion or adaptation.
- 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 data source information security and preventing data leakage risks.
Monitoring¶
-
Alert Policies > Configure Notification Rules by Member:
-
Supports configuring multiple member notification rules to take effect concurrently.
-
Member notification rules support defining effective time ranges. If there are multiple time ranges, they match sequentially by order number, and ultimately only the first matching time range notification rule is used for alert sending.
-
Monitors: Support searching when configuring associated alert policies.
- Silent Time: When defining "repeating" silent time, supports customizing silent start time, silent duration, and supports configuring silent cycles by day, week, and month, helping to define silent times more flexibly. Also added preview function for silent plans to view currently defined silent times.
Paid Plans and Billing¶
- Supports custom-configured warning notification members. When billing items exceed set thresholds, email warnings are sent to Owners and corresponding notification members.
- Supports setting exclusive notification members for each billing item.
- Supports creating external emails as notification members by pressing Enter.
Application Performance Monitoring¶
- RUM > Analysis Dashboard, Containers > Analysis Dashboard: Optimized view switching display, providing a smoother experience for users when switching views.
- Built-in Log Pages: Support searching when selecting log indexes, optimizing operational experience.
Events¶
- Unresolved Event Viewer supports adjusting event query range via time widget.
- Event Viewer supports custom-configuring displayed columns.
Scenarios¶
Chart Optimization: Supports configuring whether chart data display uses scientific notation.
Management¶
Blacklist: Added name and description fields, supporting differentiation of purposes and other associated scenarios.
Help Center¶
Help Documentation Optimization: Added descriptive information to the Integration page, helping users intuitively view integration information.
Deployment Plan Updates¶
- Supports modifying configuration files to customize default time ranges for viewers.
- Backend management member information supports entering international phone numbers.
New Integrations¶
- Added Azure MySQL;
- Added Huawei Cloud Mariadb integration;
- Added Huawei Cloud EIP integration;
- Added Huawei Cloud WAF integration;
- Added Confluent cloud integration;
- Updated Aliyun SAE integration, adding trace and log parts;
- Updated SQLSERVER monitor.
Bug Fixes¶
- Fixed the issue of some viewer list column names not being able to be aliased via the "Show Columns" entry.
- Fixed the issue of RUM generating metrics where listed applications were not affected by data access rules.
- Fixed the front-end style adaptation issue of error tracking > Issue auto-discovery in APM.
- Fixed the query time issue of resource catalog queries in dashboard charts.
- Fixed the issue of non-adjustable width in the bill analysis period column.
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 "Microsoft Cloud" billing.
Integration > Extension¶
- Optimized Func platform linkage: You can view all connected DataFlux Func lists in extensions, facilitating user management and monitoring of all connected external data sources.
Deployment Plan Updates¶
- Volc Cloud TLS supports JSON indexing and search
Bug Fixes¶
- Resolved the issue of excessive Kafka outbound traffic when forwarding data to Kafka
November 13, 2024¶
OpenAPI Updates¶
- Snapshots: Supports creating snapshots for log viewers via OpenAPI.
- Data Access: OpenAPI supports fetching data access lists and fetching/creating/modifying individual data access rules.
Feature Updates¶
Paid Plans and Billing¶
- High Consumption Warning Optimization: Added total consumption warning function, supporting setting warning amounts for total workspace consumption.
Application Performance Monitoring¶
- Java Applications support creating memory snapshots, helping developers quickly analyze and optimize application performance.
- Installation Guide Optimization: Added K8S deployment installation guide.
DQL Query¶
Supports directly specifying [today]
, [yesterday]
, [this week]
, [last week]
, [this month]
, [last month]
time parameters.
Management¶
- Invite Members: Added newline-separated function, allowing multiple emails to be recognized by line breaks.
- Data Forwarding Rule Expansion: Data forwarding to Huawei Cloud OBS supports AK, SK access, providing richer OBS access methods.
- Workspace:
- Deletion or dissolution of workspaces now includes a 7-day temporary storage logic; workspace data will be finally cleared after 7 days.
- Supports configuring default and pinned spaces at the personal account level.
Monitoring¶
- Monitor Function Enhancement: When selecting log metrics for detection, supports searching log indexes for selection.
- Monitor: Monitor threshold trigger judgment configuration is appended to events for recording, associated event field:
df_monitor_checker_value_with_unit
. The event content can render the detection value with units via{{ Result_with_unit }}
. - Smart Monitoring Events Support Bilingual Switching: When switching workspace languages, smart monitoring events support following workspace language changes.
- Cloud Billing Monitor Views: Cloud billing views support more instance-level billing analysis.
Scenarios¶
- Bar charts added Y-axis upper and lower limit settings, allowing more precise control over chart display effects.
- Cross-workspace queries support selecting "All Spaces" to obtain all information at once.
Deployment Plan Updates¶
- Forgotten Password: When forgetting the login password, supports retrieving the password via email verification code linked to the account. Note: If the account is not associated with an email, the password cannot be retrieved via this method.
- Global DCA Configuration: Added global DCA address configuration, allowing one-click configuration of DCA addresses for all workspaces.
New Integrations¶
- Added Azure SQL Servers;
- Added Huawei Cloud RDS SQLServer;
- Added Huawei Cloud DDS integration;
- Huawei Cloud DCS (redis) added slow log collection process;
- Huawei Cloud MongoDB slow log collection process;
- Huawei Cloud RDS MYSQL slow log collection process;
- Optimized Node Exporter views, documentation;
- Optimized EMQX views, documentation, added monitors;
- Optimized Kubernetes views;
- Optimized SQLServer views and monitors;
- Optimized Redis views and monitors;
- Optimized Kafka views and monitors.
Bug Fixes¶
- Resolved the issue where alerts could not be sent when using extended fields in event information to filter alert policy settings.
- Resolved the issue where not all content was displayed in the filter conditions of alert policies.
- Resolved the issue where regular expression matching caused monitors to fail to send alerts.
- Resolved the issue where notifications failed to send when configuring alerts to be delivered to incident tracking and notifying specified Webhooks via incident tracking.
- Resolved instability in secondary menu data of resource catalogs.
- Resolved the issue where secondary menus remained after deleting resource categories added to secondary menus.
- Resolved the issue where JSON in resource catalogs was cleared when opened again after saving.
- Resolved the issue where resources incorrectly associated with dashboards when tagged for resource association.
- Resolved the issue of discontinuous display of selected columns when loading resource catalogs.
- Resolved the issue of lost filter conditions in log stream graphs after version upgrades, preventing normal view loading.
- Resolved the issue where the
trace_id
string was not fully recognized in the "Add Filter" feature of log viewers. - Resolved the issue of inaccurate associated network logs for
-bpf_net_l7_log
logs.
November 6, 2024¶
Feature Updates¶
Price Adjustment¶
- User Access PV 30-day, 60-day tier price adjustment;
- Application Performance Trace 30-day, 60-day tier price adjustment;
- Session Replay price adjustment.
Monitoring¶
Added ability to define notification rules based on member scope in alert policies, helping users better manage alert notifications and issue resolution boundaries.
Scenarios¶
Rollup Function applies only to metric data queries. In simple chart mode, queries for other data types will be phased out.
Bug Fixes¶
- Resolved the issue of infrastructure honeycomb charts not displaying specific usage rates.
October 30, 2024¶
New Integrations¶
- Aliyun SAE;
- Node Exporter;
- Azure Public IP;
- Grafana Guance Datasource;
- Grafana Dashboard;
- Greenplum.
Feature Updates¶
Cloud Billing¶
Added first-level navigation menu, pre-configured viewers and billing analysis views for cloud billing data, optimizing user viewing experience.
Note: Not supported in Free Plan.
Monitoring¶
- 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 promptly warn to avoid affecting business operations. The system supports multi-dimensional visualization functions, helping users deeply analyze and understand host network usage, optimize bandwidth allocation and resource utilization, and provide data support for future capacity planning, thus ensuring reasonable configuration of network resources.
-
Monitor Function Enhancements:
-
Supports batch setting associated alert policies in monitor lists.
-
Log viewers can one-click configure ["Log Detection"] type monitors based on current filters and search conditions.
-
Note: Only when both site and workspace levels have enabled
left*
queries do monitors supportleft*
queries. Otherwise, if log viewers configureleft*
queries and navigate to monitors, it will result in query errors. -
Notification Targets List:
-
Added search and quick filtering functions, supporting rapid retrieval of notification targets.
-
For notification targets disabled by the system after continuous two-day failures, a tag is displayed after their names.
-
Silent Rules Optimization:
-
Added configuration functions for rule names and descriptions, enhancing the convenience of rule management.
- Event properties support logical combinations of different fields (AND and OR).
-
Optimized list display effects, supporting custom display columns to enhance personalized user interface experiences.
- Tag matching logic in notification rules supports free combination of AND and OR relationships for different fields, with interaction experience consistent with the viewer filter/search components.
- Added custom operation permission configuration.
- Added filling of alert policy descriptions.
Scenarios¶
- Added Host NET Analysis View: By aggregating metrics such as host network usage, bandwidth allocation, and resource utilization, it provides data support for future capacity planning, ensuring rational allocation of network resources.
- Chart Query Optimization:
index
does not supportby
group queries, optimizing DQL query interaction experience.- By-label range / filtered label range listed down to metric level.
- DQL query added log index query function:
show_logging_index()
, which can be applied in dashboard view variables, and chart query index configurations support view variable filling. - Chart expression queries now support cross-space queries.
- Optimized time lock display for composite charts, providing a more intuitive user experience.
- Viewer Page Optimization: Added
host_ip
display in the bound host tab page of the viewer details page.
Pipeline¶
Pipeline Text Processing Optimization: Isolated "Local Pipeline" and "Central Pipeline", allowing different types of data source processing scripts to be added. Added prompt messages to help users better understand the differences in processing.
Management¶
- Added data access functions for APM and metrics.
- Added "Data Access" functional module in management, integrating all data types and supporting quick queries and filtering.
Availability Testing¶
Dial Test Task Optimization: Increased WebSocket dial test content box input limit to 128k; overall optimization of dial test task page.
Deployment Plan Updates¶
- Added Monitor Menu in Backend Management: Lists all monitors in all workspaces, supports searching, filtering monitors, and supports modifying monitor enable/disable status, deleting, exporting monitors, etc. Also supports cloning single/batch monitors to selected workspaces.
- Note: Composite detection monitors do not support cross-workspace cloning.
- MFA Security Authentication Optimization: Added switch to hide 7-day auto-login option, supporting configuration of whether to enable exempt authentication login options.
- CDN Domain Configuration: Can configure CDN domain in configuration files, and RUM application access page will automatically fetch and display it.
Bug Fixes¶
- Resolved the ambiguous display of 0% values in pie charts, optimizing the proportion and visual effects of 0% values in chart drawing.
- Resolved the default page load error when viewing the "Events" menu.
- Resolved issues with log index selection for multiple indexes.
- Resolved the missing
extra_data
field when passing third-party tool Events via "External Event Monitors". - Resolved the issue of right-side data not refreshing when switching hosts via quick filters in log viewers.
- Resolved the demand for optimized blank value display in table charts.
- Resolved the issue of data access rule import conditions not displaying on the page.
- Resolved the issue of not finding relevant data sources when performing PL processing on dial test logs visible in log functions.
- Resolved the error in service topology in APM monitoring.
- Resolved the issue of GuanceDB upgrading to the latest version resulting in DQL not supporting tag calculations.
- Resolved the issue of not being able to locate the current log when clicking into log context.
- Adjusted the sensitivity of application intelligent monitoring to reduce excessive request drops.
- Improved compatibility of mutation detection monitors with high-frequency tags.
October 16, 2024¶
New Integrations¶
- Hadoop hdfs datanode;
- Hadoop hdfs namenode;
- Hadoop yarn nodemanager;
- Hadoop yarn resourceManager;
- Fluent Bit;
- Azure VM;
- NPD: Added event pattern collection & introduction.
Feature Updates¶
AI Smart Assistant¶
Guance introduced AI Smart Assistant, providing quick responses and answering questions related to Guance.
Cloud Billing¶
- Added Cloud Billing Viewer: Once billing data is collected by Guance, a cloud billing viewer template can be created to view all cloud billing data.
- Added Cloud Billing System View: By analyzing cloud billing data at the product, region, and instance levels, users can quickly analyze and understand current cloud resource consumption trends, providing reference for future cloud resource cost planning.
- Added Cloud Billing Intelligent Monitoring: Cloud billing intelligent monitoring provides efficient cloud cost management tools, helping users monitor cloud service consumption in real-time, identify abnormal expenses and issue warnings, avoiding unnecessary expenditures. It supports multi-dimensional visualization functions, helping users analyze and understand cloud resource consumption patterns, providing basis for future budget planning, thus optimizing cloud resource allocation and ensuring efficient use of funds.
Monitoring¶
- Monitor Configuration Interaction Optimization:
- Supports configuring Incident Association creation for selected event levels;
- Optimized Crontab custom detection frequency and detection interval configuration interactions;
- Added custom notification content.
- Alert Policy Configuration Optimization:
- Added regular expression matching for event filter conditions in rules;
- Optimized filter condition configuration display.
- Data Sampling Optimization: In the monitor configuration page and metric analysis page, when charts automatically trigger data sampling due to large data volumes, users can manually turn off data sampling.
Logs¶
- Logs Added Error Tracking: Supports error log tracking and analysis.
Scenarios¶
- Dashboard Visibility Range Optimization: In addition to public visibility, supports custom-configured visible members and batch-setting dashboard visibility ranges to improve dashboard management efficiency.
- Template Variables Adjustment: Added
#{startTime}
,#{endTime}
two time variables, supporting retrieval of actual query times in current charts, which can be applied in chart queries and chart links. - Log Stream Graph Display Column Optimization: If log stream graph display columns are in
@json
format, you can set units for these fields to unify chart data viewing and analysis experiences. - Platform Chart Color Scheme Upgrade: Platform chart color schemes have been upgraded, providing better visual effects.
- Cross-workspace Queries: Expression queries in all charts now support cross-workspace queries.
Management¶
- Blacklist Function Enhancement: Supports full selection, single selection, and multi-selection configuration for all data types.
- Self-built Indexes/Sensitive Data Scanning/Data Forwarding: To optimize data processing and write performance, removed "match" and "not match" matching modes from rule configuration filter conditions.
Events¶
- Unresolved Event Viewer Optimization:
- Optimized batch operation interactions, added Select Current Page and Select All options, supporting quick recovery of currently selected anomaly events;
- Optimized OK event title display after manual recovery.
Infrastructure¶
- Resource Catalog Optimization: Resource catalogs support custom resource category icons, providing rich icon choices to enhance user experience.
Deployment Plan Updates¶
- Removed the
limit 50
restriction for drop-down values in dashboard view variables to meet different data query needs. - Backend Management Update: Added "Help", "Avatar", "System Notifications", and "Quick Entry" options to hidden items in the menu to improve management efficiency.
Bug Fixes¶
- Resolved the issue of unable to search English integrations.
- Resolved the issue of inability to access RUM snapshot sharing.
- Resolved the issue of combination monitoring A&&B not working, where A||B only produced results for A, not B.
- Resolved the issue of matching null values failing when setting master-slave views.
- Resolved the issue of Top List charts displaying data rounded to two decimal places, discarding smaller actual values.
- Resolved the issue of incomplete email display in scheduled report dashboards.
- Resolved the issue of being unable to save when setting consecutive trigger judgment counts greater than 10.
- Resolved the issue of APM and log data aggregation failure after migration to the base.
- Resolved the issue of only local login being displayed on the frontend when both local and LDAP login methods were enabled simultaneously.
- Resolved the issue of no data in availability testing.
- Resolved the issue of missing
message
content in log exports. - Resolved the issue of log sorting anomalies.
- Resolved the issue of not displaying context logs in log viewers when selecting multiple indexes.
- Resolved the low conversion efficiency and compatibility of the Grafana chart conversion tool.
- Resolved the issue of fields appearing outside the input box when configuring quantity statistics in availability testing.
- Resolved the issue of storage log monitors not obtaining detection dimensions.
- Resolved the issue of not generating Issues after discovering exceptions when configuring Issue discovery.
- Resolved the issue of keyword search not being supported in dropdown lists of dashboard view variables.
- Resolved the issue of Doris text not being written correctly.
- Resolved the issue of changing event state counts in the same time period.
- Adjusted role query logic to resolve the issue of searching not working when role counts exceeded 100.
September 25, 2024¶
Breaking Changes¶
Dial Test Labels: Field name changed from tags.info
to df_label
.
Feature Updates¶
Scenarios¶
- Dashboards added historical version records: View version records saved for this dashboard within three months. Selecting a version allows you to view the chart details of that version and see the changes in the selected version marked in different colors in JSON format.
- Supports restoring the current dashboard to the selected historical version.
- Supports cloning a specific version of the dashboard.
- 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 the fields.
Monitoring¶
Monitors Added Custom Operation Permissions: After configuring operation permissions, only objects assigned permissions can perform enable/disable, edit, and delete operations on this monitor.
- Note: If no operation permissions are configured, the monitor permissions follow the default permissions of "Monitor Configuration Management".
User Access Monitoring¶
- Session Replay Enhancement: Launched session replay functionality for mobile applications, supporting replaying user behavior trails and locating usage issues.
- Data Access Enhancement: User access added data access functionality, supporting configuring data viewing scopes at the application level to finely manage member data query boundaries.
Management¶
- Cross-Space Authorization Optimization: Updated the definition of login space to "current space" to simplify operations between different spaces.
- Data Forwarding Rules support specifying storage directories: When the archive type is AWS S3, Huawei Cloud OBS, or Alibaba Cloud OSS, supports forwarding data to corresponding directories under the storage bucket, aiding better management of forwarded data.
- Note: Please carefully change storage paths. Due to a 5-minute delay in updating configurations, some data may still be forwarded to the original directory after changes.
- Data Forwarding Viewer Optimization:
- Time Control Adjustment: Changed to the general time control of viewers, which can obtain forward data accurate to theminute.
- 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 Testing¶
If the label format is key:value
, it will extract the key
value to a first-level field in the result.
- Note: If custom label keys conflict with other dial test result attributes, they will be discarded.
Infrastructure¶
- Resource Catalog Function Enhancement: Optimized the resource catalog architecture, supporting user-defined resource viewer templates and providing list and honeycomb chart view modes to enhance the viewing and analysis experience of resource data.
- Container Interaction Optimization: When switching views for containers and K8s infrastructure viewers, filtering and search conditions are retained and not reset.
Help Center¶
Consolidated the help center page, allowing users to access all integration lists through a unified entry point, and supports search and tag filtering functions to improve search efficiency.
Bug Fixes¶
- Resolved the issue where PromQL query results set rule mappings were ineffective in views.
- Resolved the occasional failure to recover host survival alert v2 monitors.
- Resolved the issue of dashboard scheduled reports failing to open when sent via email.
- Resolved the inability to modify dial test tasks created via OpenAPI.
- Resolved the inconsistency between PV statistics and fee details in the paid plan.
- Resolved the issue of Webhook adding user information but not carrying phone numbers.
- Resolved inconsistencies between view variable values and actual retrieved data in dashboards.
- Resolved display issues on shared workspace homepages.
- Resolved inconsistencies between template variable dropdown values and actual retrieved data in data authorization spaces.
- Resolved frequent loading failures of time-series table charts in dashboards.
- Optimized several page display issues.
Deployment Plan Updates¶
- Datakit Management supports filtering online hosts: Supports filtering hosts that have reported data within the last 10 minutes, 15 minutes, 30 minutes, 1 hour, and 3 hours.
- Backend Management:
- For workspaces with "Volc Engine" as the storage type, supports configuring hot data retention duration.
- Optimized new workspace creation text and interactions; users do not need to specify the main engine if there is only one default option.
- Enhanced platform color template: Supports defining navigation bar and navigation text color configurations.
- License Usage and Expiration Reminders: Added global console prompts for License nearing expiration, expired, and overused states; added global console prompts for platform component version upgrades.
September 4, 2024¶
Feature Updates¶
Logs¶
- Log Viewer Added Interactions: Holding down Ctrl allows adding terms to queries, excluding from queries, or copying during tokenization of viewer list texts. Similarly, this interaction is supported in the content area of log detail pages.
- Logs Support Binding VolcEngine TLS External Indexes: Can bind external indexes to directly view and analyze VolcEngine log data in Guance.
- Log > Data Access Optimization:
- Added a data access navigation page with a help documentation link at the top right corner.
- Data access rules now include a unique ID field [Name] and a customizable [Description] field to distinguish usage scenarios.
- Log Viewer Filter Optimization: The log index filter in the log viewer list supports keyword searches for indexes and selection.
- Log Status Customization: Supports customizing log status values and setting colors for each status value in the console to adapt to different log integration scenarios and make log status displays more personalized and intuitive.
Scenarios¶
- Added new chart type Heatmap: Users can intuitively see data distribution and trends through color intensity, helping better understand the data.
- Chart Link Redirect: Combines Function functions with dashboard data to achieve link redirection.
- Alert Statistics Chart Component Upgrade: Changed listing logic so that the new version of the alert statistics chart has the same listing effect as the unrecovered event viewer, unifying user viewing experiences.
- Note: Cross-workspace listings do not support "Create Issue" and "Manual Recovery" operations.
- Custom Display Columns in Grouped Table Charts: Added custom display column functionality in grouped table charts, supporting settings to show or hide returned columns for more flexible data presentation.
- Cross-Space Authorized Query Interaction Optimization: After enabling space authorization, you can directly select authorized space lists above the query for more intuitive and convenient operations.
Incident Tracking¶
Incident Tracking Issues and Monitor Events: If content includes @ Member
configuration, Webhook notifications will carry account attribute information of the @ Member
.
Monitoring¶
- External Event Detection: Supports custom event occurrence times and additional tag attributes. Note:
- Field values uniformly use string types.
- Field names cannot start with underscores
_
ordf_
prefixes and must not conflict with default event fields. - Custom tag field names cannot conflict with fields defined in
dimension_tags
. - Terminology Adjustment: "No Data" has been officially updated to "Data Gap" to ensure uniform viewing experience in page configurations.
Pipeline¶
Separated dial test data and log data processing and added an "Availability Dial Test" data type. This avoids mutual interference during data processing, ensuring accurate and efficient data handling.
Note: Only central Pipelines support the "Availability Dial Test" data type, and the DataKit version of dial test nodes must be >= 1.28.0.
Others¶
- Workspace List Display Optimization: For operation columns in the list, added mouse hover tooltips showing creator avatar, creation time, updater, and update time; overall display of operation items has also been optimized.
- Added audit event jump links in operation columns: Clicking can jump to view corresponding audit events.
- Account Management Display Adjustment: The "Account Management" menu does not display password items for single sign-on users.
Bug Fixes¶
- Resolved the issue of time ranges not synchronizing with time controls when querying local Functions as data sources.
- Resolved the incorrect display order of PromQL data query results.
- Resolved inconsistent filtering components between monitors and chart queries.
- Resolved the issue of non-intelligent monitoring events being displayed in the intelligent monitoring event list after clicking on anomaly tracking from the anomaly tracking entry, leading to no query results.
- Resolved the issue of no data and no callbacks in Lark anomaly tracking Webhook integrations.
- Resolved the issue of large number displays in ten-thousand units.
- Resolved the issue of unable to search fields when adding filter conditions in the analysis mode of viewers.
- Resolved the issue of missing source links when creating Issues from monitoring events.
- Resolved the issue of CSV export failures for logs.
- Resolved the issue of not receiving high consumption warning emails.
- Resolved the issue of unchanged Issue lists when switching channels in anomaly tracking.
- Resolved the issue of errors when selecting log indexes A and B with identical field names (ignoring case) in log viewers.
Deployment Plan Updates¶
- Custom return quantity for charts: Time series charts, pie charts, table charts, top/bottom lists, treemaps, and maps support customizing the number of returned data points with no maximum limit to meet various data display needs.
- Backend Management > Datakit Management, supports exporting Datakit lists.
August 21, 2024¶
Breaking Changes¶
- OpenAPI / Global API: Unresolved event data source for "Events" changed from
UE
toE
.
New Features¶
- Management: Added Client Token unified management entry. When using public 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 rules for Issue discovery, unify and screen abnormal events and related data triggered by monitor detection rules. Treat a series of events as caused by a single reason, set filtering conditions, then choose aggregation dimensions to further refine the data. After refinement, the data will be aggregated based on the set detection frequency. Finally, the system will automatically push this information to designated channels according to the preset Issue title and description, ensuring all relevant parties receive and handle these Issues promptly.
- Notification Policy Configuration Management: Added creation/update information display in the notification policy list.
Routine Updates¶
- Data Retention Policies:
- Original "Application Performance" item split into ["Application Performance - Traces"] and ["Application Performance - Profile"], supporting separate configuration of Trace data and Profile data retention policies;
- Original "Data Forwarding" renamed to ["Data Forwarding - Guance"].
- Monitoring > Notification Target Management: Notifications will send system alerts if they fail to send continuously for one day; if they fail to send continuously for two days, they will be automatically disabled.
- Unresolved Event Viewer:
- Data source changed to query event data, aggregating using
df_fault_id
as the unique identifier and returning the latest data result for display. - Overall UI redesign.
- Application Performance Monitoring (APM) > Traces: Service Call Relationship Diagram added built-in view binding capability. Clicking a service card quickly shows associated user views.
- Management:
- Added ["Workspace Description"];
- Editing mode changes to opening a new window;
- 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 Testing > HTTP Testing > Advanced Settings > Request Settings Default Add
Accept-Encoding:identity
.
Deployment Plan Updates¶
- Added Dial Test Node Management entry, supporting creation of platform-level dial test nodes and unified management of all nodes through the node list. 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 Policies:
-
Considering factors such as storage costs, users need to customize data retention periods. The deployment edition backend management added a ["Session Replay"] configuration item.
- Original "Data Forwarding" renamed to ["Data Forwarding - Default Storage"];
-
Original "Application Performance" item split into ["Application Performance - Traces"] and ["Application Performance - Profile"], supporting separate configuration of Trace data and Profile data retention policies;
-
Supports VolcEngine TLS as the underlying data storage engine.
Bug Fixes¶
- Resolved the issue of notification policies in incident tracking not taking effect.
- Resolved the issue of chain trace export anomalies in application performance monitoring.
- Resolved the permission configuration display error when modifying notification targets via OpenAPI.
- Resolved the issue of log viewers not automatically retrieving
source
filters after resetting the time range. - Resolved the issue of
source
filters still appearing in "Quick Filters" despite being added to the search bar. - Resolved mutation detection errors.
- Resolved the issue of role information not displaying on the UI page after writing data access rules via OpenAPI.
- Resolved the issue of legend data formats not applying to chart legends.
- Resolved the issue of actual dial tests continuing to run after deleting associated dial test tasks in self-built dial test nodes.
August 7, 2024¶
New Features¶
-
User Access Monitoring (RUM): Added Heatmap. Visually presents visitor interactions with websites, obtaining click data and positions of page elements to understand user focus areas.
-
Application Performance Monitoring (APM) > Traces: Added Installation Guide.
-
Monitoring: Added detection type — Interval Detection V2, which detects historical data of metrics to establish confidence intervals for predicting normal fluctuation ranges.
Continuous Optimization¶
- Incident Tracking:
- Configuration Management > Notification Policy: Added Operation Audit and Execution Logs viewing entry. When receiving Issue notifications, sometimes notifications may not be sent normally or there may be questions about notification policies. You can check current notification policy operation audit events and execution log data to make judgments.
- APM/RUM Issue Auto-Discovery supports adding filter conditions;
- For deployment editions, added Unified Management of Incident Tracking Levels entry;
- Schedule:
- In the schedule editing page, different notification targets automatically generate colors;
- Schedule Management: Added statistical counts for ["My Schedule"] and ["All Schedules"];
Routine Updates¶
- Monitoring > SLO:
- Added tag configuration, ultimately affecting the generated event data information;
- Configuration Optimization: By setting ["Target"] and ["Minimum Target"] 7-day compliance rate ranges, judge whether to generate warning or critical events;
- Supports sending alert notifications via associated [Alert Policies].
- Availability Testing:
- Dial test tasks added tag configuration;
- Optimized Test Module configuration page for dial test tasks;
- List added Quick Filter module;
- Viewers: Supports exporting CSV files in analysis mode.
- Infrastructure > Containers: Added process association page display.
Bug Fixes¶
- Resolved the issue of task invocation billing not displaying.
- Resolved the issue of left * matching in chart queries.
- Resolved the issue of BPF network logs not including container-related information.
- Resolved the issue of central Pipeline failure.
Breaking Changes¶
- OpenAPI:
- SLO create/modify interfaces added
tags
,alertPolicyUUIDs
and deprecatedalertOpt
parameter; - SLO get detail and list interfaces' return results added
tagInfo
,alertPolicyInfos
fields, discarding thealertOpt
field.
July 24, 2024¶
Guance Updates¶
- Incident Tracking:
- Added Analysis Dashboard: Visualizes different metric data.
- Added Schedule management and Notification Policy: Further distributes notification ranges for Issue content.
- Scenarios:
- Charts: Added Time Offset setting. Enabling time offset ensures that when querying relative time intervals, the actual query time range shifts forward by 1 minute to prevent data retrieval from being empty due to delayed data entry.
- Dashboards: Added History Snapshot entry.
- Snapshots: Automatically obtain the selected time range on the current 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 does not use them for triggering condition judgments.
- Notification Target Management: Added [Operation Permission] option configuration, controlled by a switch to manage edit/delete permissions for notification targets.
July 10, 2024¶
Guance Updates¶
- Scenarios:
- View Variables:
- Added configuration switch: Include * options.
- When hiding view variables, added hidden indicators in the list.
- Dashboards: Group component supports configuring colors.
- Charts: Alias function covers Top Lists, Treemaps, and Sankey Diagrams.
- Dashboards/Viewers/Built-in Views: Added Card Attributes information, optimizing editing configurations.
- Monitoring:
- Notification Target Management: Configuring Webhook Notification Targets supports appending member information.
- Application Intelligent Detection: Added tracking of historical changes, filtering periodic abnormal data mutations; added affected user count for abnormal services.
- Events > Event List Viewer: Added alert notification status indicator to displayed columns.
- Logs:
- Index: When binding SLS External Index, added access type selection, supporting custom public or private network access;
- Log Viewer: In Cluster Analysis mode, supports exporting display column data and associated log page data.
Guance Deployment Edition Updates¶
- Added global Menu Management Configuration, supporting customization of console display menus and synchronization to workspace function menu bars.
- Template Management: Optimized custom template upload logic.
June 26, 2024¶
Guance Updates¶
- Pipelines: Supports selecting central Pipeline execution scripts.
- Paid Plans and Billing: Added Central Pipeline Billing Item, tallying the size of original log data processed by all central Pipeline hits.
- Monitoring
- Notification Target Management: Added Permission Control. After configuring operation permissions, only objects assigned permissions can perform edit/delete operations on this notification target.
- Intelligent Monitoring > Log Intelligent Detection: Added tracking of historical changes, filtering periodic abnormal data mutations.
- Logs
- Data Access: Added configuration for access permissions for authorized log indexes.
- Log Viewer: Display column expansion, supporting adding JSON object internal field content to first-level returns.
- BPF Network Logs:
- Connection display effect optimization;
- Supports direct navigation to detail pages;
- Supports custom addition of display columns.
- Scenarios
- Time Series Charts: Line charts and area charts added Breakpoint Connection setting, bar charts added ["Display Return Value"] button.
- Availability Testing: Task list added header sorting.
- DataFlux Func: Supports integrating DingTalk applications in Guance exception tracking scripts.
Guance Deployment Edition Updates¶
Profile: Supports file storage and object storage configuration parameters.
June 13, 2024¶
Guance Updates¶
- BPF Network Logs: Optimized BPF network functionality, enhancing L4/L7 network coordination.
- APM/RUM: Added Issue Auto-Discovery function. After enabling this configuration, Guance automatically creates Issues for error data conforming to configured rules.
- Monitoring
- Intelligent Monitoring: Added Kubernetes Intelligent Detection: Automatically detects abnormalities in Kubernetes using intelligent algorithms. Detection metrics include total Pods, Pod restarts, APIServer QPS, etc.
- Alert Policy Management:
- Added Filter function. During alert rule configuration, this function allows adding more detailed filter conditions on top of existing levels, matching only events that meet both level + filter conditions, and sending them to corresponding notification targets.
- Supports selecting external emails as notification targets.
- Monitors > Event Content: Supports custom-inputting external emails.
- Scenarios
- Topology Diagram: 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 Edition Updates¶
Profile: Changed the fixed file size of 5MB to support customization. See How to Configure.
June 3, 2024¶
Guance Updates¶
- Management > Cross-Workspace Authorization: Added page with new [Data Scope], supporting multi-selection of data types.
- Logs > Log Viewer: Supports cross-workspace index queries, quickly retrieving log data from other spaces, thus breaking through log data storage location limitations and significantly improving data analysis and fault location efficiency.
May 29, 2024¶
Guance Updates¶
- DCA
- Supports private deployments, directly accessing the DCA console via the workspace page button.
- Supports batch management functions.
- Incident Tracking:
- Webhook Reception Channel: Supports new, modified notifications for Issue replies;
- Supports selecting teams or adding external emails as Issue assignees.
- Logs > Context Logs: Modified query logic; supports further querying and managing related data via log context detail pages.
- Scenarios
- View Variables: Group titles/chart titles support configuring
#{view variable}
display. - Time Series Charts > Analysis Mode: Supports adjusting time interval
interval
. - Dashboards/Custom Viewers: When label count exceeds 20, shows a search box; labels show color before names.
- Monitoring
- Monitors/Intelligent Monitoring/Silence Management > Quick Filter: When value count exceeds 20, a search box appears, supporting search positioning.
- Monitors: For PromQL query detection, event notifications automatically list available template variables.
- Infrastructure > Network: Network Details Page > Network Analysis supports
ip:port
andip
dimension statistical listings. - Application Performance Monitoring > Service > New/Edit Service List: Added format validation when filling in repository links and documentation links.
Breaking Changes¶
- Management > Attribute Claims: Custom attribute field values changed to be stored as string types.
Guance Deployment Edition Updates¶
- Template Management: Added import template entry, including view templates, monitor templates, custom viewer templates, Pipeline. Supports changing custom templates to platform-level templates for other workspaces.
- User Management: Batch operation interaction optimization.
May 15, 2024¶
Guance Updates¶
- Monitoring
- Monitor > Mutation Detection > Detection Metric: Supports ["Compared to Previous Period"] option, thereby comparing data within a fixed period.
- Silence Management: Added [Additional Information] function, supporting adding explanations to silence rules to indicate reasons or sources.
- Intelligent Monitoring > Host Intelligent Monitoring: Added network traffic and disk I/O detection dimensions.
- Scenario > Dashboard:
- View Variables: Optimized edit page style, supporting single and multi-select dropdowns.
- Grouped Table Charts, Metrics Analysis > Table Charts support multiple column query result adaptations, such as
- Viewers:
- Log Viewer > Context Logs support microsecond-level data query filtering, solving the problem of not hitting and displaying a specific log context when multiple data entries occur at the same moment (millisecond).
- All viewers support choosing export data as CSV files.
- Added viewer search query audit events, i.e., user-initiated query operations are recorded in audit event records.
- Service Management: Moved from the [Scenario] path to [Application Performance Monitoring], optimizing user experience.
- Generated Metrics: Supports configuring multiple
by
groups without quantity restrictions. - DQL Query: Expression queries support specified value filling, supporting subquery result filling and final value filling.
- User Access Monitoring > Android: Application configuration display optimization.
- Events: Added associated view jump entry in detail pages. In cases where detection dimension data does not exist, you can jump to the viewer to view in the detail page.
Guance Deployment Edition Updates¶
- Added DataKit List Management page.
- Deployment edition configuration of single sign-on对接时,支持自定义登录显示标题、描述和 logo。
- User: 新增扩展属性配置。
- 支持本地用户直接在编辑页面配置属性。
- 支持单点登录时默认自动将第三方用户属性配置通过 userinfo 接口追加到Guance。
May 15, 2024¶
Guance Updates¶
- Monitoring
- Monitor > Mutation Detection > Detection Metric: Supports ["Compare to Previous Period"] option, thereby comparing data within a fixed period.
- Silent Management: Added [Additional Information] function, supporting adding explanations to silent rules to indicate reasons or sources.
- Intelligent Monitoring > Host Intelligent Monitoring: Added network traffic and disk I/O detection dimensions.
- Scenario > Dashboard:
- View Variables: Edited page style optimization, supports defining dropdown single/multi-select.
- Grouped Tables, Metrics Analysis > Table Charts support multi-column query result adaptation, such as
- Viewers:
- Log Viewer > Context Logs support microsecond-level data query filtering, solving the issue of not hitting and displaying a specific log context when multiple data entries occur at the same moment (millisecond).
- All viewers support choosing export data as CSV files.
- Added viewer search query audit events, i.e., user-initiated query operations are logged in audit event records.
- Service Management: Moved from the [Scenario] path to [Application Performance Monitoring], optimizing user experience.
- Generated Metrics: Supports configuring multiple
by
groups without quantity restrictions. - DQL Query: Expression queries support specified value filling, supporting subquery result filling and final value filling.
- User Access Monitoring > Android: Application configuration display optimization.
- Events: Added associated view jump entry in detail pages. In cases where detection dimension data does not exist, you can jump to the viewer to view in the detail page.
Guance Deployment Edition Updates¶
- Added DataKit List Management page.
- Deployment edition configuration of single sign-on supports customizing login display title, description, and logo.
- Users: Added extended attribute configuration.
- Supports directly configuring attributes for local users in the edit page.
- Supports automatically appending third-party user attributes via the userinfo interface during single sign-on to Guance.
April 24, 2024¶
Guance Updates¶
- Management:
- Added Cloud Account Management: Centralizes management of all enterprise cloud service accounts, distinguishing by certain configurations' uniqueness. By configuring integrated collectors, it manages cloud services under each account independently, achieving fine-grained control of business data.
- Account Management: Adjusted account login expiration time.
- Added Quick Search pop-up, allowing quick viewing of recently accessed pages in the current workspace and other function-related pages.
- Infrastructure > Containers: Added Statefulset, Persistent Volumes two object viewers.
- Incident Tracking:
- Added Issue assignee configuration, Guance sends email notifications to assignees.
- Channel Management: Supports upgrade configuration. That is, sets upgrade notifications to corresponding notification targets if no assignee is specified for new Issues exceeding a certain number of minutes.
- Monitoring
- Monitor: Detection Configuration: Supports configuring continuous multiple judgment trigger conditions to take effect again after triggering events.
- Silent Management:
- Silent rule list page display optimization: Supports listing all current workspace silent rules, quickly filtering target rules via quick filters.
- Event attribute matching supports negation, with filter conditions formatted as:
attribute:value
,attribute:*value*
,-attribute:value
,-attribute:*value*
. Different fields combine with AND, multiple values of the same field combine with OR.
- DQL
match
function meaning changed toexact match
. This change applies only to the new engine, specifically for viewers and monitors. - Example in viewer scenario:
host:~cn_hangzhou
. - Example in monitor scenario:
- Scenario > Dashboard Charts can be directly downloaded as PNG images, and table charts can be exported as CSV files.
- Logs > Bound Index: Changed [field mapping] from mandatory to optional.
- Integration/Built-in Views: Templates added tag management.
- Service Map cross-workspace node style display adjustments.
Guance Deployment Edition Updates¶
- Management > Basic Information > License Information: DataKit quantity limit supports adjusting by data statistics scope, changed to hosts/DKs with uptime >= 12 hours.
- Supports configuring blacklists, customizing imported Guance integration, view template, monitor template scopes.
OpenAPI Updates¶
- Pipelines added/modified: Added profiling type;
- User Views added/modified: Supports binding dashboard configurations.
April 10, 2024¶
Guance Updates¶
- Monitoring > Monitor > New: Added [Data Gap] and [Information Generation] configuration areas, better distinguishing abnormal data and data gap situations.
- Management: Added System Notifications page, viewable for abnormal status messages of all configurations under the current account's workspaces.
- Scenarios:
- Chart Queries: Added Rollup Function, applicable to [Metrics Analysis] and [Query Tool];
- Dashboard/User Views: Added Pin function. When authorized to view data from other workspaces in the current visited workspace, supports setting queries of other workspace data as default options.
- System Views: Supports cloning to create dashboards or user views;
- Custom Viewers: 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 adding current fields to display columns/removing from display columns via external buttons.
- Free Plan Workspaces > Navigation Bar: Added [Upgrade Immediately] button.
- Infrastructure > Containers > Honeycomb Chart: Added CPU usage rate (normalized) and MEM usage rate (normalized) two indicator fill methods.
Guance Deployment Edition Updates¶
Workspace Management: Added data reporting limits, helping stakeholders save resource usage costs.
March 27, 2024¶
Guance Updates¶
- Monitoring:
- Alert Policy Management: Each notification rule (including default and custom notifications) configuration added support for upgrade 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 display current metrics and confidence interval upper and lower bounds, marking red for anomalies exceeding the confidence interval.
- Scenario > Charts: Added Topology Map.
- APM > Trace Detail Page > Service Call Relationships: Changed to service topology display, showing call counts between services.
- Data Retention Policy: Session Replay data retention policy synchronized with RUM retention policy, i.e., if RUM data is retained for 3 days, Session Replay data is also retained for 3 days.
- Viewers:
- Event Viewer > Basic Attributes: Added configuration for whether to display detection metrics, cached locally, globally adapted;
- APM > Error Tracking > Cluster Analysis > Detail Page: Supports creating incident tracking Issues;
- RUM > Error > Cluster Analysis > Detail Page: Supports creating incident 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: When fetching "current time," precise to milliseconds.
- Management > Ticket Management:
- Added star ratings and reviews;
- Tickets needing feedback adjusted to automatically close if no customer feedback within 7 days;
- Supports exporting ticket lists;
- Tickets with statuses [Completed][Revoked] can be restarted;
- Accounts canceled after submission of unclosed tickets support automatic closure.
- Cloud Market Opening Process Overall Optimization.
Guance Deployment Edition Updates¶
- Data Retention Policy: Supports workspace owners configuring data retention policies and custom input of retention durations. Application scenarios:
- Metrics Management > Metrics Sets;
- Logs > Indexes > New.
- Users: Supports inviting members via email.
March 13, 2024¶
Guance Updates¶
- Monitoring > Monitor: Launched monitor type Composite Detection. Supports combining multiple monitor results via expressions into one monitor, ultimately issuing alerts based on the combined result.
- Scenario > Services: Supports cross-workspace Service Map queries.
Guance Deployment Edition Updates¶
- Management > Basic Information: Added "Used DK Count" display;
- Management > Users: Added Groups page, configuring associated workspaces and roles based on groups, allowing users to gain access permissions to corresponding workspaces through groups.
March 6, 2024¶
Guance Updates¶
- Monitoring
- Monitor > Detection Frequency: Added Crontab Custom Input to meet the need for executing detections only during specific time periods;
- Mutation Detection: Added detection intervals of ["Last 1 Minute"], ["Last 5 Minutes"];
- Silent Management: When selecting silent scope, "Event Attributes" are no longer mandatory, allowing configuration of finer-grained matching rules as needed.
- DataFlux Func: Added External Function. Allows third-party users to fully utilize the local cache and local file management service interfaces of Func to write functions for executing data analysis queries within workspaces.
- APM > Traces:
- Title Area UI Display Optimization;
- For flame graphs, waterfall charts, Span lists exceeding 10,000 Spans, supports viewing undisplayed Spans via offset settings;
- Added Error Span filter entry; supports searching matches by entering Span resource names or Span IDs.
- Scenarios
- Charts: Added Sankey Diagram;
- View Variables: Added Select button, checking selects all current values by default, allowing deselection as needed.
- Account Management: Added Cancellation entry.
- Viewers:
- UI Display Optimization;
- Filters added regular expression matching/reverse regular expression matching modes;
- Wildcard filtering and searching support left * matching.
- Events > Detail Page: UI display- Events > Detail Page: UI display optimization for the [Alert Notifications] tab.
Guance Deployment Edition Updates¶
- Added Login Method Selection to unify login method management.
- 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 every 10 minutes, with each execution counted as 10 calls in fees;
- To improve algorithm accuracy, log and application intelligent detection now use data archiving. Enabling an intelligent monitor generates corresponding metrics sets and metric data. This change introduces additional time series, specifically the number of filtered dimensions (service, source) * detection metric count. Since monitor filter conditions are not stored, configuring new filter conditions on monitors will generate new equivalent time series on the day of modification, leading to duplicate time series billing on the modification day, which normalizes the next day.
- Alert Policy Management:
- Added custom notification time configuration, refining alert notification configurations by cycle and time intervals;
- Repeat alerts added a "Permanent" option.
- Monitors:
- Alert Configuration: Supports configuring multiple alert policies; if multiple are configured,
df_monitor_name
anddf_monitor_id
will be presented in multiple forms separated by;
. - Incident Tracking Issue Integration: Added [Event Recovery Syncs Issue Closure] switch, synchronously closing incident tracking Issues when events recover.
- Monitor List Added Clone Button.
- Alert Configuration: Supports configuring multiple alert policies; if multiple are configured,
-
Notification Target Management: Added Simple HTTP Notification Type, directly receiving alert notifications via Webhook URL.
-
Scenarios:
- Charts: Added currency option for units; advanced configuration changed [Sequential Comparison] to [Year-over-Year/MoM].
-
Service Management > Resource Calls: Top/Bottom list added selection for top/bottom quantity.
-
Viewers: Display column settings added [Time Column] switch.
-
Paid Plans and Billing:
- Workspace Lock Pop-up Page Added Create New Workspace Entry, optimizing operational experience.
- Optimized AWS registration process.
Guance Deployment Edition Updates¶
- Supported LDAP Single Sign-On.
- Workspace Management > Data Storage Policy Added Custom Options up to 1800 days (5 years). Metrics added options like 720 days, 1080 days retention periods. Changes can be synchronized to backend data storage after setting and editing data storage policies in the console.
- Users: Support one-click configuration for assigning workspaces and roles to user accounts.
- Added Console Audit Event Viewing Entry for quick viewing of all workspace-related operation audits.
- Added [Backend MFA Authentication].
January 11, 2024¶
Guance Updates¶
- Logs:
- Added BPF network log collection and detail pages, supporting JSON format conversion; detail pages added readable display modes.
- Added binding for [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 Charts: Added sorting logic (limited to the new engine), supporting sorting returned results.
- Generated Metrics: Added batch operations; standard and above permission members support cloning.
- Monitors:
- Notification Targets Management: Adapted new DingTalk bots, making the "Secret Key" field non-mandatory during creation for quicker association with DingTalk bots.
- Optimized SLO deduction logic.
- User Access Monitoring (RUM): Public Dataway supports converting IP addresses into geographic location information.
This concludes the translation of the provided content. If you need further assistance or have any specific sections that require additional attention, please let me know!