File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ Depending on the backend the following metrics types can be passed: counter | hi
4141A counter can simply be incremented by 1 using ` metrics:update/1 ` . or by passing a positive or negative integer like this:
4242
4343```
44- metrics:update("c", {c, 1}).`''
44+ metrics:update("c", {c, 1}).
45+ ```
4546
4647Other metrics are updated via ` metrics:update/2 ` .
4748
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ Depending on the backend the following metrics types can be passed: counter | hi
4141A counter can simply be incremented by 1 using ` metrics:update/1 ` . or by passing a positive or negative integer like this:
4242
4343```
44- metrics:update("c", {c, 1}).`''
44+ metrics:update("c", {c, 1}).
45+ ```
4546
4647Other metrics are updated via ` metrics:update/2 ` .
4748
Original file line number Diff line number Diff line change @@ -37,11 +37,10 @@ Depending on the backend the following metrics types can be passed: counter | hi
3737
3838### update a metric
3939
40- A counter can simply be incremented by 1 using `metrics:update/1` . or by passing a positive or negative integer like this:
40+ A counter can simply be incremented by 1 using `metrics:update/1' . or by passing a positive or negative integer like this:
4141
4242```
4343metrics:update("c", {c, 1}).
44-
4544'''
4645
4746Other metrics are updated via `metrics:update/2'.
You can’t perform that action at this time.
0 commit comments