Skip to content

Changelog (2024)


December 25, 2024

OpenAPI Updates

  1. Resource Catalog: Supports obtaining the Resource Catalog list, supports Create/Modify/Delete/Export Resource Explorer.
  2. Generate Metrics: Supports listing the Metrics list, supports Create/Modify/Enable/Disable/Delete Metrics.

Feature Updates

Pipeline

Automated Pipeline Writing: Traditional log parsing methods often rely on manual script writing based on familiarity with rules, which not only consumes a lot of time but is also prone to errors, leading to inefficiency in Pipeline writing and inability to respond 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 automated log content parsing, helping developers extract valuable information from large volumes of logs more efficiently, simplifying data flow and processing.

Monitoring

AI Alert Compression and Merging: Large models are used to compress and merge monitoring alert events, 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 operation and maintenance personnel receive only one comprehensive alert message within a specified time period (e.g., 10 minutes), rather than multiple duplicate alerts.

Cloud Bill Analysis

Cloud bill scenario views and Explorers now display consumption currency categories.

Scenarios

  1. Dashboards and built-in views now include Identifier ID: Dashboards and user views can be uniquely identified by their Identifier ID, and chart link configurations can locate dashboards or user views via the Identifier ID.
  2. Explorer Auto Refresh logic adjustment: The "Pause" button has been removed from the time widget, and a new "Off" option has been added to the refresh frequency options, allowing users to turn off auto refresh as needed, making operations more concise and intuitive. The "Explorer Auto Refresh" switch in User Settings has also been removed to avoid redundancy and optimize the user setting experience.
  3. New Explorer function: MD5(), supports querying log data with MD5 encryption for desensitization in the Explorer.
  4. Chart optimization: Charts now support obtaining PromQL metric names as legends, and {__name__} can be used to configure metric names as aliases.
  5. PromQL editor now includes syntax highlighting and syntax hints.

Metrics

Generate Metrics optimization:

  1. All types of generated metrics are consolidated under the Metrics directory, making it easier for users to view and manage them uniformly.
  2. Supports re-aggregation of existing metric data to generate new metrics, providing more dimensions for data analysis.

Management

Data access and sensitive data viewing desensitization rule application optimization: Optimized the combination of multiple rules and roles to determine data access scope. If a member has multiple roles, the final data access scope is the union of the scopes defined in the rules, and the same applies to sensitive data viewing desensitization rules.

Infrastructure

Resource Catalog Cross Workspace Query: The Resource Catalog menu now supports cross-workspace querying of resource list data.

Deployment Plan Updates

  1. Deployment Plan supports Custom Navigation Bar and Action Button Display Text.

  2. Management backend member menu optimization:

    • Added "Login Type" column, supports distinguishing between default login members and SSO login members, and supports filtering by login type;
    • For SSO login members, supports editing the "Other Attributes" field, allowing custom attribute information. This information will be synchronized to Webhook and the corresponding event content area when sending alerts.
  3. For workspaces with Volcengine as the primary storage engine, the storage strategies for links, logs, and custom log indexes have been adjusted to: Standard Storage, Low-Frequency Storage, and Archive Storage, which can be configured separately for hot data, low-frequency data, and archive data storage durations. Additionally, if the primary storage engine is Volcengine, when creating a new index in the TrueWatch console, the storage strategy will also be adjusted to: Standard Storage, Low-Frequency Storage, and Archive Storage.

New Integrations

Bug Fixes

  1. Fixed the issue where host tags were not taking effect;
  2. Fixed the issue where updating tokens in the console failed;
  3. Fixed the issue where sorting in combined dashboards was lost due to refresh operations;
  4. Fixed the issue where table charts in shared dashboards did not display data in edit mode;
  5. Fixed the issue where switching between different charts in cross-space authorized query dashboards did not send backend requests;
  6. Fixed the issue where version data was abnormal in RUM views;
  7. Fixed the issue where built-in Func prompts in monitors could not find the account and reported a 404 error without generating events;
  8. Fixed the issue where user access monitoring list data displayed as 0;
  9. Fixed the UI display issue at the bottom of the AI assistant page;
  10. Fixed the issue where a resource class in the Resource Catalog still existed after being successfully deleted;
  11. Fixed the issue of false alerts due to data gaps.

December 11, 2024

Feature Updates

Scenarios

  1. Topology Map now supports external data queries: Users can draw topology maps using external data through DataFlux Func. Users only need to connect data according to the chart structure to easily visualize external data.
  2. Chart optimization
    • Chart display effect optimization: The chart display effect has been optimized to slide out from the side, categorized for easier finding and use of charts.
    • Chart description and use case display: The chart list now includes chart descriptions and use cases, helping users better understand and select appropriate chart types.
  3. View variable optimization
    • View variables now support configuring value listing limits to avoid performance issues caused by too much data being listed.
    • The default listing limit for the Deployment Plan is 50, and custom default listing quantities are supported. Note: Page configuration limits take precedence over global limits.

Infrastructure

  1. Resource Catalog optimization:

    • Added grouping function: To improve resource management efficiency, a resource grouping function has been added. Users can group resource classes with commonalities for easier management and viewing, optimizing the organizational structure of resources.
    • Explorer honeycomb map mode optimization: Supports configuring "Color Fill" and "Group Analysis" field lists, allowing users to customize selectable fields as needed.
  2. Container and Resource Catalog Explorer search optimization: Container Explorer now supports container_name search, and Resource Catalog supports name search.

Monitoring

Alert strategy configuration optimization

  • Supports one-click creation of associated monitors through the alert strategy entry, adding a unified alert notification management mode centered on alert strategies.
  • Optimized the associated display interaction in the alert strategy list.

RUM

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

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

APM

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

New Integrations

Bug Fixes

  1. Fixed the issue where expression query values were abnormal;
  2. Fixed the issue where querying the CPU usage rate of a pod started at a certain time using PromQL in a chart showed data in the time series chart within the time range but no data when switching to chart query.
  3. Fixed the issue where alert events did not recover.
  4. Fixed the issue where PromQL query results were abnormal.
  5. Fixed the issue where modifying hot storage duration in private deployment > management backend reported an error about the missing warmretention field.
  6. Fixed the issue where log search results in the Deployment Plan were inconsistent with searches on Volcengine TLS.
  7. Fixed the issue where embedded dashboards in user IFrame pages would randomly zoom.
  8. Fixed the issue where the page would freeze when creating a new group in user management and adding it to multiple spaces.
  9. Fixed the issue where entering the TrueWatch console > events reported an error about df_fault_id.
  10. Fixed the issue where opening the events menu would prompt exceeding memory limits.
  11. Fixed the issue where overview chart expression calculations were incorrect.
  12. Fixed the issue where monitors triggered alerts but did not generate events.
  13. Fixed the issue where log query functionality was abnormal in the Deployment Plan with Volcengine as the base.

