{"id":14988186,"url":"https://github.com/apache/skywalking-kong","last_synced_at":"2025-10-13T12:09:39.056Z","repository":{"id":39925029,"uuid":"358578856","full_name":"apache/skywalking-kong","owner":"apache","description":"Kong agent for Apache SkyWalking","archived":false,"fork":false,"pushed_at":"2024-07-22T11:00:13.000Z","size":39,"stargazers_count":28,"open_issues_count":1,"forks_count":11,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-01-30T10:11:14.694Z","etag":null,"topics":["apm","dapper","distributed-tracing","gateway","kong","lua","nginx","observability","skywalking"],"latest_commit_sha":null,"homepage":"https://skywalking.apache.org/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-16T11:36:37.000Z","updated_at":"2024-10-22T01:27:16.000Z","dependencies_parsed_at":"2024-09-30T01:21:13.508Z","dependency_job_id":"ea99309f-5a8b-4211-a313-fe6bd0d165f8","html_url":"https://github.com/apache/skywalking-kong","commit_stats":{"total_commits":22,"total_committers":4,"mean_commits":5.5,"dds":"0.31818181818181823","last_synced_commit":"bee1f1281df1a7b218221ed297773fcbc952b175"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-kong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-kong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-kong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-kong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/skywalking-kong/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237133468,"owners_count":19260490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apm","dapper","distributed-tracing","gateway","kong","lua","nginx","observability","skywalking"],"created_at":"2024-09-24T14:16:15.991Z","updated_at":"2025-10-13T12:09:34.019Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"Apache SkyWalking Kong Agent\n==========\n\n\u003cimg src=\"http://skywalking.apache.org/assets/logo.svg\" alt=\"Sky Walking logo\" height=\"90px\" align=\"right\" /\u003e\n\n[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge\u0026label=Follow\u0026logo=twitter)](https://twitter.com/AsfSkyWalking)\n\n[![CI AND IT](https://github.com/apache/skywalking-kong/actions/workflows/ci.yaml/badge.svg)](https://github.com/apache/skywalking-kong/actions/workflows/ci.yaml)\n\nSkyWalking Kong agent built on [SkyWalking Nginx Lua agent](https://github.com/apache/skywalking-nginx-lua) to trace Kong API gateway for [Apache SkyWalking](https://github.com/apache/skywalking) APM.\n\n\n## Usage\n\nKong 2.2+ required.\n\n1. Install the plugin in Kong:\n\nInstall kong-plugin-skywalking using `luarocks`:\n```bash\n$ luarocks install kong-skywalking --local\n```\n\nEdit kong.conf:\n```\nplugins = bundled,skywalking\n\nlua_package_path = ${user.home}/.luarocks/share/lua/5.1/?.lua;;\n```\n\nSet environment:\n```bash\n$ export KONG_NGINX_HTTP_LUA_SHARED_DICT=\"tracing_buffer 128m\"\n```\n\nRestart Kong\n\n2. Enabling \u0026 configuring plugin:\n\nAdd the plugin to global:\n```bash\n$ curl -X POST --url http://localhost:8001/plugins/ \\\n   --data 'name=skywalking' \\\n   --data 'config.backend_http_uri=http://localhost:12800' \\\n   --data 'config.sample_ratio=100' \\\n   --data 'config.service_name=kong' \\\n   --data 'config.service_instance_name=kong-with-skywalking'\n```\n\n# Contact Us\n* Submit an [issue](https://github.com/apache/skywalking/issues) with `[KONG]` as the issue title prefix.\n* Mail list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mail list.\n* Join `skywalking` channel at [Apache Slack](https://join.slack.com/t/the-asf/shared_invite/enQtNzc2ODE3MjI1MDk1LTAyZGJmNTg1NWZhNmVmOWZjMjA2MGUyOGY4MjE5ZGUwOTQxY2Q3MDBmNTM5YTllNGU4M2QyMzQ4M2U4ZjQ5YmY). If the link is not working, find the latest one at [Apache INFRA WIKI](https://cwiki.apache.org/confluence/display/INFRA/Slack+Guest+Invites).\n* QQ Group: 392443393(2000/2000, not available), 901167865(available)\n\n# Release Guide\nAll committers should follow [Release Guide](release.md) to publish the official release.\n\n# License\nApache 2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fskywalking-kong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fskywalking-kong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fskywalking-kong/lists"}