Changes
0.6.0
- fix:
skywalking_tracer:finish()
will not be called in some case such as upstream timeout.
0.5.0
- Adapt to Kong agent.
- Correct the version format luarock.
0.4.1
- fix: missing
constants
in the rockspsec.
0.4.0
- Add a global field ‘includeHostInEntrySpan’, type ‘boolean’, mark the entrySpan include host/domain.
- Add destroyBackendTimer to stop reporting metrics.
- Doc: set random seed in
init_worker
phase. - Local cache some variables and reuse them in Lua module.
- Enable local cache and use
tablepool
to reuse the temporary table.
0.3.0
- Load the
base64
module in utils
, different ENV use different library. - Add prefix
skywalking
, avoid conflicts with other lua libraries. - Chore: only expose the method of setting random seed, it is optional.
- Coc: use correct code block type.
- CI: add upstream_status to tag http.status
- Add
http.status
0.2.0
- Adapt the new v3 protocol.
- Implement correlation protocol.
- Support batch segment report.
- Fix wrong context carrier endpoint data.
- Rocks: fixed wrong version of luarocks.
- Remove first ref variable.
- Uniform the SpanLayer type name.
0.1.0
- Establish the LUA tracing core.
- Add the tracer implementation based on Nginx OpenResty.