public class User extends Object
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
static void |
setUser(String id,
Map<String,String> metadata)
Sets the user monitoring tags on the root span using the prefix
usr |
static void |
setUserService(UserService service)
Controls the implementation for user service.
|
public static void setUserService(UserService service)
service
- the implementation for the user service.