You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.