November 27, 2024

Breaking Changes

  1. OpenAPI: If configuring alert strategies via API to notify members by rule mode, note that the parameter structure for adding/modifying alert strategies of member type via OpenAPI has been adjusted.

  2. Dashboard > Visibility Range: Added a "Custom" option, supports configuring operation and view permissions for members for this dashboard.

    • Note: If you previously added "Teams" to the visibility range, the team configuration will become invalid and needs to be reconfigured.

Feature Updates

Cloud Bill

  1. Added a guided page: Provides clear steps and explanations to help users get started quickly;
  2. Added support for Volcengine, Microsoft Cloud data access.

External Data Source Access

  1. MySQL data storage system support: The platform now supports accessing MySQL data storage systems, allowing users to achieve real-time data querying and analysis using this feature.

  2. Native query statements can be used directly: Users can directly use the data source's native query statements in charts for data querying and display, without any conversion or adaptation.

  3. Data security and privacy protection: To protect user data security and privacy, the platform does not store any added data source information. All data source configurations are saved directly in the user's local Func, ensuring data source information security and avoiding data leakage risks.

Monitoring

  1. Alert Strategy > Configure Notification Rules by Member:

    • Supports configuring multiple group member notification rules to take effect in parallel;
    • Member-configured notification rules support defining effective time ranges. If multiple time ranges exist, the first matching time range's notification rules will be used for alert sending.
  2. Monitor: Supports searching when configuring associated alert strategies.

  3. Mute Time: When defining "Repeat" mute times, supports customizing mute start time and mute duration, supports configuring mute cycles "By Day", "By Week", "By Month", helping to define mute times more flexibly. Also added a mute plan preview function to view the currently defined mute times.

Billing

High Consumption Alert:

  • Supports customizing alert notification members. When billing items exceed the set threshold, email alerts will be sent to the Owner and the corresponding notification members;
  • Supports setting dedicated notification members for each billing item under each billing item;
  • Supports creating external emails as notification members by pressing Enter.

Application Performance Monitoring

  1. RUM > Analysis Dashboard, Container > Analysis Dashboard: View switching display optimization, users get a smoother experience when switching views.
  2. Built-in log pages: Supports searching when selecting log indexes, optimizing the operation experience.

Events

  1. Unrecovered Event Explorer supports adjusting the query event range via the time widget;
  2. Event Explorer supports customizing displayed columns.

Scenarios

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

Management

Blacklist: Added name and description fields, supports distinguishing purposes and other related scenarios.

Help Center

Help documentation optimization: Integration page added description information, helping to intuitively view integration information.

Deployment Plan Updates

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

New Integrations

Bug Fixes

  1. Fixed the issue where some Explorer list column names could not be defined via the "Display Columns" entry;
  2. Fixed the issue where applications listed during RUM metric generation were not affected by data access rules;
  3. Fixed the front-end style adaptation issue for automatic Issue discovery in Application Performance Monitoring > Error Tracking > Issue;
  4. Fixed the issue where the query time for Resource Catalog queries in dashboards > charts was incorrect;
  5. Fixed the issue where the width of the billing analysis billing period column could not be adjusted.

November 20, 2024

Feature Updates

Microsoft Cloud Marketplace Listing

TrueWatch has been listed on the Overseas Microsoft Cloud Marketplace, and the Commercial Plan workspace now includes "Microsoft Cloud" as a settlement method.

Integration > Extensions

  • Func platform linkage optimization: You can view all accessed DataFlux Func lists in extensions, making it easier for users to manage and monitor all accessed external data sources.

Deployment Plan Updates

  • Volcengine TLS supports JSON indexing and search.

Bug Fixes

  1. Fixed the issue where forwarding data to Kafka consumed excessive Kafka outbound traffic.

November 13, 2024

OpenAPI Updates

  1. Snapshots: Supports creating snapshots of log Explorers via OpenAPI Create Snapshot.
  2. Data Access: OpenAPI supports obtaining the data access list, supports Get/Create/Modify individual data access rules.

Feature Updates

Billing

  1. High Consumption Alert optimization: High consumption alert now includes total consumption alert functionality, supports setting alert amounts for the total consumption of the workspace.

Application Performance Monitoring

DQL Query

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

Management

  1. Invite members: Added line break separation function, multiple emails can be recognized via line breaks.
  2. Data forwarding rule expansion: Data forwarding to Huawei Cloud OBS supports AK, SK access, providing richer OBS access methods.
  3. Workspace:

    • Workspace deletion or dissolution now includes a 7-day temporary storage logic, data within the workspace will be permanently cleared after 7 days;
    • Supports configuring personal account-level default space and pinned space.

Monitoring

  1. Monitor function enhancement: When selecting logs as detection indicators, supports searching log indexes for selection.
  2. Monitor: Monitor threshold trigger judgment configuration is appended 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 language, intelligent monitoring events support changing with workspace language.
  4. Cloud bill monitoring view: Cloud bill view supports more instance-level bill analysis.

Scenarios

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

Deployment Plan Updates

  1. Forgot password: When forgetting the login password, supports retrieving the password via the account's associated email verification code. Note: If the account is not associated with an email, this method cannot be used to retrieve the password.
  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 setting filter conditions in alert strategies, using extended fields in event information for filtering, could not send alerts.
  2. Fixed the issue where filter conditions in alert strategies did not display all content.
  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 specified Webhook via incident tracking, found that issue.add type creation notifications were not sent normally.
  5. Fixed the issue where secondary menu data in the Resource Catalog was unstable.
  6. Fixed the issue where adding a resource class to the secondary menu in the Resource Catalog, and deleting the resource class, the secondary menu still existed.
  7. Fixed the issue where the JSON in the Resource Catalog would be cleared after saving and reopening.
  8. Fixed the issue where in the Resource Catalog, associating dashboards via tags, resources that did not match the tags incorrectly associated with the dashboard.
  9. Fixed the issue where selecting the Resource Catalog, loading display columns was not coherent, with obvious transition display columns.
  10. Fixed the issue where after version upgrade, filter conditions in log flow charts were lost, and views could not load normally.
  11. Fixed the issue where the "Add Filter" function in the Log Explorer could not fully recognize trace_id strings.
  12. Fixed the issue where -bpf_net_l7_log logs' associated network logs were inaccurate.

November 6, 2024

Feature Updates

Price Adjustment

  1. RUM PV 30-day, 60-day gradient price adjustment;
  2. APM Trace 30-day, 60-day gradient price adjustment;
  3. Session Replay price adjustment.

Monitoring

Alert strategies now support defining notification rules based on member scope, helping users better manage alert notifications and problem handling boundaries.

Scenarios

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

