Skip to content

Commit

Permalink
Add a cluster transaction metric (lost subordinates of transactions) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran-B authored Jan 15, 2025
1 parent 33792b6 commit 87e3c39
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,15 @@ The following metrics have been added for observability:
- `arangodb_scheduler_low_prio_dequeue_hist`
- `arangodb_scheduler_maintenance_prio_dequeue_hist`

---

<small>Introduced in: v3.12.4</small>

The following metric about partially committed or aborted transactions on
DB-Servers in a cluster has been added:

- `arangodb_vocbase_transactions_lost_subordinates_total`

#### Stream Transactions API

<small>Introduced in: v3.12.1</small>
Expand Down
11 changes: 11 additions & 0 deletions site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -1868,6 +1868,17 @@ Furthermore, the [HTTP API](../../develop/http-api/monitoring/logs.md#get-the-se
has been extended to let you query and set the log levels for individual outputs
at runtime.

### Lost subordinate transactions metric

<small>Introduced in: v3.12.4</small>

The following metric about partially committed or aborted transactions on
DB-Servers in a cluster has been added:

| Label | Description |
|:------|:------------|
| `arangodb_vocbase_transactions_lost_subordinates_total` | Counts the number of lost subordinate transactions on database servers. |

## Client tools

### Protocol aliases for endpoints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,15 @@ The following metrics have been added for observability:
- `arangodb_scheduler_low_prio_dequeue_hist`
- `arangodb_scheduler_maintenance_prio_dequeue_hist`

---

<small>Introduced in: v3.12.4</small>

The following metric about partially committed or aborted transactions on
DB-Servers in a cluster has been added:

- `arangodb_vocbase_transactions_lost_subordinates_total`

#### Stream Transactions API

<small>Introduced in: v3.12.1</small>
Expand Down
11 changes: 11 additions & 0 deletions site/content/3.13/release-notes/version-3.12/whats-new-in-3-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -1868,6 +1868,17 @@ Furthermore, the [HTTP API](../../develop/http-api/monitoring/logs.md#get-the-se
has been extended to let you query and set the log levels for individual outputs
at runtime.

### Lost subordinate transactions metric

<small>Introduced in: v3.12.4</small>

The following metric about partially committed or aborted transactions on
DB-Servers in a cluster has been added:

| Label | Description |
|:------|:------------|
| `arangodb_vocbase_transactions_lost_subordinates_total` | Counts the number of lost subordinate transactions on database servers. |

## Client tools

### Protocol aliases for endpoints
Expand Down

0 comments on commit 87e3c39

Please sign in to comment.