Skip to content

v1.1.0

Compare
Choose a tag to compare
@jiwliu jiwliu released this 12 May 06:58
· 383 commits to main since this release
89a711d

Major Features

  • Support application monitoring (Apm monitoring)

    • Support multiple Trace SDKs.
    • Support the processing of Trace data using the OTEL protocol, and through OTEL-collector, mainstream SkyWalking Trace data can be easily integrated into the system.
      For details, please refer to here
  • Enhancement on log monitoring

    • #264 enhances the collection and filtering capability
    • #383 supports log sampling storage
    • #408 supports log translation capability
  • Enhancement on alarm

    • #157 implemented configurable alarm templates that allow users to customize the alarm content.
    • #256 implemented zero padding for time-series data to strengthen low-fall exception alarms.
    • #372 optimized the way repeating tasks are defined.
    • #405 added intelligent anomaly detection to alarms by introducing alarm anomaly detection algorithms.
    • #412 implemented the inclusion of log samples in alarm history and notifications.
    • #414 provides an interface to return the number of historical alarm details in a time-series data format, which can be used to display event monitoring dashboards in the front-end.
  • Enhancements on testing and operations capabilities

    • #188 and #339 have improved the quick start demo, which can be easily set up using Docker Compose v1.29. Also, some additional helper containers were added for daily development and debugging purposes.
    • #216 uses Flyway to manage database table structures.
    • Enhanced E2E testing capability and added a large number of test cases.
    • #329 improved agent events to assist in locating issues related to data collection.
  • Open-source front-end code
    The open source of the front-end code mainly includes the log monitoring, infrastructure monitoring, integrated component, dashboard, and alarm management modules.
    For details, please refer to here.

Thanks

Heartfelt thanks to @kongluoxing for improving some util tools.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0