wu-sheng commented on code in PR #9817: URL: https://github.com/apache/skywalking/pull/9817#discussion_r1000199233
########## docs/en/setup/backend/exporter.md: ########## @@ -0,0 +1,161 @@ +# Exporter +SkyWalking provides the essential functions of metrics aggregation, trace, log, alarm, and analysis. +In many real-world scenarios, users may want to forward their data to a 3rd party system for further in-depth analysis. +**Exporter** has made that possible. + +The exporter is an independent module that has to be manually activated. + +Right now, we provide the following exporters: +1. gRPC Exporter +- Metrics +2. Kafka Exporter +- Trace +- Log Review Comment: Please add `in-page` links to the parts of the doc. -- 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]
