Skip to content

v2.0.0

Compare
Choose a tag to compare
@Oseenix Oseenix released this 10 Jan 07:35
· 175 commits to master since this release
bf5be73
  • Plugin Mechanism, with really simple API, which only a minimum of three interfaces need to be implemented to complete a plugin development: Points, AgentPlugin and Interceptor.
  • Plugin Orchestration, multiple plugins can be orchestrated by overriding the default Order interface method.
  • Simplified Trace API providing plugin to accomplish the Tracing needs, with a standard data format that is fully compatible with OpenZipkin.
  • Simplified Metric API providing plugin to accomplish the Tracing needs, with a standard data format that is fully compatible with Prometheus.
  • Configuration API, providing a customizable dynamic configuration mechanism accessible with one line of code for the plugin.