Skip to content

Commit 4abf62c

Browse files
committed
Update changelog, typo
1 parent 3ee2488 commit 4abf62c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Please use [this](https://docs.gitlab.com/ee/development/changelog.html) document as guidelines to keep a changelog.
44

5-
## [unreleased]
5+
## 5.0.0-rc1 - 2022-03-02
66

77
### Added
88

src/dipdup/prometheus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
_index_levels_to_realtime = Histogram(
4141
'dipdup_index_levels_to_realtime_total',
4242
'Number of levels to reach realtime state',
43+
['index'],
4344
)
4445
_index_handlers_matched = Gauge(
4546
'dipdup_index_handlers_matched_total',

0 commit comments

Comments
 (0)