Skip to content

Commit 3dba048

Browse files
Update doc-site/docs/releasenotes/index.md
Signed-off-by: Peter Broadhurst <[email protected]>
1 parent 3a6dcfb commit 3dba048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-site/docs/releasenotes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ What's New:
2929

3030
### Migration consideration
3131

32-
As part of the changes to the metrics to add the new `namespace` label, we changed from using a Prometheus `Counter` to a `CounterVec`. As a result there is no default value of `0` on the counter, which means when users query for a specific metric such as `ff_message_rejected_total` it will not be available until the `CounterVec` associated with that metric is incremented. This has been safely added as part of a patch release and determined to be an easy upgrade for SRE monitoring these metrics.
32+
As part of the changes to the metrics to add the new `namespace` label, we changed from using a Prometheus `Counter` to a `CounterVec`. As a result there is no default value of `0` on the counter, which means when users query for a specific metric such as `ff_message_rejected_total` it will not be available until the `CounterVec` associated with that metric is incremented. This has been determined to be an easy upgrade for SRE monitoring these metrics, hence inclusion in a patch release.
3333

3434
## [v1.3.2 - Oct 3, 2024](https://github.com/hyperledger/firefly/releases/tag/v1.3.2)
3535

0 commit comments

Comments
 (0)