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/07 06:55:07 UTC

[couchdb] branch main updated: Add Prometheus port to Windows couchdb.config (#4356)

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

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new c7c6785dc Add Prometheus port to Windows couchdb.config (#4356)
c7c6785dc is described below

commit c7c6785dc3bde5abff3e84b434056d04353aa710
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Sat Jan 7 07:55:00 2023 +0100

    Add Prometheus port to Windows couchdb.config (#4356)
    
    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