Skip to content

Commit 782b1eb

Browse files
committed
install prometheus for the nightly
1 parent 4f9a228 commit 782b1eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nightly-throughput-stress.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ jobs:
8888
- name: Install Temporal CLI
8989
uses: temporalio/setup-temporal@v0
9090

91+
- name: Install Prometheus
92+
run: |
93+
PROM_VERSION="3.8.0"
94+
wget -q https://github.com/prometheus/prometheus/releases/download/v${PROM_VERSION}/prometheus-${PROM_VERSION}.linux-amd64.tar.gz
95+
tar xzf prometheus-${PROM_VERSION}.linux-amd64.tar.gz
96+
sudo mv prometheus-${PROM_VERSION}.linux-amd64/prometheus /usr/local/bin/
97+
prometheus --version
98+
9199
- name: Setup log directory
92100
run: mkdir -p $WORKER_LOG_DIR
93101

0 commit comments

Comments
 (0)