Skip to content

Version History

1.101.187 (December 25, 2024)

pubrepo.guance.com/dataflux/1.101.187:launcher-bd04e6c-1735636678

Offline Mirror Package Download

  • AMD64 Architecture Download: https://static.guance.com/dataflux/package/guance-amd64-1.101.187.tar.gz

    • MD5: 0de09e506f59ff2b5761674137f365f9
  • ARM64 Architecture Download: https://static.guance.com/dataflux/package/guance-arm64-1.101.187.tar.gz

    • MD5: 52e23a474a8247287c0c6ad8309cf666

Deployment Plan Updates

Launcher Update

  1. Kubernetes Operation History Record

    • All changes to Kubernetes are now supported with version history records for easy traceability and management.
  2. New Workload Management Functionality

    • Support adjusting the number of replicas for Workloads.
    • Support modifying Workload image addresses.
    • Support configuring Workload resource limits (Limit), taints (Taint), affinity settings, etc.
    • Support one-click rollback of Workloads to historical versions and comparison between version differences.
  3. Launcher Service Management

    • Added functionality to directly shut down the Launcher service from the Launcher interface.
  4. Registry Key Configuration Synchronization

    • After modifying the Registry Key configuration, it will automatically synchronize and update the preset registry-key Secret in Kubernetes.
  5. Deployment Security Enhancement

    • During new deployments, the administrator account password must be manually entered during the installation information collection phase to ensure security.
  6. UI Optimization

    • All functional menus have added Icon identifiers to enhance visual effects and improve user experience.

Feature Updates

  1. The Deployment Plan supports customizing navigation bar and operation button display text.

  2. Optimization of Member Menu in Management Console:

    • Added a "Login Type" column to distinguish between default login members and SSO login members, supporting filtering by login type;
    • For SSO login members, support editing the "Other Attributes" field, allowing customization of attribute information. This information is synchronized to Webhook and the corresponding event content area when sending alerts.
  3. Storage Engine as Volcengine working space, link tracing, logs, and custom log index storage policies are adjusted to three options: standard storage, low-frequency storage, archive storage. These can be configured separately for hot data, low-frequency data, and archived data retention periods. Additionally, if the main storage engine is Volcengine, when creating a new index in Guance console, the storage policy is also adjusted to standard storage, low-frequency storage, and archive storage.

OpenAPI Updates

  1. Resource Catalog: Supports getting resource catalog lists, supports creating/modifying/deleting/exporting resource explorers.
  2. Generating Metrics: Supports listing metric lists, supports adding/modifying/enabling/disabling/deleting metrics.

Feature Updates

Pipeline

Automated Pipeline: Traditional log parsing often relies on manual scripting based on familiarity with rules, which consumes significant time and is prone to errors, leading to inefficient pipeline writing and inability to respond and resolve issues promptly. To improve efficiency and reduce labor costs, this feature utilizes the natural language processing capabilities of large models to assist in automated log content parsing, helping developers write Pipelines more efficiently and accurately extract valuable information from large volumes of logs, simplifying data flows and processing procedures.

Monitoring

AI Alert Compression and Merging: Through large models, compress and merge monitoring alerts to reduce alert redundancy, especially when a large number of alerts are generated within a short period. By consolidating alert events, ensure that operations personnel receive only one comprehensive alert message instead of multiple duplicate alerts within a specified time cycle (e.g., 10 minutes).

Cloud Bill Analysis

Added consumption currency category display in cloud bill scenario views and explorers.

Scenarios

  1. Dashboard, built-in view adds Identifier ID: Dashboards and user views can be uniquely identified through identifier IDs. When configuring jump links within charts, identifier IDs can locate dashboards or user views.
  2. Explorer Auto-refresh logic adjustment: Remove the "Pause" button from the time component, add a new "off" option in the refresh frequency selection, allowing users to close auto-refresh as needed, making operations more concise and intuitive. Also remove the "Explorer Auto-refresh" switch from personal settings to avoid functional redundancy and optimize the user setting experience.
  3. New function in explorer: MD5(), supports querying log data encrypted with MD5 in the explorer.
  4. Chart optimization: Charts support retrieving PromQL metric names as legends, allowing use of {__name__} to configure metric names as aliases.
  5. PromQL editor adds syntax highlighting and syntax suggestions.

Metrics

Generate Metrics optimization:

  1. Consolidate all types of generated metrics under the metric directory for unified viewing and management by users.
  2. Support re-aggregation of existing metric data to generate new metrics, providing more dimensions for data analysis.

Management

Optimization of data access and sensitive data viewing masking rule applications: Optimize the overlay of multiple rules and multiple role combinations on the data viewing range. If a member has multiple roles, the final data access range takes the union of ranges defined in the rules, similarly applying to sensitive data viewing masking rules.

Infrastructure

Resource catalog cross-workspace query: In the resource catalog menu, cross-workspace query of resource list data is implemented.

New Integrations

