Skip to content

[CircleCI Generated] generate-scheduled-12617 #739

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions site/data/3.11/arangod.json
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@
"agent",
"single"
],
"default" : 7735568384,
"default" : 7735569408,
"deprecatedIn" : null,
"description" : "The global size limit for all caches (in bytes).",
"dynamic" : true,
Expand Down Expand Up @@ -7575,15 +7575,15 @@
"type" : "boolean"
},
"query.global-memory-limit" : {
"base" : 33089757184,
"base" : 33089761280,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 26802703319,
"default" : 26802706636,
"deprecatedIn" : null,
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
"dynamic" : true,
Expand Down Expand Up @@ -7873,15 +7873,15 @@
"type" : "double"
},
"query.memory-limit" : {
"base" : 33089757184,
"base" : 33089761280,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 19853854311,
"default" : 19853856768,
"deprecatedIn" : null,
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
"dynamic" : true,
Expand Down Expand Up @@ -9116,7 +9116,7 @@
"agent",
"single"
],
"default" : 9282682060,
"default" : 9282683289,
"deprecatedIn" : null,
"description" : "The size of block cache (in bytes).",
"dynamic" : true,
Expand Down Expand Up @@ -11725,7 +11725,7 @@
"agent",
"single"
],
"default" : 12376909414,
"default" : 12376911052,
"deprecatedIn" : null,
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
"dynamic" : true,
Expand Down
105 changes: 105 additions & 0 deletions site/data/3.12/allMetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,27 @@
Execution time histogram for all AQL queries, in seconds.
The histogram includes all slow queries.

- name: arangodb_aql_recording_call_time
type: histogram
category: Statistics
help: |
AQL recording runtime histogram.
description: |
Execution time histogram for AQL recording calls in nanoseconds.

This histogram tracks the time it takes to record AQL calls in the ApiRecordingFeature.
The histogram uses a logarithmic scale with base 2, starting at 0 and going up to 16000.0 nanoseconds,
with 9 buckets.
unit: nanoseconds
introducedIn: "3.12.6"
category: Agency
complexity: high
exposedBy:
- agent
- coordinator
- dbserver
- single

- name: arangodb_aql_slow_query_time
introducedIn: "3.6.10"
help: |
Expand Down Expand Up @@ -6325,6 +6346,38 @@
It shows the block cache capacity in bytes. This can be configured with
the `--rocksdb.block-cache-size` startup option.

- name: rocksdb_block_cache_charge_per_entry
introducedIn: "3.12.6"
help: |
Average size of entries in RocksDB block cache.
unit: bytes
type: gauge
category: RocksDB
complexity: advanced
exposedBy:
- dbserver
- agent
- single
description: |
The metric shows the average size of cache entry value in the RocksDB
block cache.

- name: rocksdb_block_cache_entries
introducedIn: "3.12.6"
help: |
Number of entries in the RocksDB block cache.
unit: number
type: gauge
category: RocksDB
complexity: advanced
exposedBy:
- dbserver
- agent
- single
description: |
This metric shows the total number of entries present in the RocksDB block
cache.

- name: rocksdb_block_cache_pinned_usage
introducedIn: "3.6.1"
help: |
Expand Down Expand Up @@ -7132,6 +7185,41 @@
nasty delays in database operations are incurred. If in doubt,
contact ArangoDB support.

- name: rocksdb_live_blob_file_garbage_size
introducedIn: "3.12.6"
help: |
Size of garbage in live RocksDB .blob files.
unit: bytes
type: gauge
category: RocksDB
complexity: advanced
exposedBy:
- dbserver
- agent
- single
description: |
This metric exhibits the RocksDB metric `rocksdb-live-blob-file-garbage-size`.
It shows the total amount of garbage (obsolete, unreferenced blobs) in bytes
over in .blob files belonging to the latest LSM tree, summed over all
column families that use blob files.

- name: rocksdb_live_blob_file_size
introducedIn: "3.12.6"
help: |
Size of live RocksDB .blob files.
unit: bytes
type: gauge
category: RocksDB
complexity: advanced
exposedBy:
- dbserver
- agent
- single
description: |
This metric exhibits the RocksDB metric `rocksdb-live-blob-file-size`.
It shows the total size in bytes of all .blob files belonging to the latest
LSM tree, summed over all column families that use blob files.

- name: rocksdb_live_sst_files_size
introducedIn: "3.6.1"
help: |
Expand Down Expand Up @@ -7216,6 +7304,23 @@
This metric exhibits the RocksDB metric `rocksdb-min-log-number-to-keep`.
It shows the minimum log number of the log files that should be kept.

- name: rocksdb_num_blob_files
introducedIn: "3.12.6"
help: |
Number of live RocksDB .blob files.
unit: number
type: gauge
category: RocksDB
complexity: advanced
exposedBy:
- dbserver
- agent
- single
description: |
This metric exhibits the RocksDB metric `rocksdb-num-blob-files`.
It shows the total number of .blob files belonging to the latest
LSM tree, summed over all column families that use blob files.

- name: rocksdb_num_deletes_active_mem_table
introducedIn: "3.6.1"
help: |
Expand Down
4 changes: 2 additions & 2 deletions site/data/3.12/arangobackup.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : false,
"default" : true,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
Expand Down Expand Up @@ -1067,7 +1067,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",
Expand Down
4 changes: 2 additions & 2 deletions site/data/3.12/arangobench.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : false,
"default" : true,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
Expand Down Expand Up @@ -1336,7 +1336,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",
Expand Down
Loading