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

Added missing fields to index stats. #395

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Jul 10, 2024

Description

  • Added doc_status, remote_store, segment_replication and unreferenced_file_cleanups_performed to SegmentStats
  • Added concurrent_query_* and search_idle_reactivate_count_total fields to SearchStats
  • Added remote_store to TranslogStats

Successfully passes /_stats and /{index}/_stats.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

github-actions bot commented Jul 10, 2024

Changes Analysis

Commit SHA: 7654eb5
Comparing To SHA: 046b7d1

API Changes

Summary


└─┬Components
  ├──[➕] schemas (27196:7)
  ├──[➕] schemas (27144:7)
  ├──[➕] schemas (27179:7)
  ├──[➕] schemas (27222:7)
  ├──[➕] schemas (27151:7)
  ├──[➕] schemas (27213:7)
  ├──[➕] schemas (27235:7)
  ├──[➕] schemas (27478:7)
  ├──[➕] schemas (26196:7)
  ├──[➕] schemas (27133:7)
  ├──[➕] schemas (27162:7)
  ├──[➕] schemas (27120:7)
  ├─┬_common:MergesStats
  │ └──[➕] properties (26728:9)
  ├─┬_common:SegmentsStats
  │ ├──[➕] properties (27558:9)
  │ └──[➕] properties (27560:9)
  ├─┬_common:TranslogStats
  │ └──[➕] properties (27858:9)
  ├─┬_common:SearchStats
  │ ├──[➕] properties (27388:9)
  │ ├──[➕] properties (27385:9)
  │ ├──[➕] properties (27380:9)
  │ ├──[➕] properties (27382:9)
  │ ├──[➕] properties (27377:9)
  │ ├──[➕] properties (27414:9)
  │ ├──[➕] properties (27409:9)
  │ ├──[➕] properties (27411:9)
  │ ├──[➕] properties (27406:9)
  │ ├──[➕] properties (27429:9)
  │ ├─┬fetch_current
  │ │ └──[➕] description (27392:24)
  │ ├─┬fetch_total
  │ │ └──[➕] description (27401:24)
  │ ├─┬scroll_current
  │ │ └──[➕] description (27432:24)
  │ ├─┬scroll_total
  │ │ └──[➕] description (27441:24)
  │ ├─┬suggest_total
  │ │ └──[➕] description (27453:24)
  │ ├─┬open_contexts
  │ │ └──[➕] description (27404:24)
  │ ├─┬query_current
  │ │ └──[➕] description (27418:24)
  │ ├─┬query_total
  │ │ └──[➕] description (27427:24)
  │ └─┬suggest_current
  │   └──[➕] description (27444:24)
  └─┬_common:IndexingStats
    └──[➕] properties (26536:9)

Document Element Total Changes Breaking Changes
components 36 0
  • Total Changes: 36
  • Additions: 36

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/9876715269/artifacts/1687084615

API Coverage

Before After Δ
Covered (%) 483 (47.31 %) 483 (47.31 %) 0 (0 %)
Uncovered (%) 538 (52.69 %) 538 (52.69 %) 0 (0 %)
Unknown 24 24 0

@dblock dblock force-pushed the index-stats branch 2 times, most recently from 546c624 to ef2d310 Compare July 10, 2024 15:00
Signed-off-by: dblock <dblock@amazon.com>
@Xtansia Xtansia merged commit 14b23e2 into opensearch-project:main Jul 11, 2024
8 checks passed
@dblock dblock deleted the index-stats branch July 11, 2024 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants