From 2c3de0a44592253f8abe30e8b3931ee3727d5603 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:21:59 +0100 Subject: [PATCH] test(telemetry): fix stale txq.accept_tx span name in workload profile --- docker/telemetry/workload/workload-profiles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/telemetry/workload/workload-profiles.json b/docker/telemetry/workload/workload-profiles.json index 0acd499cf9..84abcf3ed0 100644 --- a/docker/telemetry/workload/workload-profiles.json +++ b/docker/telemetry/workload/workload-profiles.json @@ -39,7 +39,7 @@ }, { "name": "txq-burst", - "description": "Single-type Payment burst at high TPS to force open-ledger fee escalation and TxQ queueing, exercising the txq.* spans (txq.enqueue / txq.accept / txq.accept.tx / txq.cleanup)", + "description": "Single-type Payment burst at high TPS to force open-ledger fee escalation and TxQ queueing, exercising the txq.* spans (txq.enqueue / txq.accept / txq.accept_tx / txq.cleanup)", "duration_sec": 30, "rpc": { "rate": 5, "weights": { "fee": 100 } }, "tx": {