Skip to content

Commit 8a633a9

Browse files
committed
Prometheus on 9091 - 9090 is used by cockpit
1 parent 42f80b0 commit 8a633a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/bin/manage_prometheus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1010
source "${SCRIPTDIR}/common.sh"
1111

1212
PROMETHEUS_DIR="${IMAGEDIR}/prometheus"
13-
DEFAULT_HOST_PORT="9090"
13+
DEFAULT_HOST_PORT="9091"
1414

1515
usage() {
1616
cat - <<EOF

test/resources/observability.resource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Documentation Variables common to observability test suites
33
44

55
*** Variables ***
6-
${PROMETHEUS_PORT} 9090
6+
${PROMETHEUS_PORT} 9091
77
${LOKI_PORT} 3100
88
${PROM_EXPORTER_PORT} 8889

0 commit comments

Comments
 (0)