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
- remove /_metrics endpoint, which does not need public API
documentation, as it never should have been implemented
- change copy to match public docs for description
- add links to upstream files
Copy file name to clipboardExpand all lines: docs/api/components/schemas.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,8 +166,9 @@ ExpVars:
166
166
description: "The total uptime."
167
167
per_db:
168
168
description: |-
169
-
This array contains stats for all databases declared in the config file -- see the [Sync Gateway Statistics Schema](./../stats-monitoring.html) for more details on the metrics collected and reported by Sync Gateway.
170
-
The statistics for each {$db_name} database are grouped into:
169
+
This array contains stats for all databases declared in the config file — see [View Statistics and Metrics](stats-monitoring.html) for more details on the metrics collected and reported by Sync Gateway.
170
+
171
+
The statistics for each database are grouped into:
Copy file name to clipboardExpand all lines: docs/api/metric.yaml
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,12 @@
8
8
9
9
openapi: 3.0.3
10
10
info:
11
-
title: Sync Gateway
12
-
description: Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server
11
+
title: Sync Gateway Metrics REST API
12
+
description: |-
13
+
# Introduction
14
+
15
+
Sync Gateway manages access and synchronization between Couchbase Lite and Couchbase Server.
16
+
The Sync Gateway Metrics REST API returns Sync Gateway metrics, in JSON or Prometheus-compatible formats, for performance monitoring and diagnostic purposes.
0 commit comments