This is an automated email from the ASF dual-hosted git repository.

monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new acffe99a7 chore: add missing `report_interval` option for `skywalking` 
plugin in `config-default.yaml` (#9662)
acffe99a7 is described below

commit acffe99a74818c28da55c15b381a732438dfee9d
Author: Traky Deng <[email protected]>
AuthorDate: Tue Jun 27 15:42:47 2023 +0800

    chore: add missing `report_interval` option for `skywalking` plugin in 
`config-default.yaml` (#9662)
---
 conf/config-default.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/config-default.yaml b/conf/config-default.yaml
index a7c250587..3ba4c2fcc 100755
--- a/conf/config-default.yaml
+++ b/conf/config-default.yaml
@@ -525,6 +525,7 @@ plugin_attr:
     service_name: APISIX
     service_instance_name: APISIX Instance Name
     endpoint_addr: http://127.0.0.1:12800
+    report_interval: 3
   opentelemetry:
     trace_id_source: x-request-id
     resource:

Reply via email to