Skip to content

Commit 2362c4b

Browse files
arangodb-docs-automation[bot]CircleCI Job
andauthored
[skip ci] Automatic commit of generated files from CircleCI (#363)
Co-authored-by: CircleCI Job <daniele@arangodb.com>
1 parent 4533eed commit 2362c4b

File tree

7 files changed

+342
-42
lines changed

7 files changed

+342
-42
lines changed

site/data/3.10/allMetrics.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,31 @@
996996
It is normal that this number is growing rapidly when there is any
997997
kind of activity in the cluster.
998998
999+
- name: arangodb_connection_statistics_memory_usage
1000+
introducedIn: "3.10.12"
1001+
help: |
1002+
Total memory usage of connection statistics.
1003+
unit: bytes
1004+
type: gauge
1005+
category: Statistics
1006+
complexity: advanced
1007+
exposedBy:
1008+
- coordinator
1009+
- dbserver
1010+
- agent
1011+
- single
1012+
description: |
1013+
Total memory usage of connection statistics.
1014+
If the startup option `--server.statistics` is set to `true`, then some
1015+
connection statistics are built up in memory for every connection that is
1016+
made to the arangod server.
1017+
It is expected that the memory usage reported by this metric remains
1018+
relatively constant over time. It should grow only when there are bursts of
1019+
new connections.
1020+
Some memory is pre-allocated at startup for higher efficiency.
1021+
No memory will be allocated for connection statistics if the startup option
1022+
is set to `false`.
1023+
9991024
- name: arangodb_dirty_read_queries_total
10001025
introducedIn: "3.10.0"
10011026
help: |
@@ -3358,6 +3383,30 @@
33583383
Histogram of the body sizes of the received VST requests in bytes.
33593384
Note that this does include the binary header.
33603385
3386+
- name: arangodb_request_statistics_memory_usage
3387+
introducedIn: "3.10.12"
3388+
help: |
3389+
Total memory usage of request statistics.
3390+
unit: bytes
3391+
type: gauge
3392+
category: Statistics
3393+
complexity: advanced
3394+
exposedBy:
3395+
- coordinator
3396+
- dbserver
3397+
- agent
3398+
- single
3399+
description: |
3400+
Total memory usage of request statistics.
3401+
If the startup option `--server.statistics` is set to `true`, then some
3402+
request statistics are built up in memory for incoming requests.
3403+
Some memory is pre-allocated at startup for higher efficiency.
3404+
It is expected that the memory usage reported by this metric remains
3405+
relatively constant over time. It should grow only when there are bursts of
3406+
incoming requests.
3407+
No memory will be allocated for request statistics if the startup option
3408+
is set to `false`.
3409+
33613410
- name: arangodb_revision_tree_hibernations_total
33623411
introducedIn: "3.8.5"
33633412
help: |

site/data/3.10/arangod.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@
11091109
"agent",
11101110
"single"
11111111
],
1112-
"default" : 7666280448,
1112+
"default" : 7739681792,
11131113
"deprecatedIn" : null,
11141114
"description" : "The global size limit for all caches (in bytes).",
11151115
"dynamic" : true,
@@ -7273,15 +7273,15 @@
72737273
"type" : "boolean"
72747274
},
72757275
"query.global-memory-limit" : {
7276-
"base" : 32812605440,
7276+
"base" : 33106210816,
72777277
"category" : "option",
72787278
"component" : [
72797279
"coordinator",
72807280
"dbserver",
72817281
"agent",
72827282
"single"
72837283
],
7284-
"default" : 26578210406,
7284+
"default" : 26816030761,
72857285
"deprecatedIn" : null,
72867286
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
72877287
"dynamic" : true,
@@ -7539,15 +7539,15 @@
75397539
"type" : "double"
75407540
},
75417541
"query.memory-limit" : {
7542-
"base" : 32812605440,
7542+
"base" : 33106210816,
75437543
"category" : "option",
75447544
"component" : [
75457545
"coordinator",
75467546
"dbserver",
75477547
"agent",
75487548
"single"
75497549
],
7550-
"default" : 19687563264,
7550+
"default" : 19863726489,
75517551
"deprecatedIn" : null,
75527552
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
75537553
"dynamic" : true,
@@ -8659,7 +8659,7 @@
86598659
"agent",
86608660
"single"
86618661
],
8662-
"default" : 9199536537,
8662+
"default" : 9287618150,
86638663
"deprecatedIn" : null,
86648664
"description" : "The size of block cache (in bytes).",
86658665
"dynamic" : true,
@@ -11006,7 +11006,7 @@
1100611006
"agent",
1100711007
"single"
1100811008
],
11009-
"default" : 12266048716,
11009+
"default" : 12383490867,
1101011010
"deprecatedIn" : null,
1101111011
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1101211012
"dynamic" : true,

