public class Configuration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEBUG_KEY |
static String |
LUMIGO_INSTRUMENTATION |
static String |
LUMIGO_KILL_SWITCH |
static String |
LUMIGO_MAX_ENTRY_SIZE |
static String |
LUMIGO_MAX_RESPONSE_SIZE |
static String |
LUMIGO_MAX_SIZE_FOR_REQUEST |
static String |
LUMIGO_SECRET_MASKING_REGEX |
static String |
LUMIGO_VERBOSE |
static String |
REGION_KEY |
static String |
REPORTER_TIMEOUT |
static String |
TOKEN_KEY |
static String |
TRACER_HOST_KEY |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
getInstance() |
org.pmw.tinylog.Level |
getLogLevel() |
String |
getLumigoEdge() |
Duration |
getLumigoTimeout() |
String |
getLumigoToken() |
String |
getLumigoTracerVersion() |
static void |
init(LumigoConfiguration lumigoConfiguration) |
boolean |
isAwsEnvironment() |
boolean |
isAwsHost(String host) |
boolean |
isInstrumentationEnabled() |
boolean |
isKillingSwitchActivated() |
boolean |
isLumigoHost(String host) |
boolean |
isLumigoVerboseMode() |
int |
maxRequestSize() |
int |
maxSpanFieldSize() |
int |
maxSpanFieldSizeWhenError() |
public static final String TOKEN_KEY
public static final String TRACER_HOST_KEY
public static final String DEBUG_KEY
public static final String REGION_KEY
public static final String LUMIGO_VERBOSE
public static final String REPORTER_TIMEOUT
public static final String LUMIGO_KILL_SWITCH
public static final String LUMIGO_MAX_ENTRY_SIZE
public static final String LUMIGO_MAX_RESPONSE_SIZE
public static final String LUMIGO_MAX_SIZE_FOR_REQUEST
public static final String LUMIGO_INSTRUMENTATION
public static final String LUMIGO_SECRET_MASKING_REGEX
public static void init(LumigoConfiguration lumigoConfiguration)
public static Configuration getInstance()
public String getLumigoToken()
public String getLumigoEdge()
public org.pmw.tinylog.Level getLogLevel()
public String getLumigoTracerVersion()
public Duration getLumigoTimeout()
public int maxSpanFieldSize()
public int maxSpanFieldSizeWhenError()
public boolean isAwsEnvironment()
public boolean isLumigoVerboseMode()
public boolean isKillingSwitchActivated()
public boolean isLumigoHost(String host)
public boolean isAwsHost(String host)
public boolean isInstrumentationEnabled()
public int maxRequestSize()
Copyright © 2024 Lumigo. All rights reserved.