Skip to content

Commit 87e3c39

Browse files
authored
Add a cluster transaction metric (lost subordinates of transactions) (#645)
1 parent 33792b6 commit 87e3c39

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

site/content/3.12/release-notes/version-3.12/api-changes-in-3-12.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,15 @@ The following metrics have been added for observability:
538538
- `arangodb_scheduler_low_prio_dequeue_hist`
539539
- `arangodb_scheduler_maintenance_prio_dequeue_hist`
540540

541+
---
542+
543+
<small>Introduced in: v3.12.4</small>
544+
545+
The following metric about partially committed or aborted transactions on
546+
DB-Servers in a cluster has been added:
547+
548+
- `arangodb_vocbase_transactions_lost_subordinates_total`
549+
541550
#### Stream Transactions API
542551

543552
<small>Introduced in: v3.12.1</small>

site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,17 @@ Furthermore, the [HTTP API](../../develop/http-api/monitoring/logs.md#get-the-se
18681868
has been extended to let you query and set the log levels for individual outputs
18691869
at runtime.
18701870

1871+
### Lost subordinate transactions metric
1872+
1873+
<small>Introduced in: v3.12.4</small>
1874+
1875+
The following metric about partially committed or aborted transactions on
1876+
DB-Servers in a cluster has been added:
1877+
1878+
| Label | Description |
1879+
|:------|:------------|
1880+
| `arangodb_vocbase_transactions_lost_subordinates_total` | Counts the number of lost subordinate transactions on database servers. |
1881+
18711882
## Client tools
18721883

18731884
### Protocol aliases for endpoints

site/content/3.13/release-notes/version-3.12/api-changes-in-3-12.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,15 @@ The following metrics have been added for observability:
538538
- `arangodb_scheduler_low_prio_dequeue_hist`
539539
- `arangodb_scheduler_maintenance_prio_dequeue_hist`
540540

541+
---
542+
543+
<small>Introduced in: v3.12.4</small>
544+
545+
The following metric about partially committed or aborted transactions on
546+
DB-Servers in a cluster has been added:
547+
548+
- `arangodb_vocbase_transactions_lost_subordinates_total`
549+
541550
#### Stream Transactions API
542551

543552
<small>Introduced in: v3.12.1</small>

site/content/3.13/release-notes/version-3.12/whats-new-in-3-12.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,17 @@ Furthermore, the [HTTP API](../../develop/http-api/monitoring/logs.md#get-the-se
18681868
has been extended to let you query and set the log levels for individual outputs
18691869
at runtime.
18701870

1871+
### Lost subordinate transactions metric
1872+
1873+
<small>Introduced in: v3.12.4</small>
1874+
1875+
The following metric about partially committed or aborted transactions on
1876+
DB-Servers in a cluster has been added:
1877+
1878+
| Label | Description |
1879+
|:------|:------------|
1880+
| `arangodb_vocbase_transactions_lost_subordinates_total` | Counts the number of lost subordinate transactions on database servers. |
1881+
18711882
## Client tools
18721883

18731884
### Protocol aliases for endpoints

0 commit comments

Comments
 (0)