Bug Fixes

  1. Fixed the issue where the honeycomb chart in Infrastructure did not display specific usage rates.

October 30, 2024

New Integrations

Feature Updates

Cloud Bill

Added first-level navigation menu, pre-configured Explorers and bill analysis views for cloud bill data, optimizing user viewing experience.

Note: Free Plan is not supported.

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 provide timely warnings to avoid affecting normal business operations. The system supports multi-dimensional visualization functions, helping users deeply analyze and understand host network usage, optimize bandwidth allocation and resource utilization, and provide data support for future capacity planning, ensuring reasonable configuration of network resources.
  2. Monitor function enhancement:

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

  4. Log Explorer can one-click configure "Log Detection" type monitors based on current filter and search conditions.

  5. Note: Only when left* query is enabled at both site and workspace levels, monitors support left* query. Otherwise, if Log Explorer configures left* query, jumping to the monitor will result in query errors.

  6. Notification Targets list:

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

  8. For notification targets that fail to send for two consecutive days and are disabled by the system, a mark is displayed after the name.

  9. Mute Rules optimization:

  10. Added rule name and description configuration functions, improving rule management convenience;

  11. Event attributes support logical combination relationships (AND and OR) between different fields;
  12. Optimized list display effect, supports customizing display columns, improving user interface personalization experience.

  13. Alert Strategies:

  14. Label matching logic in notification rules supports free combination of AND and OR relationships between different fields, interactive experience is consistent with Explorer filter and search components;
  15. Added custom operation permission configuration;
  16. Added alert strategy description field.

Scenarios

  1. Added Host NET Analysis View: By aggregating host network usage, bandwidth allocation, and resource utilization indicators, it provides data support for future capacity planning, ensuring reasonable configuration of network resources.
  2. Chart query optimization:
  3. index does not support by group query, optimized DQL query interactive experience;
  4. By label range / filter label range listing is precise to the metric level;
  5. DQL query added function to obtain log indexes: show_logging_index(), can be applied in dashboard view variables, and chart query index configuration supports view variable filling;
  6. Chart expression query function now supports cross-space query;
  7. Optimized combined chart time lock display, providing a more intuitive user experience.
  8. Explorer page optimization: Explorer detail page's bound host Tab page added host_ip display.

Pipeline

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

Management

Data Access function integration:

  • Application performance and metrics added data access function;
  • Added "Data Access" function module in management, integrating all data types, supports users to quickly query and filter.

Synthetic Tests

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

Deployment Plan Updates

  1. Management backend added monitor menu: Lists all workspace monitors, supports searching, filtering monitors; supports modifying monitor enable/disable status, deleting, exporting monitors, and supports cloning single/batch monitors to selected workspaces.
  2. Note: Composite detection monitors do not support cross-workspace cloning.
  3. MFA security authentication optimization: Added hide 7-day auto-login option switch, supports configuring whether to enable no-authentication login options.
  4. CDN domain configuration: Can configure CDN domain in configuration file, RUM application access page will automatically obtain and display.

Bug Fixes

  1. Fixed the issue where pie chart 0% value display ambiguity, optimized 0% value in drawing proportion and visual effect.
  2. Fixed the issue where default page loading error when viewing "Events" menu.
  3. Fixed the issue when selecting multiple indexes in log indexes.
  4. Fixed the issue where extra_data field was missing when passing Events through "External Event Monitor" to third-party tools.
  5. Fixed the issue where switching hosts via quick filter in Log Explorer, right-side data did not refresh.
  6. Fixed the issue where table chart empty value display optimization requirement.
  7. Fixed the issue where query conditions for data access rules imported via API were not displayed on the page.
  8. Fixed the issue where testing logs could be viewed in log function, but could not find related data sources during PL processing.
  9. Fixed the issue where Application Performance Monitoring service topology reported errors.
  10. Fixed the issue where DQL did not support tag calculation after self-developed time-series database upgraded to the latest version.
  11. Fixed the issue where could not locate current log via log context.
  12. Adjusted application intelligent monitoring sensitivity, reduced excessive abnormal request number drops.
  13. Improved mutation detection monitor's incompatibility with high-frequency tags.

October 16, 2024

New Integrations

Feature Updates

TOBY AI Bot

TrueWatch introduced TOBY AI Bot, providing quick responses to answer TrueWatch related questions.

Cloud Bill

  1. Added Cloud Bill Explorer: When bill data is collected to TrueWatch, you can create a Cloud Bill Explorer via the template to view all cloud bill data.
  2. Added Cloud Bill System View: By analyzing cloud bill products, regions, and instance-level consumption, it helps users quickly analyze and understand current cloud resource consumption trends, providing reference for future cloud resource cost planning.
  3. Added Cloud Bill Intelligent Monitoring: Cloud Bill Intelligent Monitoring provides efficient cloud cost management tools, helping users monitor cloud service consumption in real time, identify abnormal costs and provide warnings, avoiding unnecessary expenses. It supports multi-dimensional visualization functions, helping users analyze and understand cloud resource consumption patterns, providing data support for future budget planning, thus optimizing cloud resource allocation, ensuring cost-effectiveness.

Monitoring

  1. Monitor Configuration interaction optimization:
  2. Supports configuring Issue Association Creation for selected level events;
  3. Optimized Crontab custom detection frequency and detection interval configuration interaction;
  4. Added Notification Content Customization.
  5. Alert Strategy Configuration Optimization:
  6. Added Regular Expression Matching for event filter conditions within rules;
  7. Optimized filter condition configuration display.
  8. Data Sampling Optimization: In monitor configuration pages and metric analysis pages, when charts automatically trigger data sampling due to large data volume, users can manually turn off data sampling function.

Logs

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

Scenarios

  1. Dashboard Visibility Range optimization: Dashboard visibility range on public basis, supports custom configuring visible members, and supports batch setting dashboard visibility range, improving dashboard management efficiency.
  2. Template Variables adjustment: Added #{startTime}, #{endTime} two time variables, supports obtaining current chart actual query time, can apply these variables in chart queries and chart links.
  3. Log Flow Chart Display Column Optimization: Log flow chart display columns if @json format cut fields, can set units for these fields, unifying chart data viewing and analysis experience.
  4. Platform Chart Color Upgrade: Platform chart colors have been upgraded, providing better visual effects.
  5. Cross Workspace Query: All chart expression query functions now support cross workspace query.

Management

  1. Blacklist Function Enhancement: Supports all data type data sources for select all, single select, multi-select configuration.
  2. Self-built Indexes/Sensitive Data Scanning/Data Forwarding: To optimize data processing and writing performance, function rule configuration filter conditions removed "match" and "not match" matching modes.

