avinal commented on code in PR #7188:
URL: https://github.com/apache/apisix/pull/7188#discussion_r888614655


##########
docs/en/latest/plugins/datadog.md:
##########
@@ -23,62 +29,93 @@ title: datadog
 
 ## Description
 
-`datadog` is a monitoring plugin built into Apache APISIX for seamless 
integration with [Datadog](https://www.datadoghq.com/), one of the most used 
monitoring and observability platform for cloud applications. If enabled, this 
plugin supports multiple powerful types of metrics capture for every request 
and response cycle that essentially reflects the behaviour and health of the 
system.
+The `datadog` monitoring Plugin if for seamless integration of APISIX with 
[Datadog](https://www.datadoghq.com/), one of the most used monitoring and 
observability platform for cloud applications.
 
-This plugin pushes its custom metrics to the DogStatsD server, comes bundled 
with Datadog agent (to learn more about how to install a datadog agent, please 
visit [here](https://docs.datadoghq.com/agent/) ), over the UDP protocol. 
DogStatsD basically is an implementation of StatsD protocol which collects the 
custom metrics for Apache APISIX agent, aggregates it into a single data point 
and sends it to the configured Datadog server.
-To learn more about DogStatsD, please visit 
[DogStatsD](https://docs.datadoghq.com/developers/dogstatsd/?tab=hostagent) 
documentation.
+When enabled, the Plugin supports multiple metric capture types for request 
and response cycles.
 
-This plugin provides the ability to push metrics as a batch to the external 
Datadog agent, reusing the same datagram socket. In case if you did not receive 
the log data, don't worry give it some time. It will automatically send the 
logs after the timer function expires in our Batch Processor.
+This Plugin, pushes its custom metrics to the 
[DogStatsD](https://docs.datadoghq.com/developers/dogstatsd/?tab=hostagent) 
server over UDP protocol and comes bundled with [Datadog 
agent](https://docs.datadoghq.com/agent/).
 
-For more info on Batch-Processor in Apache APISIX please refer.
-[Batch-Processor](../batch-processor.md)
+DogStatsD is basically an implementation of the StatsD protocol which collects 
the custom metrics for Apache APISIX agent, aggregates it into a single data 
point, and sends it to the configured Datadog server.

Review Comment:
   ```suggestion
   DogStatsD implements the StatsD protocol which collects the custom metrics 
for the Apache APISIX agent, aggregates them into a single data point, and 
sends it to the configured Datadog server.
   ```



-- 
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]

Reply via email to