Skip to content

1.9.0

Compare
Choose a tag to compare
@apetruhin apetruhin released this 08 Aug 13:33
· 300 commits to main since this release
041420e

eBPF-based TLS connections tracing for Golang applications

This release adds the capability to capture Layer 7 requests within TLS connections for Golang applications. The agent uses eBPF uprobes to attach to the following Go functions:

  • crypto/tls.(*Conn).Write
  • crypto/tls.(*Conn).Read

Tracing these calls enables the agent to capture the requests before they are encrypted (and after they are decrypted).

Pull Request: #27
Full Changelog: v1.8.10...v1.9.0