Events

  1. Unrecovered Event Explorer optimization:
  2. Optimized batch operation interaction, added One-click Select Current Page and One-click Select All options, supports quickly recovering selected abnormal events;
  3. Manual recovery generated recovery, OK event title display optimization.

Infrastructure

  1. Resource Catalog Optimization: Resource Catalog supports custom resource class icons, providing rich icon selections, improving user experience.

Deployment Plan Updates

  1. Dashboard view variable dropdown listing value removed limit 50 restriction, meeting different data query needs.
  2. Management Backend Update: Management Menu hidden items added "Help", "Avatar", "System Notifications" and "Shortcut" options, improving management efficiency.

Bug Fixes

  1. Fixed the issue where English version integrations could not be searched.
  2. Fixed the issue where RUM snapshot sharing could not be accessed.
  3. Fixed the issue where composite detection A&&B did not take effect, A||B generated Result only had A's value, not B's value.
  4. Fixed the issue where view setting master-slave failed to match empty values.
  5. Fixed the issue where Top List chart displayed data could only retain 2 decimal places, actual smaller values were directly rounded off.
  6. Fixed the issue where scheduled report dashboard emails displayed incompletely.
  7. Fixed the issue where continuous trigger judgment times greater than 10 could not be saved.
  8. Fixed the issue where APM and log migration to base data could not be aggregated.
  9. Fixed the issue where management backend enabled both local and LDAP login methods, frontend only displayed local login.
  10. Fixed the issue where Synthetic Tests had no data.
  11. Fixed the issue where log export did not have message content column.
  12. Fixed the issue where log sorting was abnormal.
  13. Fixed the issue where selecting multiple indexes in Log Explorer did not display context logs.
  14. Fixed the issue where Grafana chart conversion tool conversion efficiency compatibility was low.
  15. Fixed the issue where Synthetic Testing > Quantity Statistics configuration, added fields were outside the input box.
  16. Fixed the issue where storage log monitors could not obtain detection dimensions.
  17. Fixed the issue where Issue configuration Issue discovery did not generate Issues after abnormal events.
  18. Fixed the issue where dashboard view variable dropdown list did not support keyword query.
  19. Fixed the issue where text could not be written to Doris troubleshooting.
  20. Fixed the issue where event status counts changed within the same time period.
  21. Adjusted role query logic, fixed the issue where role counts exceeded 100 could not be searched.

September 25, 2024

Breaking Changes

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

Feature Updates

Scenarios

  1. Dashboard added History Version Record: Can view this dashboard's saved version records within three months, select a version to view this version's chart details, and mark this version's changes in JSON format with different colors.
  2. Supports restoring current dashboard to selected history version;
  3. Supports cloning a dashboard version.
  4. Custom Explorer supports changing display column order: Custom Explorer edit configuration, can drag selected fields to change field display order.

Monitoring

Monitors added custom operation permissions: After configuring operation permissions, only authorized objects can enable/disable, edit, delete this monitor.

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

Real User Monitoring

  1. Session Replay Enhancement: Mobile launched Session Replay function, supports mobile applications to backtrack user behavior trajectories and locate usage issues via Session Replay.
  2. Data Access Enhancement: Real User Monitoring added Data Access function, supports configuring data view range at application level, fine-grained management of member data query boundaries.

Management

  1. Cross Space Authorization Optimization: Updated login space definition to "Current Space", simplifying user operations between different spaces.
  2. Data Forwarding Rules supports specifying storage directories: When archive type is AWS S3, Huawei Cloud OBS, Alibaba Cloud OSS, supports forwarding data to corresponding directories under storage buckets, helping better manage forwarded data.
  3. Note: Please be cautious when changing storage paths, as updating configurations has a delay of about 5 minutes, some data may still be forwarded to original directories after changes.
  4. Data Forwarding Explorer Optimization:
  5. Time Widget Adjustment: Adjusted to Explorer general time widget, can obtain forwarding data precise to minutes.
  6. SLS query logstore data storage location adjustment: "Data Forwarding" no longer retains SLS query logstore data, can query in "Log Explorer".

Synthetic Tests

Tag format if key:value, in results will extract key value to first-level fields.

  • Note: If custom tag key values duplicate with other testing result attribute values, discard operation will be performed.

Infrastructure

  1. Resource Catalog function enhancement: Optimized Resource Catalog architecture, supports users to customize resource Explorer templates, and provides list and honeycomb map two view modes, improving resource data viewing and analysis experience.
  2. Container Interaction Optimization: Container and K8s infrastructure Explorer switching views, filter, search conditions are retained and not reset.

Help Center

Integrated Help Center page, allows users to access all Integration List via a unified entry, and supports search and tag filtering functions, improving search efficiency.

Bug Fixes

  1. Fixed the issue where PromQL query result rule mapping did not take effect in views.
  2. Fixed the issue where host survival alert v2 monitors occasionally could not recover.
  3. Fixed the issue where dashboard scheduled reports sent to emails, reports opened failed.
  4. Fixed the issue where testing tasks created via OpenAPI could not be modified.
  5. Fixed the issue where PV statistics in Billing Plan and PV details in Billing Details were inconsistent.
  6. Fixed the issue where Webhook added user information did not carry phone numbers.
  7. Fixed the issue where view variable values and dashboard values were inconsistent.
  8. Fixed the issue where shared workspace homepage data display issues.
  9. Fixed the issue where in data authorized spaces, template variable value dropdown obtained data did not match actual obtained data.
  10. Fixed the issue where time series table charts in dashboards often could not load data.
  11. Optimized several page display issues.

Deployment Plan Updates

  1. Datakit Management supports filtering online hosts: Supports filtering hosts with data reported in the last 10 minutes, last 15 minutes, last 30 minutes, last 1 hour, last 3 hours.
  2. Management Backend:
  3. When space storage type is "Volcengine", supports configuring hot data retention duration.
  4. New workspace copy and interaction optimization, default main engine only has one option, users do not need to specify additionally.
  5. Platform Color Template Enhancement: Supports defining navigation bar and navigation text display color configurations.
  6. License Usage and Expiration Reminders: Added global prompts for License about to expire, expired, and usage exceeded; Added global prompts for platform component version upgrades.

September 4, 2024

Feature Updates

Logs

  1. Log Explorer added interaction: Long press Ctrl can perform "Add to Query", "Exclude from Query", "Copy" operations on Explorer list text word segmentation, quickly appending target data queries. Similarly, Log Detail page content area also supports this interaction.
  2. Logs support binding Volcengine TLS External Indexes: Can bind external indexes, directly view and analyze Volcengine log data in the TrueWatch platform.
  3. Logs > Data Access optimization:
  4. Added Data Access navigation page, page top right corner added help document jump link;
  5. Data Access rules added 【Name】 field as unique ID, added rule 【Description】 field, can customize names and descriptions to distinguish rule usage scenarios.
  6. Log Explorer Filter Optimization: Log Explorer list 【Log Index】 filter supports search, can keyword search indexes and select.
  7. Log Status Customization: Supports custom log status values, and set colors for each status value in the console, adapting to different log access scenarios, making log status display more personalized and intuitive.

