10000 Merge branch 'master' into addIncomingWebrequests · Dynatrace/OneAgent-SDK-for-Java@4ea85b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ea85b8

Browse files
committed
Merge branch 'master' into addIncomingWebrequests
2 parents 853e033 + 7dc7b66 commit 4ea85b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ try {
205205

206206
### Add custom request attributes
207207

208-
You can use the SDK to add custom request attributes to current traced service. Custom request attributes allow you to do easier/better filtering of your requests in Dynatrace.
208+
You can use the SDK to add custom request attributes to the current traced service. Custom request attributes allow you to do advanced filtering of your requests in Dynatrace.
209209

210-
Adding custom request attributes to the currently traced service call is pretty simple. Just call one of the addCustomRequestAttribute methods with your key and value:
210+
Adding custom request attributes to the currently traced service call is simple. Just call one of the addCustomRequestAttribute methods with your key and value:
211211

212212
```Java
213213
oneAgentSDK.addCustomRequestAttribute("region", "EMEA");

0 commit comments

Comments
 (0)
0