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 56fac9b commit e0889cbCopy full SHA for e0889cb
.github/workflows/slo.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
cd slo/src/${{ matrix.workload }}
64
dotnet run run grpc://localhost:2135 /Root/testdb \
65
- --prom-pgw localhost:9091 \
+ --prom-pgw http://localhost:9091 \
66
--report-period 250 \
67
--time ${{inputs.slo_workload_duration_seconds || 600 }} \
68
--read-rps ${{inputs.slo_workload_read_max_rps || 1000 }} \
0 commit comments