Bug Fixes

  1. Resolved the issue where host tags were not taking effect;
  2. Resolved the issue where updating tokens in the console failed;
  3. Resolved the issue where sorting was lost after refreshing in combined panels;
  4. Resolved the issue where no data was displayed in tables in shared dashboards when in edit mode;
  5. Resolved the issue where switching charts in cross-space authorized dashboards did not trigger backend requests;
  6. Resolved the issue where version data in RUM views was abnormal;
  7. Resolved the issue where built-in Func in monitors could not find accounts and reported a 404 error without generating events;
  8. Resolved the issue where RUM PV data display was zero;
  9. Resolved the issue with UI display on the AI assistant page;
  10. Resolved the issue where successfully deleted resource categories still existed in the resource catalog;
  11. Resolved the issue of false alarms due to data gaps.

For more details, please refer to the help documentation: https://docs.guance.com/en/release-notes/

1.100.185 (December 11, 2024)

pubrepo.guance.com/dataflux/1.100.185:launcher-d8e4c42-1734341625

Offline Mirror Package Download

  • AMD64 Architecture Download: https://static.guance.com/dataflux/package/guance-amd64-1.100.185.tar.gz

    • MD5: 711b90a43b1e0c5e944d7210cc2edbce
  • ARM64 Architecture Download: https://static.guance.com/dataflux/package/guance-arm64-1.100.185.tar.gz

    • MD5: 9fdc1001c8e90d380567bc74d6aec585

Guance Deployment Plan Update

  1. After modifying the Registry Key configuration in the Launcher, the corresponding registry-key configuration in k8s will update in real-time.

Feature Updates

Scenarios

  1. Topology Map Adds External Data Query: Allows users to draw topology maps using external data via DataFlux Func. Users need only connect data according to the chart structure to easily visualize external data.
  2. Chart Optimization
    • Chart Display Effect Optimization: Optimized the display effect of charts, changing to side-sliding listings and categorized displays, making chart lookup and usage more convenient.
    • Chart Description and Applicable Scenario Display: Added descriptions and applicable scenarios in the chart list to help users better understand and select appropriate chart types.
  3. View Variable Optimization
    • View variables support configuration value listing limits to avoid performance issues caused by excessive data listing.
    • The deployment plan defaults to a limit of 50, supporting customizable default listing quantities. Note: Page configuration limits take precedence over global limits.

Infrastructure

  1. Resource Catalog Optimization:
    • Added grouping functionality: To improve resource management efficiency, added resource grouping functionality. Users can classify resources with common characteristics into groups for easier management and viewing, thus optimizing resource organization structures.
    • Explorer Honeycomb Mode Optimization: Supports configuring fields for "Color Fill" and "Group Analysis," allowing users to customize selectable fields.
  2. Container and Resource Catalog Explorer Search Optimization: Added container_name search in container explorers and name search in resource catalogs.

Monitoring

Alert Policy Configuration Optimization

  • Supports one-click creation of associated monitors through the alert policy entry, adding unified alert notification management centered around alert policies.
  • Optimized alert policy list association display interaction.

RUM

RUM has added support for 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, choose the "React Native" application type. You can directly copy the name and application ID of an existing React Native application under Android / iOS types, then click the "Create" button. After completing the creation, you can configure SourceMap under this application. This change only affects the way React Native applications are created and does not affect data collection.

  2. If you have previously created React Native applications under Android / iOS types with associated monitors and have not recreated the same ID React Native applications 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 under the "Application Name" item and will display empty. In this case, you need to select the application type as "React Native" and re-save this monitor.

APM

APM Installation Guide Adds Automatic Injection Method: In the APM (Application Performance Monitoring) installation guide, a Kubernetes Operator automatic injection installation method has been added. This method simplifies the APM deployment process, enabling users to install and use APM in Kubernetes environments more quickly.

New Integrations

Bug Fixes

  1. Fixed the issue with abnormal numerical query results in expressions;
  2. Fixed the issue where PromQL queries for CPU usage of pods started at a certain moment returned no data in chart queries even though data was visible in the time range using time series charts;
  3. Fixed the issue where alert events did not recover;
  4. Fixed the issue with abnormal PromQL query results;
  5. Fixed the error warmretention field missing when modifying warm storage duration in private deployment > management console;
  6. Fixed inconsistency between log search results in deployment edition and those on Volcengine TLS;
  7. Fixed random scaling issues with dashboard screens embedded in user IFrame pages;
  8. Fixed page lag when creating new groups in user management and adding them to multiple spaces;
  9. Fixed the issue with the df_fault_id error when entering Guance console > Events for the first time;
  10. Fixed memory limit exceeded prompts when opening the Events menu;
  11. Fixed expression calculation errors in overview charts;
  12. Fixed the issue where alerts triggered by monitors did not generate events;
  13. Fixed the log query function anomaly in deployment editions using Volcengine base.

For more details, please refer to the help documentation: https://docs.guance.com/en/release-notes/

1.99.184 (December 05, 2024)

pubrepo.guance.com/dataflux/1.99.184:launcher-71d4565-1733376363

Offline Mirror Package Download

  • AMD64 Architecture Download: https://static.guance.com/dataflux/package/guance-amd64-1.99.184.tar.gz

    • MD5: d7f759b7b25a1d50c721608f113588c7
  • ARM64 Architecture Download: https://static.guance.com/dataflux/package/guance-arm64-1.99.184.tar.gz

    • MD5: b6547a872bbf81bff77255d355ec77d5

This version is a fix version with the following main updates:

Guance Deployment Edition Update

  • Fixed database structure upgrade failure that might occur during upgrades.

Feedback

Is this page helpful? ×