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 a1a5fef commit 5b52a85Copy full SHA for 5b52a85
cardano-submit-api/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## vNext
4
5
+* Replace the older tracing & metric system — `iohk-monitoring` with `trace-dispatcher`
6
+ * Change prometheus metric type from `gauge` to `counter`
7
+ * Use slightly different prometheus suffix for counters: `counter` instead of `count`
8
+
9
## 10.0 -- Oct 2024
10
11
* Bump for Node 10.0
cardano-submit-api/cardano-submit-api.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 3.0
name: cardano-submit-api
-version: 10.1.1
+version: 10.2.0
synopsis: A web server that allows transactions to be POSTed to the cardano chain
description: A web server that allows transactions to be POSTed to the cardano chain.
homepage: https://github.com/intersectmbo/cardano-node
0 commit comments