Skip to content

Commit 7e9c308

Browse files
authored
DOC-13246: Sync Gateway 3.3 Partitioned Indexes Feature (#864)
* Update Indexing page to de-emphasize Views * Document partitioned indexes * Deprecate num_index_replicas → index.num_replicas * Rebuild Redocly documentation * Updates after review
1 parent 133745e commit 7e9c308

17 files changed

Lines changed: 54330 additions & 49895 deletions

modules/ROOT/assets/attachments/bundled-admin.yaml

Lines changed: 7078 additions & 6915 deletions
Large diffs are not rendered by default.

modules/ROOT/assets/attachments/bundled-metric.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
openapi: 3.0.3
22
info:
3-
version: '3.2'
43
title: Sync Gateway Metrics REST API
54
description: |-
65
# Introduction
76
87
Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server.
98
The Sync Gateway Metrics REST API returns Sync Gateway metrics, in JSON or Prometheus-compatible formats, for performance monitoring and diagnostic purposes.
9+
version: '3.3'
1010
license:
1111
name: Business Source License 1.1 (BSL)
1212
url: https://github.com/couchbase/sync_gateway/blob/master/LICENSE
@@ -49,15 +49,6 @@ paths:
4949
tags:
5050
- Server
5151
operationId: get__ping
52-
head:
53-
responses:
54-
'200':
55-
description: Server is available
56-
tags:
57-
- Server
58-
summary: Check if API is available
59-
description: Returns OK status if API is available.
60-
operationId: head__ping
6152
/metrics:
6253
get:
6354
summary: Get debugging and monitoring runtime stats in Prometheus Exposition format
@@ -78,6 +69,8 @@ paths:
7869
- Prometheus
7970
operationId: get_metrics
8071
/_expvar:
72+
tags:
73+
- JSON
8174
get:
8275
summary: Get all Sync Gateway statistics in JSON format
8376
description: |-

0 commit comments

Comments
 (0)