Skip to content

Commit aeead9f

Browse files
committed
Fix typos in agent_streaming.
1 parent c589612 commit aeead9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

newrelic/core/agent_streaming.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def process_responses(self):
7373
details = response_iterator.details()
7474

7575
self.record_metric(
76-
"Supportability/InfiniteTracing/" "Span/gRPC/%s" % code.name,
76+
"Supportability/InfiniteTracing/Span/gRPC/%s" % code.name,
7777
{"count": 1},
7878
)
7979

@@ -85,7 +85,7 @@ def process_responses(self):
8585
)
8686
else:
8787
self.record_metric(
88-
"Supportability/InfiniteTracing/" "Span/Response/Error",
88+
"Supportability/InfiniteTracing/Span/Response/Error",
8989
{"count": 1},
9090
)
9191

0 commit comments

Comments
 (0)