Scenarios

  1. Added chart type Heatmap: Users can intuitively view data distribution and trends via color depth, helping better understand data.
  2. Chart Link Redirect Jump: Link Function functions with dashboard data to achieve link redirect jumps.
  3. Alert Statistics Chart component upgrade: Changed listing logic, new version alert statistics chart listing effect is consistent with Unrecovered Event Explorer, unifying user viewing experience.
  4. Note: Cross workspace listing does not support "Create Issue" and "Manual Recovery" operations.
  5. Group Table Chart Custom Display Columns: In group table charts, added custom display columns function, supports setting display or hide for returned columns, providing more flexible data display methods.
  6. Chart Cross Space Authorization Query Interaction Optimization: After enabling space authorization function, can directly select authorized space lists above queries, operations more intuitive and convenient.

Incident

Incident Issue and Monitor Events: If content contains @ member configuration, when passing via Webhook, Issue or event will synchronously carry @member account attribute information.

Monitoring

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

Pipeline

Separated testing data and log data processing, and added "Synthetic Testing" data type. Avoid mutual interference during data processing, ensuring data processing accuracy and efficiency.

Note: Only Central Pipeline supports "Synthetic Testing" data type, and testing node DataKit version must be >= 1.28.0.

Others

  1. Workspace List Display Optimization: For list operation bar, added creator avatar mouse hover prompt creator, creation time, updater, update time; simultaneously optimized overall operation item display.
  2. List Added Jump Audit Events: List operation bar added audit event jump link, click can jump to view corresponding audit events.
  3. Account Management Display Adjustment: Single sign-on users 【Account Management】 menu does not display password item.

Bug Fixes

  1. Fixed the issue where local Function functions as data source queries did not link time widget time range.
  2. Fixed the issue where PromQL data query results display order incorrect.
  3. Fixed the issue where monitor and chart query filter components were not unified.
  4. Fixed the issue where clicking related events from Incident entry displayed in non-intelligent monitoring event lists causing no query results.
  5. Fixed the issue where Lark Incident Webhook integration had no data, no callback.
  6. Fixed the issue where ten-thousandth unit displayed numbers.
  7. Fixed the issue where in Explorer analysis mode, adding filter conditions could not search fields.
  8. Fixed the issue where creating Issues from monitor events had no source link.
  9. Fixed the issue where log export to CSV failed.
  10. Fixed the issue where did not receive high consumption alert email notifications.
  11. Fixed the issue where switching channels in Incident, Issue lists did not change.
  12. Fixed the issue where log indexes a, b had same field names (case-insensitive), selecting indexes a, b in Log Explorer reported errors.

Deployment Plan Updates

  1. Chart Custom Return Count: Time series charts, pie charts, table charts, Top List, rectangle tree charts and maps support custom return data counts, no maximum limit, meeting different data display needs.
  2. Management Backend > Datakit Management, supports exporting Datakit list.

August 21, 2024

Breaking Changes

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

New Features

  • Management: Added Client Token unified management entry, users using public network DataWay to access RUM applications can replace system default generated Token, use custom created Token.

Continuous Optimization

  • Incident:
  • Added Issue Discovery page. Through this function, you can customize specific rules for Issue discovery, unify management and filter abnormal events and related data triggered by monitor detection rules. Treat a series of events as caused by a single reason, set filter conditions for these events, then select aggregation dimensions to further refine data. After refinement, data will be aggregated according to your preset detection frequency. Finally, the system will automatically push this information to specified channels based on your preset Issue titles and descriptions, ensuring all relevant parties can receive and effectively handle these Issues in a timely manner.
  • Configuration Management > Notification Strategies: Notification strategy list added creation/update information display.

Regular Updates

  • Data Storage Strategies:
  • Original 【Application Performance】 item split into 【Application Performance-Link】, 【Application Performance-Profile】, supports users to separately configure Trace data and Profile data storage strategies;
  • Original 【Data Forwarding】 name changed to 【Data Forwarding-TrueWatch】.
  • Monitoring > Notification Target Management: Continuous one day sending failure will send system notifications; Continuous two days sending failure will send system notifications and automatically disable.
  • Unrecovered Event Explorer:
  • Data source changed to query event data, using df_fault_id as unique identifier for aggregation, obtaining the latest data result for display.
  • Page overall UI transformation.
  • Application Performance Monitoring (APM) > Link: Service Call Relationship Chart adjusted to service topology display, and displays service to service call counts.
  • Management:
  • Added 【Workspace Description】;
  • In edit mode, interaction changed to open new window;
  • Workspace list supports searching and locating by workspace name or description.
  • Logs > BPF Logs > L7 BPF Network Logs: Network request topology chart UI optimization, highlighting server and client differentiation.
  • Synthetic Tests > HTTP Testing > Advanced Settings > Request Settings default added Accept-Encoding:identity.

Deployment Plan Updates

  • Added Testing Node Management entry, supports creating platform level testing nodes, and unified management of all nodes via node list. Testing nodes created via this entry support configuring Chinese and English node names, adapting to TrueWatch domestic and international site displays and reporting data result content.

  • Data Storage Strategies:

  • Considering user storage cost factors, need to customize these data storage durations, Deployment Plan management backend added 【Session Replay】 configuration item.

  • Original 【Data Forwarding】 name changed to 【Data Forwarding-Default Storage】;
  • Original 【Application Performance】 item split into 【Application Performance-Link】, 【Application Performance-Profile】, supports users to separately configure Trace data and Profile data storage strategies;

  • Supports Volcengine TLS as underlying data storage engine.

BUG Fixes

  • Fixed the issue where Incident notification strategies did not take effect;
  • Fixed the issue where Application Performance Monitoring link tracking export was abnormal;
  • Fixed the issue where modifying notification targets via OpenAPI reported no permission configuration display errors;
  • Fixed the issue where Log Explorer reset time range could not automatically obtain source filter;
  • Fixed the issue where Log Explorer search bar added source filter range, but "Quick Filter" still displayed all source outside filter range;
  • Fixed the issue where mutation detection reported errors;
  • Fixed the issue where writing data access rules via OpenAPI, UI page opened could not view role information;
  • Fixed the issue where chart data format settings did not take effect on legend data;
  • Fixed the issue where self-built testing nodes, associated testing tasks deleted, actual testing was still running.

August 7, 2024

New Features

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

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

  • Monitoring: Added detection type——Interval Detection V2, using historical data of detection indicators to establish confidence intervals to predict normal fluctuation ranges.

