Releases: getanteon/alaz
v0.6.1
What's Changed
- Update alaz version to v0.6.0 by @fatihbaltaci in #87
- Refactor/speed up by @kenanfarukcakir in #88
- Refactor/speed up by @fatihbaltaci in #89
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Update alaz version to v0.5.2 by @fatihbaltaci in #83
- Feat/open connections by @kenanfarukcakir in #84
- Feat/pg prepared stmts by @kenanfarukcakir in #85
- Send Alive Connections & capture prepared stmts with parse and bind frames by @fatihbaltaci in #86
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
- Update alaz version to v0.5.1 by @fatihbaltaci in #80
- change pg keywords by @kenanfarukcakir in #81
- change pg keywords by @fatihbaltaci in #82
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Update alaz version to v0.5.0 by @fatihbaltaci in #76
- Add a dockerfile for RedHat certification by @fatihbaltaci in #77
- Feat/testbed by @kenanfarukcakir in #78
- Feat/testbed by @fatihbaltaci in #79
Full Changelog: v0.5.0...v0.5.1
v0.5.0
We've made some memory improvements for Alaz.
You can enable / disable K8s monitoring features by setting these environment variables to "true"
or "false"
. By default, all the features are enabled. For more check alaz.yaml.
SERVICE_MAP_ENABLED
METRICS_ENABLED
DIST_TRACING_ENABLED
EBPF_ENABLED
environment variable is renamed to SERVICE_MAP_ENABLED
. Please update it accordingly.
What's Changed
- Update alaz version to v0.4.0 by @fatihbaltaci in #72
- use a queue instead of chan to avoid goroutine leaks by @fatihbaltaci in #73
- Refactor/flag names by @kenanfarukcakir in #75
- Performance Improvement by @fatihbaltaci in #74
Full Changelog: v0.4.0...v0.5.0
🌟 If you like Ddosify, please give us a 🌟 Star: https://github.com/ddosify/ddosify
v0.4.0
Featuring Distributed Tracing ⚡️
Distributed Tracing enables tracking of requests as they pass through the microservices in a system. Ddosify captures Traces and Spans out-of-the-box on your Kubernetes Cluster without modifying your code or restarting your services. Ddosify uses a lightweight eBPF Agent (Alaz) to generate Distributed Tracing data and enable auto context propagation.
For more, please check the Ddosify Docs.
What's Changed
- Update alaz version to v0.3.5 by @fatihbaltaci in #67
- clear zombie http2 workers by @kenanfarukcakir in #68
- capture tcp sequence numbers by @kenanfarukcakir in #69
- fix seq num check on tcp_sock by @kenanfarukcakir in #70
- Distributed Tracing Init by @fatihbaltaci in #71
Full Changelog: v0.3.5...v0.4.0
v0.3.5
What's Changed
- Update alaz version to v0.3.4 by @fatihbaltaci in #64
- fix memory leaks related to hpack by @kenanfarukcakir in #65
- fix memory leaks related to hpack by @fatihbaltaci in #66
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Update alaz version to v0.3.3 by @fatihbaltaci in #61
- stop parsing command complete frame on client by @kenanfarukcakir in #62
- stop parsing command complete frame on client by @fatihbaltaci in #63
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Update readme by @fatihbaltaci in #58
- use perf_event_array instead of ringbuf by @kenanfarukcakir in #59
- use perf_event_array instead of ringbuf by @fatihbaltaci in #60
Full Changelog: v0.3.2...v0.3.3