Skip to content

Commit 8045ef2

Browse files
author
Timothy Mothra
authored
Update opentelemetry-add-modify.md
1 parent 8d54943 commit 8045ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ Use the add [custom property example](#add-a-custom-property-to-a-span), but rep
20732073
```C#
20742074
// Add the client IP address to the activity as a tag.
20752075
// only applicable in case of activity.Kind == Server
2076-
activity.SetTag("http.client_ip", "<IP Address>");
2076+
activity.SetTag("client.address", "<IP Address>");
20772077
```
20782078

20792079
##### [Java](#tab/java)

0 commit comments

Comments
 (0)