# Copyright 2022-Present Couchbase, Inc. # # Use of this software is governed by the Business Source License included # in the file licenses/BSL-Couchbase.txt. As of the Change Date specified # in that file, in accordance with the Business Source License, use of this # software will be governed by the Apache License, Version 2.0, included in # the file licenses/APL2.txt. openapi: 3.0.3 info: title: App Services Metrics API description: 'App Services manages access and synchronization between Couchbase Lite and Couchbase Capella' version: '4.2' license: name: Business Source License 1.1 (BSL) url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE' servers: - url: 'https://{hostname}:4988' description: Metrics API variables: hostname: description: The hostname to use default: localhost paths: /metrics: $ref: ./paths/metric/metrics.yaml tags: - name: Prometheus description: Endpoints for use with Prometheus externalDocs: description: Manage App Services for Mobile and Edge | Couchbase Docs url: 'https://docs.couchbase.com/cloud/app-services/index.html'