Skip to content

Commit 1ac3a7e

Browse files
authored
fixup: span name fix
1 parent 28bba13 commit 1ac3a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/load-generator/locustfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def add_to_cart(self, user=""):
158158
self.client.post("/api/cart", json=cart_item)
159159

160160
@task(1)
161-
@tracer.start_as_current_span("checkout with items")
161+
@tracer.start_as_current_span("checkout with one item")
162162
def checkout(self):
163163
# checkout call with an item added to cart
164164
user = str(uuid.uuid1())

0 commit comments

Comments
 (0)