For installation instructions check out the getting started guide.
Added
- New Bloblang methods
not_null
andfilter
. - New Bloblang function
env
. - New field
path_mapping
added to all metrics types. - Field
max_in_flight
added to thedynamic
output. - The
workflow
processor has been updated to usebranch
processors with the
new fieldbranches
, these changes are backwards compatible with the now
deprecatedstages
field.
Changed
- The
rename
,whitelist
andblacklist
metrics types are now deprecated,
and thepath_mapping
field should be used instead. - The
conditional
,process_map
andprocess_dag
processors are now
deprecated and are superseded by theswitch
,branch
andworkflow
processors respectively.
Fixed
- Fixed
http
processor error log messages that would print incorrect URLs. - The
http_server
input now emitslatency
metrics. - Fixed a panic that could occur during the shutdown of an
http_server
input
serving a backlog of requests. - Explicit component types (
type: foo
) are now checked by the config linter. - The
amqp_1
input and output should now reconnect automatically after an
unexpected link detach.
The full change log can be found here.