site/data/3.11/allMetrics.yaml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,31 @@
996996
It is normal that this number is growing rapidly when there is any
997997
kind of activity in the cluster.
998998
999+
- name: arangodb_connection_statistics_memory_usage
1000+
introducedIn: "3.11.6"
1001+
help: |
1002+
Total memory usage of connection statistics.
1003+
unit: bytes
1004+
type: gauge
1005+
category: Statistics
1006+
complexity: advanced
1007+
exposedBy:
1008+
- coordinator
1009+
- dbserver
1010+
- agent
1011+
- single
1012+
description: |
1013+
Total memory usage of connection statistics.
1014+
If the startup option `--server.statistics` is set to `true`, then some
1015+
connection statistics are built up in memory for every connection that is
1016+
made to the arangod server.
1017+
It is expected that the memory usage reported by this metric remains
1018+
relatively constant over time. It should grow only when there are bursts of
1019+
new connections.
1020+
Some memory is pre-allocated at startup for higher efficiency.
1021+
No memory will be allocated for connection statistics if the startup option
1022+
is set to `false`.
1023+
9991024
- name: arangodb_dirty_read_queries_total
10001025
introducedIn: "3.10.0"
10011026
help: |
@@ -3834,6 +3859,30 @@
38343859
Histogram of the body sizes of the received VST requests in bytes.
38353860
Note that this does include the binary header.
38363861
3862+
- name: arangodb_request_statistics_memory_usage
3863+
introducedIn: "3.11.6"
3864+
help: |
3865+
Total memory usage of request statistics.
3866+
unit: bytes
3867+
type: gauge
3868+
category: Statistics
3869+
complexity: advanced
3870+
exposedBy:
3871+
- coordinator
3872+
- dbserver
3873+
- agent
3874+
- single
3875+
description: |
3876+
Total memory usage of request statistics.
3877+
If the startup option `--server.statistics` is set to `true`, then some
3878+
request statistics are built up in memory for incoming requests.
3879+
Some memory is pre-allocated at startup for higher efficiency.
3880+
It is expected that the memory usage reported by this metric remains
3881+
relatively constant over time. It should grow only when there are bursts of
3882+
incoming requests.
3883+
No memory will be allocated for request statistics if the startup option
3884+
is set to `false`.
3885+
38373886
- name: arangodb_revision_tree_hibernations_total
38383887
introducedIn: "3.8.5"
38393888
help: |
@@ -4444,6 +4493,27 @@
44444493
description: |
44454494
Average time of few last consolidations.
44464495
4496+
- name: arangodb_search_execution_threads_demand
4497+
introducedIn: "3.11.6"
4498+
help: |
4499+
Number of Arangosearch parallel execution threads requested by queries.
4500+
unit: number
4501+
type: gauge
4502+
category: ArangoSearch
4503+
complexity: advanced
4504+
exposedBy:
4505+
- dbserver
4506+
- single
4507+
description: |
4508+
Number of Arangosearch parallel execution threads requested by queries.
4509+
troubleshoot: |
4510+
If this metric contains a value lower than configured "--arangosearch.execution-threads-limit"
4511+
(number of cores * 2 by default) then there is enought threads for runninng queries with parallel execution.
4512+
The value of the metric represents the number of currently used threads. If the value is greater than
4513+
"--arangosearch.execution-threads-limit" that means currently some queries can not get enough threads to
4514+
achieve the requested parallelism. In that state queries are less parallel up to single-threaded execution.
4515+
Query performance migth degrade.
4516+
44474517
- name: arangodb_search_index_size
44484518
introducedIn: "3.10.0"
44494519
help: |

site/data/3.11/arangod.json

