We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e811f7d commit a64c95bCopy full SHA for a64c95b
ddtrace/api.py
@@ -53,7 +53,7 @@ def send_traces(self, traces):
53
self._downgrade()
54
return self.send_traces(traces)
55
56
- log.debug("reported %d spans in %.5fs", len(traces), time.time() - start)
+ log.debug("reported %d traces in %.5fs", len(traces), time.time() - start)
57
return response
58
59
def send_services(self, services):
0 commit comments