Skip to content
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
48 changes: 48 additions & 0 deletions spec/schemas/cat.indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,54 @@ components:
pri.merges.total_time:
description: time spent in merges
type: ['null', string]
merges.warmer.total_invocations:
description: total invocations of merged segment warmer
type: [ 'null', string ]
pri.merges.warmer.total_invocations:
description: total invocations of merged segment warmer
type: [ 'null', string ]
merges.warmer.total_time:
description: total wallclock time spent in the warming operation
type: [ 'null', string ]
pri.merges.warmer.total_time:
description: total wallclock time spent in the warming operation
type: [ 'null', string ]
merges.warmer.ongoing_count:
description: point-in-time metric for number of in-progress warm operations
type: [ 'null', string ]
pri.merges.warmer.ongoing_count:
description: point-in-time metric for number of in-progress warm operations
type: [ 'null', string ]
merges.warmer.total_bytes_received:
description: total bytes received by a replica shard during the warm operation
type: [ 'null', string ]
pri.merges.warmer.total_bytes_received:
description: total bytes received by a replica shard during the warm operation
type: [ 'null', string ]
merges.warmer.total_bytes_sent:
description: total bytes sent by a primary shard during the warm operation
type: [ 'null', string ]
pri.merges.warmer.total_bytes_sent:
description: total bytes sent by a primary shard during the warm operation
type: [ 'null', string ]
merges.warmer.total_receive_time:
description: total wallclock time spent receiving merged segments by a replica shard
type: [ 'null', string ]
pri.merges.warmer.total_receive_time:
description: total wallclock time spent receiving merged segments by a replica shard
type: [ 'null', string ]
merges.warmer.total_failure_count:
description: total failures in merged segment warmer
type: [ 'null', string ]
pri.merges.warmer.total_failure_count:
description: total failures in merged segment warmer
type: [ 'null', string ]
merges.warmer.total_send_time:
description: total wallclock time spent sending merged segments by a primary shard
type: [ 'null', string ]
pri.merges.warmer.total_send_time:
description: total wallclock time spent sending merged segments by a primary shard
type: [ 'null', string ]
refresh.total:
description: total refreshes
type: ['null', string]
Expand Down
24 changes: 24 additions & 0 deletions spec/schemas/cat.nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,30 @@ components:
merges.total_time:
description: The time spent in merges.
type: string
merges.warmer.total_invocations:
description: Total invocations of merged segment warmer.
type: [ 'null', string ]
merges.warmer.total_time:
description: Total wallclock time spent in the warming operation.
type: [ 'null', string ]
merges.warmer.ongoing_count:
description: Point-in-time metric for number of in-progress warm operations.
type: [ 'null', string ]
merges.warmer.total_bytes_received:
description: Total bytes received by a replica shard during the warm operation.
type: [ 'null', string ]
merges.warmer.total_bytes_sent:
description: Total bytes sent by a primary shard during the warm operation.
type: [ 'null', string ]
merges.warmer.total_receive_time:
description: Total wallclock time spent receiving merged segments by a replica shard.
type: [ 'null', string ]
merges.warmer.total_failure_count:
description: Total failures in merged segment warmer.
type: [ 'null', string ]
merges.warmer.total_send_time:
description: Total wallclock time spent sending merged segments by a primary shard.
type: [ 'null', string ]
refresh.total:
description: The total refreshes.
type: string
Expand Down
24 changes: 24 additions & 0 deletions spec/schemas/cat.shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,30 @@ components:
merges.total_time:
description: The time spent merging documents.
type: ['null', string]
merges.warmer.total_invocations:
description: Total invocations of merged segment warmer.
type: ['null', string]
merges.warmer.total_time:
description: Total wallclock time spent in the warming operation.
type: ['null', string]
merges.warmer.ongoing_count:
description: Point-in-time metric for number of in-progress warm operations.
type: ['null', string]
merges.warmer.total_bytes_received:
description: Total bytes received by a replica shard during the warm operation.
type: ['null', string]
merges.warmer.total_bytes_sent:
description: Total bytes sent by a primary shard during the warm operation.
type: ['null', string]
merges.warmer.total_receive_time:
description: Total wallclock time spent receiving merged segments by a replica shard.
type: ['null', string]
merges.warmer.total_failure_count:
description: Total failures in merged segment warmer.
type: ['null', string]
merges.warmer.total_send_time:
description: Total wallclock time spent sending merged segments by a primary shard.
type: ['null', string]
refresh.total:
description: The total number of refreshes.
type: ['null', string]
Expand Down