Continuous Optimization

  • Incident:
  • Configuration Management > Notification Strategies: Added Operation Audit and Execution Log viewing entry. When receiving Issue notifications, sometimes notifications are not sent normally or there are doubts about notification strategies, you can view current notification strategy operation audit events and execution log data to judge.
  • APM / RUM Issue Automatic Discovery supports adding filter conditions;
  • For Deployment Plan, added Unified Management Incident Levels entry;
  • Calendar:
    • In calendar edit page, different notification targets automatically generate colors;
    • Calendar Management: 【My Calendar】 and 【All Calendars】 added statistics counts;

Regular Updates

  • Monitoring > SLO:
  • Added tag configuration, finally applied to generated event data information;
  • Configuration optimization: By setting 【Target】 and 【Minimum Target】 7-day compliance rate range, judge generating warning or emergency events;
  • Supports associating 【Alert Strategies】 to achieve alert notification sending.
  • Synthetic Tests:
  • Testing tasks added tag configuration;
  • Configure testing task page Testing Module optimization;
  • List added Quick Filter module;
  • Explorer: Analysis mode supports exporting CSV files.
  • Infrastructure > Containers: Added process association page display.

BUG Fixes

  • Fixed the issue where 【Triggers】 billing statistics counts were not displayed;
  • Fixed the issue where chart queries 【Left * Match】 issues;
  • Fixed the issue where BPF network logs returned data did not contain container related information;
  • Fixed the issue where Central Pipeline failed.

Breaking Changes

  • OpenAPI:
  • SLO creation/modification interface added tags, alertPolicyUUIDs and deprecated alertOpt parameter;
  • SLO get details and list interface return results added tagInfo, alertPolicyInfos fields, discarded alertOpt field.

July 24, 2024

TrueWatch Updates

  • Incident:
  • Added Analysis Dashboard: Visual display of different indicator data.
  • Added Calendar management and Notification Strategies: Further notification allocation for Issue content ranges.
  • Scenarios:
  • Charts: Added Time Offset settings. Enable time offset, when querying relative time ranges, actual query time ranges offset forward 1 minute, preventing data acquisition empty due to storage delays.
  • Dashboards: Added History Snapshot entry.
  • Snapshots: Save snapshots automatically obtain current page selected time range; Share snapshots, can choose to allow viewers to change time range.
  • Monitoring:
  • Infrastructure Survival Detection V2: Added Additional Information. After selecting fields, system performs additional queries, but not used for trigger condition judgments.
  • Notification Target Management: Added 【Operation Permissions】 option configuration, controlled by switch for notification target operations (edit, delete).

July 10, 2024

TrueWatch Updates

  • Scenarios:
  • View Variables:
    • Added configuration item switch: Include * options.
    • When selecting hidden view variables, list added hidden identifiers.
  • Dashboards: Grouping components support configuring colors.
  • Charts: Alias function covers Top List, Rectangle Tree Charts, Sankey Charts.
  • Dashboards/Explorers/Built-in Views: Added Card Attributes information, optimizing edit configurations.
  • Monitoring:
  • Notification Target Management: Configuring Webhook Notification Targets, supports appending member information.
  • Application Intelligent Detection: Added tracking historical changes, filtering periodic abnormal data mutations; Added abnormal service associated affected user counts.
  • Events > Event List Explorer: Display columns added alert notification status identifiers.
  • Logs:
  • Indexes: Binding SLS External Indexes, added access type selection, supports custom public network access or internal network access;
  • Log Explorer: Cluster Analysis mode, supports exporting display column data and associated log page data.

TrueWatch Deployment Plan Updates

June 26, 2024

TrueWatch Updates

  • Pipelines: Supports selecting Central Pipeline execution scripts.
  • Billing: Added Central Pipeline Billing Item, statistics all original logs hitting Central Pipeline processing data sizes.
  • Monitoring
  • Notification Target Management: Added Permission Control. After configuring operation permissions, only authorized objects can edit, delete this notification target.
  • Intelligent Monitoring > Log Intelligent Detection: Added tracking historical changes, filtering periodic abnormal data mutations.
  • Logs
  • Data Access: Added access permission configuration for authorized viewing log indexes.
  • Log Explorer: Display columns expanded, supports adding json object internal field content to first-level return display.
  • BPF Network Logs:
    • Connection display effect optimization;
    • Supports directly jumping to detail page;
    • Supports custom adding display columns.
  • Scenarios
  • Time Series Charts: Line charts, area charts added Breakpoint Connection settings, bar charts added 【Display Return Values】 button.
  • Synthetic Tests: Task list added table header sorting.
  • DataFlux Func: Added Function External Functions. Allows third-party users to fully utilize Function's local cache and local file management service interfaces to write functions, executing data analysis queries within workspaces.

TrueWatch Deployment Plan Updates

Profile: By configuring parameters, supports file storage and object storage two methods.

June 13, 2024

TrueWatch Updates

  • BPF Network Logs: Optimized BPF network function, enhanced L4/L7 network linkage.
  • APM/RUM: Added 【Issue Automatic Discovery】 function. After enabling this configuration, TrueWatch will automatically create Issues for error data records matching configuration item rules.
  • Monitoring
  • Intelligent Monitoring: Added Kubernetes Intelligent Detection: Through intelligent algorithms automatically detect anomalies in Kubernetes, detection indicators include Pod counts, Pod restarts, APIServer QPS, etc.
  • Alert Strategy Management:
    • Added Filter function. When configuring alert rules, this function allows adding more detailed filter conditions on original levels, only matching level + filter condition events will be sent to corresponding notification targets.
    • Supports selecting external emails as notification targets.
  • Monitors > Event Content: Supports custom input external emails.
  • Scenarios
  • Topology Charts: Added link configuration.
  • Sankey Charts: Originally supported up to 4 node configurations, now changed to 6.
  • Pipeline: List added filter condition display.
  • Logs > Indexes: List display optimization.

TrueWatch Deployment Plan Updates

Profile: File size originally fixed at 5MB, now modified to support customization, click to view How to Configure.

June 3, 2024

TrueWatch Updates

  • Management > Cross Workspace Authorization: Added page added 【Data Range】, supports multi-select data types.
  • Logs > Log Explorer: Supports Cross Workspace Index Queries, quickly obtaining other spaces' log data, breaking log data storage location limits, greatly improving data analysis and fault location efficiency.

May 29, 2024

