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 febcd63  feat: add google-cloud-logger plugin (#821)
febcd63 is described below

commit febcd63aeb30fd23a9a521f890c600118aae5912
Author: Baoyuan <[email protected]>
AuthorDate: Fri Dec 24 18:04:51 2021 +0800

    feat: add google-cloud-logger plugin (#821)
    
    * feat: add google-cloud-logger plugin
    
    * Update website/static/data/plugins.json
    
    * fix: format json
---
 website/static/data/plugins.json | 7 +++++--
 website/static/js/plugin-icon.js | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/website/static/data/plugins.json b/website/static/data/plugins.json
index 9652b63..8491d77 100644
--- a/website/static/data/plugins.json
+++ b/website/static/data/plugins.json
@@ -148,8 +148,11 @@
       },
       {
         "name": "datadog",
-        "description": "Datadog is a monitoring plugin built into Apache 
APISIX to push metrics of different services into DatadogHQ via a locally run 
Datadog agent.",
-        "beta": true
+        "description": "Datadog is a monitoring plugin built into Apache 
APISIX to push metrics of different services into DatadogHQ via a locally run 
Datadog agent."
+      },
+      {
+        "name": "google-cloud-logging",
+        "description": "google-cloud-logging plugin is used to send the access 
log of Apache APISIX to the Google Cloud Logging Service."
       }
     ]
   },
diff --git a/website/static/js/plugin-icon.js b/website/static/js/plugin-icon.js
index c263548..8833341 100644
--- a/website/static/js/plugin-icon.js
+++ b/website/static/js/plugin-icon.js
@@ -31,7 +31,7 @@
     i,
     p,
     v =
-      '<svg><symbol id="iconbatch-requests" viewBox="0 0 1063 1024"><path 
d="M938.56247 675.50226l113.992758 57.029614c14.623439 7.311719 14.623439 
28.181558 0 35.493277L549.521516 1019.603986a39.738386 39.738386 0 0 
1-35.493277 0L10.994526 768.025151a19.863804 19.863804 0 0 1-10.928056-17.74574 
19.870989 19.870989 0 0 1 10.928056-17.747537l114.059228-57.029614 353.412941 
176.73701c33.567439 16.750484 73.115396 16.750484 106.616365 
0l353.41294-176.803481 0.06647 0.066471zM514.028239 4.18 [...]
+      '<svg><symbol id="iconbatch-requests" viewBox="0 0 1063 1024"><path 
d="M938.56247 675.50226l113.992758 57.029614c14.623439 7.311719 14.623439 
28.181558 0 35.493277L549.521516 1019.603986a39.738386 39.738386 0 0 
1-35.493277 0L10.994526 768.025151a19.863804 19.863804 0 0 1-10.928056-17.74574 
19.870989 19.870989 0 0 1 10.928056-17.747537l114.059228-57.029614 353.412941 
176.73701c33.567439 16.750484 73.115396 16.750484 106.616365 
0l353.41294-176.803481 0.06647 0.066471zM514.028239 4.18 [...]
     z = (z = document.getElementsByTagName('script'))[z.length - 
1].getAttribute('data-injectcss');
   if (z && !l.__iconfont__svg__cssinject__) {
     l.__iconfont__svg__cssinject__ = !0;

Reply via email to