SylviaBABY commented on code in PR #1196: URL: https://github.com/apache/apisix-website/pull/1196#discussion_r916441644
########## website/blog/2022/07/05/use-dataant-to-monitor-apisix.md: ########## @@ -0,0 +1,97 @@ +--- +title: "How to monitor Apache APISIX with DataAnt" +authors: + - name: "Fei Han" + title: "Technical Writer" + url: "https://github.com/hf400159" + image_url: "https://github.com/hf400159.png" +keywords: +- Apache APISIX +- API Gateway +- Dataant +description: This article mainly introduces how to upload the API Gateway Apache APISIX indicator data to the DATAANT monitoring system through the DataAnt Agent. +tags: [Authentication] +--- + +> This article mainly introduces how to upload the APISIX indicator data to the DATA ANT monitoring system through the DataAnt Agent. + +<!--truncate--> + +## Background + +[Apache APISIX](https://github.com/apache/apisix) is an open source cloud native API gateway. As an API gateway, it has the characteristics of dynamic, real-time, and high performance. It provides rich traffic management functions such as load balancing, dynamic upstream, gray-scale publishing, service fusing, identity authentication and observability. You can use APISIX to handle the traditional north-south traffic and the east-west traffic between services. It can also be used as a K8s ingress controller. Thanks to the full dynamic design of APISIX, configuration changes can be made at any time without restarting the service. Review Comment: ```suggestion [Apache APISIX](https://github.com/apache/apisix) is an open source cloud native API gateway. As an API gateway, it has the characteristics of dynamic, real-time, and high performance. It provides rich traffic management functions such as load balancing, dynamic upstream, grayscale publishing, service fusing, identity authentication and observability. You can use APISIX to handle the traditional north-south traffic and the east-west traffic between services. It can also be used as a K8s ingress controller. Thanks to the full dynamic design of APISIX, configuration changes can be made at any time without restarting the service. ``` ########## website/blog/2022/07/05/use-dataant-to-monitor-apisix.md: ########## @@ -0,0 +1,97 @@ +--- +title: "How to monitor Apache APISIX with DataAnt" +authors: + - name: "Fei Han" + title: "Technical Writer" + url: "https://github.com/hf400159" + image_url: "https://github.com/hf400159.png" +keywords: +- Apache APISIX +- API Gateway +- Dataant +description: This article mainly introduces how to upload the API Gateway Apache APISIX indicator data to the DATAANT monitoring system through the DataAnt Agent. +tags: [Authentication] +--- + +> This article mainly introduces how to upload the APISIX indicator data to the DATA ANT monitoring system through the DataAnt Agent. + +<!--truncate--> + +## Background + +[Apache APISIX](https://github.com/apache/apisix) is an open source cloud native API gateway. As an API gateway, it has the characteristics of dynamic, real-time, and high performance. It provides rich traffic management functions such as load balancing, dynamic upstream, gray-scale publishing, service fusing, identity authentication and observability. You can use APISIX to handle the traditional north-south traffic and the east-west traffic between services. It can also be used as a K8s ingress controller. Thanks to the full dynamic design of APISIX, configuration changes can be made at any time without restarting the service. + +The DataAnt full-stack cloud monitoring system can aggregate all the operation and maintenance data of IaaS, PaaS and SaaS layers through big data and machine learning, and provide users with a unified visual interface. DataAnt allows users to move seamlessly and quickly between relevant monitoring data sources without having to switch tools and gain more granular visibility into the state of their IT systems. The DataAnt Agent it provides can monitor APISIX in real time and upload its monitoring data to the DataAnt PaSS platform to realize one-stop cloud monitoring. + +## Introduction + + + +1. Collection configuration. Review Comment: ```suggestion 1. Collection configuration ``` -- 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]
