Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a cluster transaction metric #645

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,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 @@ -1781,6 +1781,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 @@ -501,6 +501,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 @@ -1781,6 +1781,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