Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelZuehlke committed Nov 29, 2024
1 parent 4a8a65d commit 681e0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytope_server/worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def process_request(self, request):
)

# Creating new internal span for the datasource dispatch (calculate roundtrip time)
with create_new_span_internal("Datatsource_{}".format(ds.get_type())) as span_ds:
with create_new_span_internal("DataSource_{}".format(ds.get_type())) as span_ds:
if ds.dispatch(request, input_data):
datasource = ds
span_ds.set_attribute("polytope.datasource", ds.get_type())
Expand Down

0 comments on commit 681e0c4

Please sign in to comment.