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/08/25 10:17:00 UTC

[GitHub] [apisix] michaelh1355 commented on issue #7787: help request: how to deploy push apisix log to skywalking?

michaelh1355 commented on issue #7787:
URL: https://github.com/apache/apisix/issues/7787#issuecomment-1227064871

   hi,
   https://apisix.apache.org/docs/apisix/plugins/skywalking-logger/
   curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
         "plugins": {
               "skywalking-logger": {
                   "endpoint_addr": "http://127.0.0.1:12800"
               }
          },
         "upstream": {
              "type": "roundrobin",
              "nodes": {
                  "127.0.0.1:1980": 1
              }
         },
         "uri": "/hello"
   ![image](https://user-images.githubusercontent.com/90734605/186639016-4f7e5cc4-7c2f-40b9-81ec-8b42431b5dde.png)
   
   }'
   
   in this guide. what is the port 1980? there is not 1980 port on the 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: notifications-unsubscribe@apisix.apache.org

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