-
public class RumNetworkInstrumentation.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RumNetworkInstrumentation.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ResourceIdbuildResourceId(HttpRequestInfo request, Boolean generateUuid)Builds a ResourceId for the given HTTP request information. -
-
Method Detail
-
buildResourceId
final ResourceId buildResourceId(HttpRequestInfo request, Boolean generateUuid)
Builds a ResourceId for the given HTTP request information.
- Parameters:
request- the HTTP request information used to construct the resource IDgenerateUuid- a flag indicating whether a new UUID should be generated if none is provided
-
-
-
-