Skip to content

Commit

Permalink
fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elwerene committed May 21, 2024
1 parent c7324d8 commit a1e99b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "changes-stream2"
description = "couchdb follower"
version = "0.2.12"
version = "0.2.13"
authors = [
"Ashley Williams <[email protected]>",
"René Rössler <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ async fn main() {

### metrics

Enables metric collection of the changes stream as counter values. The common prefix is generated from the host and path of the url. The metrics are:
* `{prefix}_bytes`: Total bytes read from the changes stream
* `{prefix}_entries`: Total parsed change entries
Enables metrics collection of the changes stream as counter values. The name is generated from the host and path of the url(database name). The metrics are:
* `couchdb_changes_{name}_bytes`: Total bytes read from the changes stream
* `couchdb_changes_{name}_entries`: Total parsed change entries

### raw_value_doc

Expand Down

0 comments on commit a1e99b6

Please sign in to comment.