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
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
@@ -169,8 +169,9 @@ ExpVars:
169
169
description: "The total uptime."
170
170
per_db:
171
171
description: |-
172
-
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.
173
-
The statistics for each {$db_name} database are grouped into:
172
+
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.
173
+
174
+
The statistics for each database are grouped into:
Copy file name to clipboardExpand all lines: docs/api/metric.yaml
+13-4Lines changed: 13 additions & 4 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