Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions doc/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# EaseAgent Roadmap

## Features
* Collecting the distributed trace data and metric data from a service perspective.
* Support various third-party critical components in microservices.

## Trace and Metric
EaseAgent uses open source components to implement data collection:
* The trace data format which EaseAgent is compatible with is [Zipkin](https://zipkin.io/pages/data_model.html).
* [Metrics](https://github.com/dropwizard/metrics) is used to measure the behavior of critical components.

## Roadmap 2021
Name | Issue | Description
--- |--- |---
Support Zipkin | | Send trace data to Zipkin server
Support Graphite | | Send metric data to Graphite
Support Apache HttpClient | | Collecting trace and metric data (Synchronous and Asynchronous)
Support OkHttp | | Collecting trace and metric data
Custom Internal Logging | [Issue73](https://github.com/megaease/easeagent/issues/73) | Use Custom Log to replace Log4j for internal logging