You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/04/26 10:50:42 UTC

[GitHub] [skywalking] kasimLZ commented on issue #6839: [KONG] Skywalking agent plugin for Kong throw an exception

kasimLZ commented on issue #6839:
URL: https://github.com/apache/skywalking/issues/6839#issuecomment-826733293


   I follow this document [README.md](https://github.com/apache/skywalking-kong/blob/master/README.md) to install the plugin.
   
   I repackaged the image based on kong:2.4.0. This is my dockerfile:
   ```Dockerfile
   FROM kong:2.4.0
   
   RUN luarocks install kong-plugin-skywalking --local
   
   ENV KONG_NGINX_HTTP_LUA_SHARED_DICT="tracing_buffer 128m"
   
   ENTRYPOINT ["/docker-entrypoint.sh"]
   
   EXPOSE 8000 8001 8443
   
   STOPSIGNAL SIGQUIT
   
   CMD ["kong", "docker-start"]
   ```
   
   Then I can see the Skywalking-Kong plugins in konga.  Did I install a wrong plugin?
   


-- 
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.

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