Skip to content

Commit

Permalink
improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Mar 20, 2024
1 parent c9558a0 commit 8df4146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fields added to events containing the Beats version. {pull}37553[37553]
*Metricbeat*

- Fix fields not being parsed correctly in postgresql/database {issue}25301[25301] {pull}37720[37720]
- rabbitmq/queue - Fix mapping type for `rabbitmq.queue.consumers.utilisation.pct` to be `scaled_float` instead of `long` because the values range on `[0, 1.0]`. Previously, truncation converted the value to an integer so it either reported zero or one.
- rabbitmq/queue - Change the mapping type of `rabbitmq.queue.consumers.utilisation.pct` to `scaled_float` from `long` because the values fall within the range of `[0.0, 1.0]`. Previously, conversion to integer resulted in reporting either `0` or `1`.

*Osquerybeat*

Expand Down

0 comments on commit 8df4146

Please sign in to comment.