Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6dfdcc1
Add AWR
rakhi-prathap Apr 28, 2025
b9fe9b6
Add AWR limitations and metrics definitions
rakhi-prathap May 4, 2025
4674e93
Add AWR limitations and metrics definitions
rakhi-prathap May 5, 2025
f40d06c
Add AWR limitations and metrics definitions
rakhi-prathap May 5, 2025
3e977b0
Fix links
rakhi-prathap May 5, 2025
98d19b4
Fix links
rakhi-prathap May 5, 2025
3414ade
Minor tweaks
rakhi-prathap May 5, 2025
c21b207
Minor tweaks
rakhi-prathap May 5, 2025
bb9dc87
Updates
rakhi-prathap May 6, 2025
b1037e3
Fix broken links and other minor changes
rakhi-prathap May 7, 2025
60bf631
Minor edit
rakhi-prathap May 7, 2025
958bd3f
Formatting tweaks
rakhi-prathap May 7, 2025
7ca0535
Include the part about adding indexes
rakhi-prathap May 28, 2025
83aebe0
Merge remote-tracking branch 'origin/release/8.0' into DOC-12664-add-awr
rakhi-prathap May 28, 2025
1fe702a
add links to the uncompress function and other edits
rakhi-prathap May 28, 2025
74c59ae
Add a custom preview.yml file
rakhi-prathap May 28, 2025
f91e689
Add new sections + engg feedback
rakhi-prathap Jul 21, 2025
38abfb7
Change Reporting to Repository + other changes
rakhi-prathap Jul 22, 2025
632250d
A few more changes
rakhi-prathap Jul 22, 2025
2f69079
Fix a broken link
rakhi-prathap Jul 22, 2025
6d1fd5b
Engg feedback
rakhi-prathap Jul 23, 2025
ce017de
Comment out the placeholder for cbqueryreportgen link
rakhi-prathap Aug 21, 2025
e7404a3
Apply suggestions from code review
rakhi-prathap Aug 28, 2025
39e1157
address review comments
rakhi-prathap Aug 28, 2025
070cd6a
address review comments
rakhi-prathap Aug 28, 2025
f2e5cac
Remove DOC-12664-add-awr.yml
rakhi-prathap Aug 28, 2025
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
1 change: 1 addition & 0 deletions modules/n1ql/pages/n1ql-intro/sysinfo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ xref:n1ql:n1ql-manage/monitoring-n1ql-query.adoc#sys-active-req[system:active_re
xref:n1ql:n1ql-manage/monitoring-n1ql-query.adoc#sys-prepared[system:prepareds]
xref:n1ql:n1ql-manage/monitoring-n1ql-query.adoc#sys-completed-req[system:completed_requests]
xref:n1ql:n1ql-manage/monitoring-n1ql-query.adoc#sys-history[system:completed_requests_history]
xref:n1ql:n1ql-manage/query-awr.adoc[system:awr]

a| [%hardbreaks]
<<sys_my-user-info,system:my_user_info>>
Expand Down
2 changes: 2 additions & 0 deletions modules/n1ql/pages/n1ql-manage/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ You can monitor and manage queries using the Couchbase Web Console, the command

* xref:tools:query-monitoring.adoc[]
* xref:n1ql:n1ql-manage/monitoring-n1ql-query.adoc[]
* xref:n1ql:n1ql-manage/query-awr.adoc[]

== Manage Primary and Secondary Indexes

Expand All @@ -44,3 +45,4 @@ You can monitor and manage primary and secondary indexes using the Couchbase Web
You can configure the Query service using cluster-level query settings, node-level query settings, and request-level query parameters.

* xref:n1ql:n1ql-manage/query-settings.adoc[]

Loading