Release Apache SkyWalking Go 0.2.0
Release Apache SkyWalking Go 0.2.0
SkyWalking Go 0.2.0 is released. Go to downloads page to find release tars.
Features
- Enhance the plugin rewrite ability to support
switch
andif/else
in the plugin codes. - Support inject the skywalking-go into project through agent.
- Support add configuration for plugin.
- Support metrics report API for plugin.
- Support report Golang runtime metrics.
- Support log reporter.
- Enhance the
logrus
logger plugin to support adapt without any settings method invoke. - Disable sending observing data if the gRPC connection is not established for reducing the connection error log.
- Support enhance vendor management project.
- Support using base docker image to building the application.
Plugins
- Support go-redis v9 redis client framework.
- Support collecting Native HTTP URI parameter on server side.
- Support Mongo database client framework.
- Support Native SQL database client framework with MySQL Driver.
- Support Logrus log report to the backend.
- Support Zap log report to the backend.
Documentation
- Combine
Supported Libraries
andPerformance Test
intoPlugins
section. - Add
Tracing, Metrics and Logging
document intoPlugins
section.
Bug Fixes
- Fix throw panic when log the tracing context before agent core initialized.
- Fix plugin version matcher
tryToFindThePluginVersion
to support capital letters in module paths and versions.