We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9a228 commit 782b1ebCopy full SHA for 782b1eb
.github/workflows/nightly-throughput-stress.yml
@@ -88,6 +88,14 @@ jobs:
88
- name: Install Temporal CLI
89
uses: temporalio/setup-temporal@v0
90
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
+
99
- name: Setup log directory
100
run: mkdir -p $WORKER_LOG_DIR
101
0 commit comments