Lines changed: 73 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,72 @@
710710
"section" : "arangosearch",
711711
"type" : "uint32"
712712
},
713+
"arangosearch.default-parallelism" : {
714+
"base" : 1,
715+
"category" : "option",
716+
"component" : [
717+
"coordinator",
718+
"dbserver",
719+
"agent",
720+
"single"
721+
],
722+
"default" : 1,
723+
"deprecatedIn" : null,
724+
"description" : "Default parallelism for ArangoSearch queries",
725+
"dynamic" : false,
726+
"enterpriseOnly" : false,
727+
"experimental" : false,
728+
"hidden" : false,
729+
"introducedIn" : [
730+
"v3.11.6"
731+
],
732+
"maxInclusive" : true,
733+
"maxValue" : 4294967295,
734+
"minInclusive" : true,
735+
"minValue" : 0,
736+
"obsolete" : false,
737+
"os" : [
738+
"linux",
739+
"macos",
740+
"windows"
741+
],
742+
"requiresValue" : true,
743+
"section" : "arangosearch",
744+
"type" : "uint32"
745+
},
746+
"arangosearch.execution-threads-limit" : {
747+
"base" : 1,
748+
"category" : "option",
749+
"component" : [
750+
"coordinator",
751+
"dbserver",
752+
"agent",
753+
"single"
754+
],
755+
"default" : 0,
756+
"deprecatedIn" : null,
757+
"description" : "Max number of threads that could be used to process ArangoSearch indexes during SEARCH operation",
758+
"dynamic" : false,
759+
"enterpriseOnly" : false,
760+
"experimental" : false,
761+
"hidden" : false,
762+
"introducedIn" : [
763+
"v3.11.6"
764+
],
765+
"maxInclusive" : true,
766+
"maxValue" : 4294967295,
767+
"minInclusive" : true,
768+
"minValue" : 0,
769+
"obsolete" : false,
770+
"os" : [
771+
"linux",
772+
"macos",
773+
"windows"
774+
],
775+
"requiresValue" : true,
776+
"section" : "arangosearch",
777+
"type" : "uint32"
778+
},
713779
"arangosearch.fail-queries-on-out-of-sync" : {
714780
"category" : "option",
715781
"component" : [
@@ -1334,7 +1400,7 @@
13341400
"agent",
13351401
"single"
13361402
],
1337-
"default" : 7666280448,
1403+
"default" : 7739681792,
13381404
"deprecatedIn" : null,
13391405
"description" : "The global size limit for all caches (in bytes).",
13401406
"dynamic" : true,
@@ -7452,15 +7518,15 @@
74527518
"type" : "boolean"
74537519
},
74547520
"query.global-memory-limit" : {
7455-
"base" : 32812605440,
7521+
"base" : 33106210816,
74567522
"category" : "option",
74577523
"component" : [
74587524
"coordinator",
74597525
"dbserver",
74607526
"agent",
74617527
"single"
74627528
],
7463-
"default" : 26578210406,
7529+
"default" : 26816030761,
74647530
"deprecatedIn" : null,
74657531
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
74667532
"dynamic" : true,
@@ -7750,15 +7816,15 @@
77507816
"type" : "double"
77517817
},
77527818
"query.memory-limit" : {
7753-
"base" : 32812605440,
7819+
"base" : 33106210816,
77547820
"category" : "option",
77557821
"component" : [
77567822
"coordinator",
77577823
"dbserver",
77587824
"agent",
77597825
"single"
77607826
],
7761-
"default" : 19687563264,
7827+
"default" : 19863726489,
77627828
"deprecatedIn" : null,
77637829
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
77647830
"dynamic" : true,
@@ -8993,7 +9059,7 @@
89939059
"agent",
89949060
"single"
89959061
],
8996-
"default" : 9199536537,
9062+
"default" : 9287618150,
89979063
"deprecatedIn" : null,
89989064
"description" : "The size of block cache (in bytes).",
89999065
"dynamic" : true,
@@ -11574,7 +11640,7 @@
1157411640
"agent",
1157511641
"single"
1157611642
],
11577-
"default" : 12266048716,
11643+
"default" : 12383490867,
1157811644
"deprecatedIn" : null,
1157911645
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1158011646
"dynamic" : true,

0 commit comments

Comments
 (0)