This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 29b2293 docs: fix typos in text and cover image (#747)
29b2293 is described below
commit 29b22939c252bbec85ad8acb92df5f4c027fb4d9
Author: yilinzeng <[email protected]>
AuthorDate: Mon Nov 15 17:51:21 2021 +0800
docs: fix typos in text and cover image (#747)
---
website/blog/2021/11/12/apisix-datadog.md | 4 ++--
.../zh/docusaurus-plugin-content-blog/2021/11/12/apisix-datadog.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/blog/2021/11/12/apisix-datadog.md
b/website/blog/2021/11/12/apisix-datadog.md
index 1dcbaf9..b9a4dc9 100644
--- a/website/blog/2021/11/12/apisix-datadog.md
+++ b/website/blog/2021/11/12/apisix-datadog.md
@@ -16,7 +16,7 @@ tags: [Technology]
<!--truncate-->
-
+
As the complexity of IT products and consumer-facing application development
increases, monitoring becomes an integral part of any application delivery.
Additionally, to meet the endless demand of rapid upgrade cycles while ensuring
stability, streamlined performance and keeping a perfect balance between
service level indicators (SLI) with Service-level objectives (SLO) and
Service-level agreement (SLA) - effective monitoring is immensely important.
@@ -82,7 +82,7 @@ If you are using Kubernetes in your production environment,
you can deploy `dogs
### Activate the APISIX-Datadog plugin
-The following is an example on how to activate the datadog plugin for a
specific route. We are assumming your `dogstatsd` agent is already up an
running.
+The following is an example on how to activate the datadog plugin for a
specific route. We are assuming your `dogstatsd` agent is already up an running.
```shell
# enable plugin for a specific route
diff --git
a/website/i18n/zh/docusaurus-plugin-content-blog/2021/11/12/apisix-datadog.md
b/website/i18n/zh/docusaurus-plugin-content-blog/2021/11/12/apisix-datadog.md
index 4296e33..fb3e3e4 100644
---
a/website/i18n/zh/docusaurus-plugin-content-blog/2021/11/12/apisix-datadog.md
+++
b/website/i18n/zh/docusaurus-plugin-content-blog/2021/11/12/apisix-datadog.md
@@ -16,7 +16,7 @@ tags: [Technology]
<!--truncate-->
-
+
随着应用开发的复杂度增加,监控成为了应用的一个重要组成部分。及时、准确的监控既能满足快速迭代的周期性需求,又能够确保应用的稳定性和流畅性。如何选择一个适合的监控,以提升应用的可观测性,成为了每个开发者都必须面临的一道难题。