Skip to content

Commit dd608ce

Browse files
authored
In multi-dimensional-metrics.md and child-metrics.md, added description of cluster setting server.child_metrics.include_aggregate.enabled. (#19461)
1 parent 9bbbc27 commit dd608ce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/current/v24.3/child-metrics.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The metrics and their potential child metrics are determined by the specific fea
1818
SET CLUSTER SETTING server.child_metrics.enabled = true;
1919
~~~
2020

21+
{% include_cached new-in.html version="v24.3.10" %} The [cluster setting `server.child_metrics.include_aggregate.enabled`]({% link {{ page.version.version }}/cluster-settings.md %}#setting-server-child-metrics-include-aggregate-enabled) (default: `true`) reports an aggregate time series for applicable child metrics. When set to `false`, it stops reporting the aggregate time series, preventing double counting when querying those metrics.
22+
2123
## All clusters
2224

2325
An RPC (Remote Procedure Call) connection is a communication method used in distributed systems, like CockroachDB, to allow one program to request a service from a program located in another computer on a network without having to understand the network's details. In the context of CockroachDB, RPC connections are used for inter-node communication. For instance, if Node 1 sends a request to Node 2, and Node 2 dials back (sends request back to Node 1), it ensures that communication is healthy in both directions. This is referred to as a "bidirectionally connected" and "heartbeating" RPC connection.

src/current/v25.1/multi-dimensional-metrics.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The [cluster setting `server.child_metrics.enabled`]({% link {{ page.version.ver
2323
SET CLUSTER SETTING server.child_metrics.enabled = true;
2424
~~~
2525

26+
{% include_cached new-in.html version="v25.1.3" %} The [cluster setting `server.child_metrics.include_aggregate.enabled`]({% link {{ page.version.version }}/cluster-settings.md %}#setting-server-child-metrics-include-aggregate-enabled) (default: `true`) reports an aggregate time series for applicable multi-dimensional metrics. When set to `false`, it stops reporting the aggregate time series, preventing double counting when querying those metrics.
27+
2628
### All clusters
2729

2830
An RPC (Remote Procedure Call) connection is a communication method used in distributed systems, like CockroachDB, to allow one program to request a service from a program located in another computer on a network without having to understand the network's details. In the context of CockroachDB, RPC connections are used for inter-node communication. For instance, if Node 1 sends a request to Node 2, and Node 2 dials back (sends request back to Node 1), it ensures that communication is healthy in both directions. This is referred to as a "bidirectionally connected" and "heartbeating" RPC connection.

0 commit comments

Comments
 (0)