Skip to content

Commit

Permalink
Update formatting for changelogs (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
swang392 authored Jul 3, 2023
1 parent 452cc4e commit 87f3480
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions riak_repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,34 @@

## 1.0.1

* [FIX] Add a condition to check that `rt_sink_connected_to` is a dict before collecting `sink_stats`
***Fixed***:

* Add a condition to check that `rt_sink_connected_to` is a dict before collecting `sink_stats`


## 1.0.0

* [FEATURE] Adds realtime_queue_stats metrics for consumers
* [FEATURE] Adds realtime source/sink connection stats
* [UPDATE] `fullsync_coordinator` metrics changed from `riak_repl.fullsync_coordinator.<cluster>.<key>` to `riak_repl.fullsync_coordinator.<key>` with a cluster tag
* [FIX] Implement tests to ensure replication is enabled before expecting stats
***Added***:

* Adds realtime_queue_stats metrics for consumers
* Adds realtime source/sink connection stats
* `fullsync_coordinator` metrics changed from `riak_repl.fullsync_coordinator.<cluster>.<key>` to `riak_repl.fullsync_coordinator.<key>` with a cluster tag

***Fixed***:

* Implement tests to ensure replication is enabled before expecting stats


## 0.0.2

* [FEATURE] Adds basic fullsync_coordinator metrics
***Added***:

* Adds basic fullsync_coordinator metrics


## 0.0.1

* [FEATURE] Adds riak-repl integration
***Added***:

* Adds riak-repl integration

0 comments on commit 87f3480

Please sign in to comment.