Skip to content

v1.8.0

Compare
Choose a tag to compare
@mariomac mariomac released this 03 Sep 08:39
· 12 commits to release-1.8 since this release
9a20dda

What's Changed

Breaking changes 🔨

Network metrics: new behavior of the direction field

The direction attribute (whose values were ingress/egress until Beyla 1.7.0) has been renamed to iface_direction. This attribute specifies in which direction of the network interface is a flow captured (ingress or egress).

Since Beyla 1.8.0, the direction attribute shows the direction of a connection (valid for TCP): request or response.

PR: #1074

Process CPU metrics: rename attribute process.cpu.state to cpu.mode

Process metrics are still an experimental/unstable OpenTelemetry specification. We renamed that attribute according to the latest changes in the specification.

PR: #1110

Internal metrics: renamed beyla_build_info to beyla_internal_build_info

This breaking change should not have noticeable effect in someone, as internal metrics are aimed to debug Beyla.

PR: #1119

Bug fixes 🐛

Other changes/additions

New Contributors

Full Changelog: v1.7.0...v1.8.0