Skip to content

Commit 589b186

Browse files
committed
remove to_lowercase
1 parent d3f64f5 commit 589b186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libdd-trace-utils/src/trace_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ pub fn enrich_span_with_google_cloud_function_metadata(
550550
}
551551

552552
pub fn enrich_span_with_azure_function_metadata(span: &mut pb::Span) {
553-
if span.name.to_lowercase() == "azure.apim" {
553+
if span.name == "azure.apim" {
554554
return;
555555
}
556556

0 commit comments

Comments
 (0)