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 c589612 commit aeead9fCopy full SHA for aeead9f
newrelic/core/agent_streaming.py
@@ -73,7 +73,7 @@ def process_responses(self):
73
details = response_iterator.details()
74
75
self.record_metric(
76
- "Supportability/InfiniteTracing/" "Span/gRPC/%s" % code.name,
+ "Supportability/InfiniteTracing/Span/gRPC/%s" % code.name,
77
{"count": 1},
78
)
79
@@ -85,7 +85,7 @@ def process_responses(self):
85
86
else:
87
88
- "Supportability/InfiniteTracing/" "Span/Response/Error",
+ "Supportability/InfiniteTracing/Span/Response/Error",
89
90
91
0 commit comments