taojintianxia opened a new issue, #23667: URL: https://github.com/apache/shardingsphere/issues/23667
currently the structure of agent E2E is listed as followings : . ├── plugins │ ├── common │ ├── jaeger │ ├── metrics │ ├── opentelemetry │ ├── pom.xml │ ├── target │ └── zipkin ├── pom.xml this is not clear, should be refactored like this : . ├── plugins │ ├── common │ ├── metrics │ ├───── prometheus │ ├── tracing │ ├───── jaeger │ ├───── opentelemetry │ ├───── zipkin │ ├── pom.xml │ ├── target ├── pom.xml -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
