Skip to content

Commit

Permalink
mark capella metrics port as 4988 and url as :4988/metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Aug 5, 2024
1 parent d9fe079 commit f2a385c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/metric-capella.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ info:
name: Business Source License 1.1 (BSL)
url: 'https://github.com/couchbase/sync_gateway/blob/master/LICENSE'
servers:
- url: 'https://{hostname}:4986'
- url: 'https://{hostname}:4988'
description: Metrics API
variables:
hostname:
description: The hostname to use
default: localhost
paths:
/_metrics:
/metrics:
$ref: ./paths/metric/metrics.yaml
tags:
- name: Prometheus
Expand Down

0 comments on commit f2a385c

Please sign in to comment.