We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee2488 commit 4abf62cCopy full SHA for 4abf62c
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
Please use [this](https://docs.gitlab.com/ee/development/changelog.html) document as guidelines to keep a changelog.
4
5
-## [unreleased]
+## 5.0.0-rc1 - 2022-03-02
6
7
### Added
8
src/dipdup/prometheus.py
@@ -40,6 +40,7 @@
40
_index_levels_to_realtime = Histogram(
41
'dipdup_index_levels_to_realtime_total',
42
'Number of levels to reach realtime state',
43
+ ['index'],
44
)
45
_index_handlers_matched = Gauge(
46
'dipdup_index_handlers_matched_total',
0 commit comments