File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- METRICS_HOST=$( vault read -field=es_host /secret/performance/employees/cloud/nightly-rally -metrics)
3+ METRICS_HOST=$( vault read -field=es_host /secret/performance/employees/cloud/esbench -metrics)
44METRICS_INDEX_NAME=" dummy-micro-benchmarks"
5- METRICS_USERNAME=$( vault read -field=es_username /secret/performance/employees/cloud/nightly-rally -metrics)
6- METRICS_PASSWORD=$( vault read -field=es_password /secret/performance/employees/cloud/nightly-rally -metrics)
5+ METRICS_USERNAME=$( vault read -field=es_username /secret/performance/employees/cloud/esbench -metrics)
6+ METRICS_PASSWORD=$( vault read -field=es_password /secret/performance/employees/cloud/esbench -metrics)
77
88jq -c ' .[]' " benchmarks/build/result.json" | while read -r doc; do
99 curl -s -X POST " https://$METRICS_HOST /$METRICS_INDEX_NAME /_doc" \
You can’t perform that action at this time.
0 commit comments