TrueWatch Updates

  • DCA
  • Supports private deployment, can directly go to DCA console via workspace page button.
  • Supports batch management function.
  • Incident:
  • Webhook receiving channels: Supports Issue reply new, modify notifications;
  • Supports selecting teams or adding external emails as Issue responsible persons.
  • Logs > Context Logs: Query logic modification; Supports further query management of related data via log context detail page.
  • Scenarios
  • View Variables: Group titles/chart titles support configuring #{view variables} display.
  • Time Series Charts > Analysis Mode: Supports adjusting time interval interval.
  • Dashboards/Custom Explorers: When tag counts exceed 20, display search box; Tag names display colors.
  • Monitoring
  • Monitors/Intelligent Monitoring/Mute Management > Quick Filters: When values exceed 20, search box appears, supports searching and locating.
  • Monitors: For PromQL query detection, event notifications automatically list usable template variables.
  • Infrastructure > Network: Network detail page > Network Analysis supports ip:port and ip two dimension statistics display.
  • Application Performance Monitoring > Services > Create/Modify Service List: Filling repository links, document links added format validation.

Breaking Changes

  • Management > Attribute Claims: Custom attribute field values adjusted to string type storage.

TrueWatch Deployment Plan Updates

  • Template Management: Added import template entry, template ranges include view templates, monitor templates, custom explorer templates, Pipeline. Supports Deployment Plan users changing custom templates to platform level templates for other workspaces to use.
  • User Management: Batch operation interaction optimization.

May 15, 2024

TrueWatch Updates

  • Monitoring
  • Monitors > Mutation Detection > Detection Indicators: Supports 【Compared to Previous Period】 option, achieving final comparison of data within a fixed time period.
  • Mute Management: Added 【Additional Information】 function, supports adding explanations for mute rules, identifying mute reasons or sources, etc.
  • Intelligent Monitoring > Host Intelligent Monitoring: Added network traffic, disk IO two detection dimensions.
  • Scenarios > Dashboards:
  • View Variables: Edit page style optimization, supports defining dropdown single select, multi-select.
  • Group Table Charts, Metric Analysis > Table Charts support multi-column query result display adaptation, such as
L::RE(`.*`):(count(*),message,host) {index = 'default' and status = 'error'} BY source,service
  • Explorers:
  • Log Explorer > Context Logs supports microsecond level data query filtering, solving the issue where multiple data at the same moment (millisecond) could not locate and display certain log contexts.
  • All Explorers support selecting export data volume as CSV files.
  • Added Explorer search query audit events, i.e., user manually initiated query operations will be recorded in audit events.
  • Service Management: Originally under path 【Scenarios】 migrated to 【Application Performance Monitoring】, optimizing usage experience.
  • Generate Metrics: Supports configuring multiple by groups, no quantity limits.
  • DQL Queries: Expression queries support specified value filling, supports sub-query result filling and final value filling.
  • Real User Monitoring > Android: Application configuration display optimization.
  • Events: Added detail page associated view jump entry. In the absence of detection dimension data, can jump to Explorer to view in detail page.

TrueWatch Deployment Plan Updates

  • Added DataKit List Management page.
  • Deployment Plan configuring single sign-on, supports custom login display titles, descriptions and logos.
  • Users: Added extended attribute configuration.
  • Supports local users directly configuring attributes in edit page.
  • Supports single sign-on automatically appending third-party user attribute configurations to TrueWatch via userinfo interface by default.

April 24, 2024

TrueWatch Updates

  • Management:
  • Added Cloud Account Management: Centralize all cloud service accounts of the enterprise for unified management, and distinguish by the uniqueness of certain configurations under the accounts. By configuring integrated collectors, independently manage cloud services under each account, achieving fine-grained control of business data.
  • Account Management: Account Login Expiration Time adjustment.
  • Added Quick Search popup, can quickly view recently accessed pages and other function related pages within the current workspace.
  • Infrastructure > Containers: Added Statefulset, Persistent Volumes two object explorers.
  • Incident:
  • Added Issue responsible person configuration, TrueWatch will send email notifications to responsible persons.
  • Channel Management: Supports Upgrade Configuration. I.e., set when new Issues exceed a certain number of minutes, if no responsible person is specified, send upgrade notifications to corresponding notification targets.
  • Monitoring
  • Monitors: Detection Configuration: Supports in 【Trigger Conditions】 configuring continuous multiple trigger condition judgments taking effect, then triggering event generation.
  • Mute Management:
    • Mute rule list page display optimization: Supports listing all mute rules of the current workspace, can quickly filter and list target rules via quick filters.
    • Event attribute matching supports inverse selection, filter condition formats as follows: attribute:value, attribute:*value*, -attribute:value, -attribute:*value*, different field combination relationships are AND, multiple values of the same field are OR.
  • DQL match function meaning changed to exact match. This change only applies to new engines, respectively applied to Explorer and Monitor two scenarios.
  • Explorer scenario example: host:~cn_hangzhou.
  • Monitor scenario example:
    window("M::`cpu`:(avg(`load5s`)) { `host` = match('cn-hangzhou.172.16.***') } BY `host`", '1m')
    
  • Scenarios > Dashboards Charts can directly download as PNG images, table charts can also export as CSV files.
  • Logs > Binding Indexes: 【Field Mapping】 changed to non-required field.
  • Integrations/Built-in Views: Templates added tag management.
  • Service Map cross workspace node style display adjustment.

TrueWatch Deployment Plan Updates

  • Management > Basic Information > License Information: DataKit count limits support adjusting according to data statistics range, changed to hosts or DKs with survival time >= 12 hours.
  • Supports configuring blacklists, custom selecting import TrueWatch integrations, view templates, monitor template ranges.

OpenAPI Updates

  • Pipelines Add/Modify: Added profiling type;
  • User Views Add/Modify: Supports binding dashboard configurations.

April 10, 2024

TrueWatch Updates

  • Monitoring > Monitors > Create: Added 【Data Gap】, 【Information Generation】 configuration areas, to better distinguish abnormal data and data gap situations.
  • Management: Added System Notifications page, can view all configured abnormal status messages of current account's workspaces.
  • Scenarios:
  • Chart Queries: Added Rollup Function, this function also applies to 【Metric Analysis】 and 【Query Tools】;
  • Dashboards/User Views: Added Pin function. Under the premise of current access workspace being authorized to view several other workspaces' data, supports setting query other workspaces' data as default options.
  • System Views: Supports cloning creation as dashboards or user views;
  • Custom Explorers: Optimized search mode; In non-edit mode, hover on 【Data Range】 can view all filter conditions.
  • Explorer > Quick Filter:
  • Added 【Dimension Analysis】 button, click can quickly switch to Explorer analysis mode;
  • Supports clicking external buttons directly adding current fields to display columns/removing from display columns.
  • Free Plan Workspace > Navigation Bar: Added 【Upgrade Now】 button.
  • Infrastructure > Containers > Honeycomb Charts: Added CPU usage rate (standardized) and MEM usage rate (standardized) two indicator filling methods.

TrueWatch Deployment Plan Updates

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

March 27, 2024

