Skip to content

Commit

Permalink
Prep v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianLyng committed Apr 10, 2022
1 parent 7f6ed4a commit db87cde
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
v0.15.0
=======

Release date: 2022-04-10

Add an experimental enrichment transformer, and a slightly less
experimental switch sender.

The enrichment transformer WILL change, but needs testing, so it is
included. It allows an operator to provide a JSON file to enrich metrics
based on metadata fields, e.g.: Add customer name to interface stats, or
add if description. To use it, see docs/examples/tester_to_stdout_enrich.json ,
you will need a JSON file that has a list of metadata fields to match, and
the data field will be the fields added *to metadata* (yes, this is
confusing, this is one of the reasons it's considered experimental).

The switch sender is simpler, but also probably a bit immature, but testing
is required. It takes a list of conditions and checks if a metric(!)
matches this, and if it matches a complete set, data will be sent to the
associated sender. Use case: Dupe sender sends data to your own influxdb,
and to a switch sender, the switch sender then selectively streams
customer-specific data to a customer.

v0.14.3
=======

Expand Down

0 comments on commit db87cde

Please sign in to comment.