Skip to content

Commit e84e37d

Browse files
committed
chore: re-write metrics to test timestamp
1 parent 692b146 commit e84e37d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/e2e-tests-linux-split.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,18 @@ jobs:
287287
basic_auth:
288288
username: "$PUSH_USER"
289289
password: "$PUSH_PASS"
290+
write_relabel_configs:
291+
# rename old_metric → new_metric
292+
- source_labels: [__name__]
293+
regex: '^e2e_cpu_seconds_total$'
294+
target_label: __name__
295+
replacement: e2e_cpu_seconds_total_v1
296+
action: replace
297+
- source_labels: [__name__]
298+
regex: '^e2e_memory_rss_bytes$'
299+
target_label: __name__
300+
replacement: e2e_memory_rss_bytes_v1
301+
action: replace
290302
EOF
291303
pwd
292304
ls -al ./artifacts/metrics/prometheus.txt

0 commit comments

Comments
 (0)