Fix some typos in the 5.1.0 NEWS

This commit is contained in:
Tim Wojtulewicz 2022-09-20 13:01:40 -07:00
parent 2b60f63123
commit 7e65b285ea

20
NEWS
View file

@ -80,18 +80,19 @@ New Functionality
characters.
- Added a new telemetry framework for providing high-level access to Zeek's
metric subsystem. This framework allows script writers to use different
metric types (counters, gauges and histograms) for tracking metrics without
using lower-level BiFs from ``telemetry.bif``. Additionally, metrics can
now be accessed from script land using ``Telemetry::collect_metrics() and
metric subsystem. This framework allows script writers to use different metric
types (counters, gauges and histograms) for tracking metrics without using
lower-level BiFs from ``telemetry.bif``. Additionally, metrics can now be
accessed from script land using ``Telemetry::collect_metrics()`` and
``Telemetry::collect_histogram_metrics()``.
The framework is located in ``base/frameworks/telemetry``.
In addition to the Prometheus endpoint for metrics export that has existed
since Zeek 4.1, two new log streams, ``telemetry.log`` and ``telemetry_histogram.log``,
can be enabled by loading ``policy/frameworks/telemetry/log``. This policy
script is included in ``local.zeek`` by default.
since Zeek 4.1, two new log streams, ``telemetry.log`` and
``telemetry_histogram.log``, can be enabled by loading
``policy/frameworks/telemetry/log``. This policy script is included in
``local.zeek`` by default.
For further details on the framework and examples, please refer to the
Zeek documentation.
@ -218,8 +219,9 @@ Deprecated Functionality
- The ``misc/scan.zeek`` script has been marked for removal in Zeek 6.1. Use
github.com/ncsa/bro-simple-scan instead.
- The Supervisor framework's ``NodeConfig$scripts` field has been deprecated and
marked for removal in Zeek 6.1. Use ``NodeConfig$addl_user_scripts`` instead.
- The Supervisor framework's ``NodeConfig$scripts`` field has been deprecated
and marked for removal in Zeek 6.1. Use ``NodeConfig$addl_user_scripts``
instead.
Zeek 5.0.0
==========