TrueWatch Updates

  • Monitoring:
  • Alert Strategy Management: Each notification rule (including default notifications and custom notifications) configuration added supports upgrade notification conditions.
  • Monitors > Event Content: Added Custom Advanced Configuration, supports adding associated logs and error stacks;
  • Host Intelligent Monitoring: Changed current mutation display to prediction-based anomaly alerts by cycle, trend charts display current indicators and confidence interval upper and lower bounds, anomalies exceeding confidence intervals are marked red.
  • Scenarios > Charts: Added Topology Charts.
  • APM > Link Detail Page > Service Call Relationships: Adjusted to service topology display, and displays service to service call counts.
  • Data Storage Strategies: Session Replay data storage strategies linked with RUM storage strategies, i.e., RUM data stored for 3 days, Session Replay data also stored for 3 days.
  • Explorers:
  • Event Explorer > Basic Attributes: Added detection indicator display configuration, cached locally, globally adapted;
  • APM > Error Tracking > Cluster Analysis > Detail Page: Supports creating Incident Issues;
  • RUM > Error > Cluster Analysis > Detail Page: Supports creating Incident Issues;
  • RUM > View > Detail Page:
    • Performance: Added 【All Entries】 option, lists all associated data under current View;
    • Fetch/XHR: Click data rows, supports opening corresponding link detail pages or Resource detail pages.
  • Time Widget: Obtaining "Current Time" precise to milliseconds.
  • Management > Ticket Management:
  • Added star ratings and evaluations;
  • Feedback tickets need to be adjusted to automatically close if no customer feedback within 7 days;
  • Supports ticket list exports;
  • Tickets with status 【Completed】【Revoked】 can be restarted;
  • Account deletion automatically closes unclosed status tickets submitted under the account.
  • Cloud market opening process overall optimization.

TrueWatch Deployment Plan Updates

  • Data Storage Strategies: Supports workspace owners configuring data storage strategies, and supports custom input storage durations. Application scenarios:
  • Metric Management > Measurement;
  • Logs > Indexes > Create.
  • Users: Supports inviting members via email accounts.

March 13, 2024

TrueWatch Updates

TrueWatch Deployment Plan Updates

  • Management > Basic Information: Added "Used DK Counts" display;
  • Management > Users: Added Grouping page, based on groups can configure associated workspaces and roles, users can obtain corresponding workspace access permissions via groups.

March 6, 2024

TrueWatch Updates

  • Monitoring
  • Monitors > Detection Frequency: Added Crontab Custom Input, meeting needs of only executing detections in specific time periods;
  • Mutation Detection: Added 【Last 1 Minute】, 【Last 5 Minutes】 detection intervals;
  • Mute Management: When selecting mute ranges, "Event Attributes" is non-required field, can configure more granular matching rules as needed.
  • DataFlux Func: Added Function External Functions. Allows third-party users to fully utilize Function's local cache and local file management service interfaces to write functions, executing data analysis queries within workspaces.
  • APM > Link:
  • Title area UI display optimization;
  • For flame charts, waterfall charts, Span lists exceeding 10,000 Span results, supports viewing unshown Spans via Offset settings;
  • Added Error Span filter entry; Supports inputting Span corresponding resource names or Span IDs for search matching.
  • Scenarios
  • Charts: Added Sankey Charts;
  • View Variables: Added Select button, checked by default selects all current values, can deselect as needed.
  • Account Management: Added Cancellation entry.
  • Explorers:
  • UI display optimization;
  • Filters added regular expression matching / inverse regular expression matching modes;
  • Wildcard filters and searches support left * matching.
  • Events > Detail Page: 【Alert Notifications】 tab page UI display optimization.

TrueWatch Deployment Plan Updates

  • Added Login Method Selection, unified management of login methods;
  • Added Delete operations for local accounts and single sign-on accounts.

January 31, 2024

TrueWatch Updates

  • Monitoring:
  • Intelligent Monitoring:
    • Host, log, application intelligent detection frequency adjusted to execute every 10 minutes, each execution calculated as 10 call fees;
    • To improve algorithm accuracy, log, application intelligent detection uses data forwarding, enabling one intelligent monitor generates corresponding Measurement and metric data. This adjustment generates additional time series, specific counts as current monitor configured filter conditions filtered detection dimensions (service, source) * detection indicator counts, as monitor filter conditions are not stored, if monitor filter condition configurations are modified, new equal time series will be generated, so on the day of modifying monitor filter condition configurations there will be time series duplicate billing, the next day after modification returns to normal.
  • Alert Strategy Management:
  • Monitors
    • Alert Configuration: Supports configuring multiple alert strategies; If multiple configured, df_monitor_name and df_monitor_id will present in multiple forms, separated by ;;
    • Incident Issue linkage transformation: Added 【Event Recovery Synchronously Closes Issue】 switch, when abnormal events recover, synchronously recovers Incident Issues;
    • Monitor list added clone button.
  • Notification Target Management: Added Simple HTTP Notification Type, directly receive alert notifications via Webhook addresses;
  • Scenarios:
  • Charts: Units added 【Currency】 option; Advanced Configuration > Same Period Comparison changed to 【Same Period Comparison】;
  • Service Management > Resource Calls: Top List added TOP / Bottom count selection.
  • Explorers: Display column columnsettings added 【Time Column】 switch.
  • Billing:
  • Workspace lock popup page added Create Workspace entry, optimizing operation experience;
  • AWS registration process optimization.

TrueWatch Deployment Plan Updates

  • Supports LDAP Single Sign-On;
  • Workspace Management > Data Storage Strategies added custom options, range <= 1800 days (5 years); Among them, metrics added optional 720 days, 1080 days, etc. storage durations; In console settings > edit data storage strategies, modify and save to synchronously update backend data storage;
  • Users: Supports one-click configuration of assigning workspaces and roles to user accounts;
  • Added console audit event viewing entry, can quickly view all workspace related operation audits;
  • Added 【Management Backend MFA Authentication】.

January 11, 2024

TrueWatch Updates

  • Logs:
  • Added BPF network log collection and log detail pages, supports JSON format conversion; Detail pages added readable display modes;
  • Added binding 【Associated Network Logs】;
  • Data Access: Added batch operations.
  • Scheduled Reports: Added optional sharing methods 【Public Share】 or 【Encrypted Share】.
  • Dashboards:
  • View Variables added 【All Variable Values】 parameter options;
  • Time Series Charts: Added sorting logic (only new engines), supports sorting returned results.
  • Generate Metrics: Supports batch operations; Standard and above permission members support cloning.
  • Monitors:
  • Notification Target Management: Adapted new DingTalk robots, when creating 「Key」 option non-required, quickly associate DingTalk robots.
  • SLO deduction logic optimization.
  • Real User Monitoring (RUM): Public network Dataway supports ip conversion to geographic location information.