skywalking-nginx-lua

The Nginx Lua agent for Apache SkyWalking

APACHE-2.0 License

Stars
185
Committers
22

Bot releases are hidden (Show)

skywalking-nginx-lua - 1.0.0 Latest Release

Published by wu-sheng 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/apache/skywalking-nginx-lua/compare/v0.6.0...v1.0.0

skywalking-nginx-lua - 0.6.0

Published by wu-sheng almost 3 years ago

  1. fix: skywalking_tracer:finish() will not be called in some case such as upstream timeout.
skywalking-nginx-lua - 0.5.0

Published by wu-sheng over 3 years ago

  1. Adapt to Kong agent.
  2. Correct the version format luarock.
skywalking-nginx-lua - 0.4.1

Published by dmsolr over 3 years ago

  1. fix: missing constants in the rockspsec.
skywalking-nginx-lua - 0.4.0

Published by wu-sheng over 3 years ago

  1. Add a global field 'includeHostInEntrySpan', type 'boolean', mark the entrySpan include host/domain.
  2. Add destroyBackendTimer to stop reporting metrics.
  3. Doc: set random seed in init_worker phase.
  4. Local cache some variables and reuse them in Lua module.
  5. Enable local cache and use tablepool to reuse the temporary table.
skywalking-nginx-lua - 0.3.0

Published by wu-sheng almost 4 years ago

  1. Load the base64 module in utils, different ENV use different library.
  2. Add prefix skywalking, avoid conflicts with other lua libraries.
  3. Chore: only expose the method of setting random seed, it is optional.
  4. Coc: use correct code block type.
  5. CI: add upstream_status to tag http.status
  6. Add http.status
skywalking-nginx-lua - 0.2.0

Published by dmsolr over 4 years ago

  1. Adapt the new v3 protocol.
  2. Implement correlation protocol.
  3. Support batch segment report.
  4. Fix wrong context carrier endpoint data.
  5. Rocks: fixed wrong version of luarocks.
  6. Remove first ref variable.
  7. Uniform the SpanLayer type name.
skywalking-nginx-lua - 0.1.0

Published by wu-sheng over 4 years ago

  1. Establish the LUA tracing core.
  2. Add the tracer implementation based on Nginx OpenResty.
  3. Require SkyWalking 7.x or master branch codes.