You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/01/06 19:39:05 UTC

[couchdb] 01/01: Add Prometheus port to Windows couchdb.config

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch win-config-prometheus-port
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 90307a546f13e6804376e2fed660d01d9d5af07c
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Fri Jan 6 20:36:07 2023 +0100

    Add Prometheus port to Windows couchdb.config
    
    Add Prometheus port to ./configure.ps1 to catch up with ./configure
---
 configure.ps1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ps1 b/configure.ps1
index 7584630d6..626a22545 100644
--- a/configure.ps1
+++ b/configure.ps1
@@ -138,6 +138,7 @@ $CouchDBConfig = @"
 {node_name, "-name couchdb@localhost"}.
 {cluster_port, 5984}.
 {backend_port, 5986}.
+{prometheus_port, 17986}.
 "@
 $CouchDBConfig | Out-File "$rootdir\rel\couchdb.config" -encoding ascii