public static enum SleuthTracerProperties.TracerMode extends Enum<SleuthTracerProperties.TracerMode>
| Enum Constant and Description |
|---|
AUTO
Automatically picks the tracer implementation.
|
BRAVE
Picks the OpenZipkin Brave tracer implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static SleuthTracerProperties.TracerMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SleuthTracerProperties.TracerMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SleuthTracerProperties.TracerMode AUTO
public static final SleuthTracerProperties.TracerMode BRAVE
public static SleuthTracerProperties.TracerMode[] values()
for (SleuthTracerProperties.TracerMode c : SleuthTracerProperties.TracerMode.values()) System.out.println(c);
public static SleuthTracerProperties.TracerMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 Pivotal Software, Inc.. All rights reserved.