You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request. Provide a summary of the request and all versions that are affected.
The Nodes Stats documentation is missing search_backpressure metric group in the table lists all available metric groups.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
# Do a clean checkout of OpenSearch from git and run a single node:
./gradlew clean run
# After it is ready open a web browser of your choice and point it to nodes stats API# using `search_backpressure` as a metric group filter.
open -a "Google Chrome""http://localhost:9200/_nodes/stats/search_backpressure?pretty"
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
The Nodes Stats documentation is missing
search_backpressure
metric group in the table lists all available metric groups.What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
PR link: #7238
The text was updated successfully, but these errors were encountered: