You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/05/13 03:44:12 UTC

[GitHub] [apisix] tcwloy opened a new issue, #7039: help request: some error log when i use skywalking plugin

tcwloy opened a new issue, #7039:
URL: https://github.com/apache/apisix/issues/7039

   ### Description
   
   <img width="1502" alt="image" src="https://user-images.githubusercontent.com/12730602/168206534-af16b34b-50a9-4e3d-b1f3-d10d903e7786.png">
   
   After the skywalking plug-in is enabled, many errors appear in the log. The IP and port of the collector are open. I need help to analyze it
   
   plugins:                          # plugin list (sorted by priority)
     - real-ip                        # priority: 23000
     - client-control                 # priority: 22000
     - proxy-control                  # priority: 21990
     - ext-plugin-pre-req             # priority: 12000
     - zipkin                         # priority: 11011
     - request-id                     # priority: 11010
     - fault-injection                # priority: 11000
     - serverless-pre-function        # priority: 10000
     #- batch-requests                # priority: 4010
     - cors                           # priority: 4000
     - ip-restriction                 # priority: 3000
     - ua-restriction                 # priority: 2999
     - referer-restriction            # priority: 2990
     - uri-blocker                    # priority: 2900
     - request-validation             # priority: 2800
     - openid-connect                 # priority: 2599
     - authz-casbin                   # priority: 2560
     - wolf-rbac                      # priority: 2555
     - ldap-auth                      # priority: 2540
     - hmac-auth                      # priority: 2530
     - basic-auth                     # priority: 2520
     - jwt-auth                       # priority: 2510
     - key-auth                       # priority: 2500
     - consumer-restriction           # priority: 2400
     - forward-auth                   # priority: 2002
     - opa                            # priority: 2001
     - authz-keycloak                 # priority: 2000
     #- error-log-logger              # priority: 1091
     - proxy-mirror                   # priority: 1010
     - proxy-cache                    # priority: 1009
     - proxy-rewrite                  # priority: 1008
     - api-breaker                    # priority: 1005
     - limit-conn                     # priority: 1003
     - limit-count                    # priority: 1002
     - limit-req                      # priority: 1001
     #- node-status                   # priority: 1000
     - gzip                           # priority: 995
     - server-info                    # priority: 990
     - traffic-split                  # priority: 966
     - redirect                       # priority: 900
     - response-rewrite               # priority: 899
     #- dubbo-proxy                   # priority: 507
     - grpc-transcode                 # priority: 506
     - grpc-web                       # priority: 505
     - prometheus                     # priority: 500
     - datadog                        # priority: 495
     - echo                           # priority: 412
     - http-logger                    # priority: 410
     - splunk-hec-logging             # priority: 409
     - skywalking-logger              # priority: 408
     - google-cloud-logging           # priority: 407
     - sls-logger                     # priority: 406
     - tcp-logger                     # priority: 405
     - kafka-logger                   # priority: 403
     - rocketmq-logger                # priority: 402
     - syslog                         # priority: 401
     - udp-logger                     # priority: 400
     #- log-rotate                    # priority: 100
     # <- recommend to use priority (0, 100) for your custom plugins
     - uag-plugin                 # priority: 0
     - env-plugin
     - sha-zj-plugin
     - account-plugin                                          
     - skywalking                    # priority: -1100
     - aws-lambda                     # priority: -1899
     - azure-functions                # priority: -1900
     - openwhisk                      # priority: -1901
     - serverless-post-function       # priority: -2000
     - ext-plugin-post-req            # priority: -3000
   plugin_attr:
     skywalking:
       service_name: APISIX
       service_instance_name: "APISIX"
       endpoint_addr: http://10.205.3.71:11800
   
   ### Environment
   
   - APISIX version (run `apisix version`):2.12.1
   - Operating system (run `uname -a`):Linux app-syn-server-06 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):openresty/1.19.9.1
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):2.12.1
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners: skywalking
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] soulbird commented on issue #7039: help request: some error log when i use skywalking plugin

Posted by GitBox <gi...@apache.org>.
soulbird commented on issue #7039:
URL: https://github.com/apache/apisix/issues/7039#issuecomment-1125631165

   From the log, it was skywalking collector that closed the connection. I think you should check if your skywalking collector is working and make sure you have configured the correct endpoint_addr.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tcwloy commented on issue #7039: help request: some error log when i use skywalking plugin

Posted by GitBox <gi...@apache.org>.
tcwloy commented on issue #7039:
URL: https://github.com/apache/apisix/issues/7039#issuecomment-1125654581

   i resolved this problem. Because it is carelessly set as grpc port, you should use HTTP port


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tcwloy closed issue #7039: help request: some error log when i use skywalking plugin

Posted by GitBox <gi...@apache.org>.
tcwloy closed issue #7039: help request: some error log when i use skywalking plugin
URL: https://github.com/apache/apisix/issues/7039


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org