diff --git a/config/src/main/java/com/solarwinds/joboe/config/ConfigProperty.java b/config/src/main/java/com/solarwinds/joboe/config/ConfigProperty.java index d9fe56ec..2c222add 100644 --- a/config/src/main/java/com/solarwinds/joboe/config/ConfigProperty.java +++ b/config/src/main/java/com/solarwinds/joboe/config/ConfigProperty.java @@ -20,6 +20,7 @@ public enum ConfigProperty { AGENT_CONFIG (new ConfigKey(null, EnvPrefix.PRODUCT + "CONFIG_FILE"), ConfigGroup.AGENT, String.class), AGENT_EXPORT_LOGS_ENABLED (new ConfigKey("agent.exportLogsEnabled", EnvPrefix.PRODUCT + "EXPORT_LOGS_ENABLED"), ConfigGroup.AGENT, Boolean.class), AGENT_EXPORT_METRICS_ENABLED (new ConfigKey("agent.exportMetricsEnabled", EnvPrefix.PRODUCT + "EXPORT_METRICS_ENABLED"), ConfigGroup.AGENT, Boolean.class), + AGENT_SPAN_STACK_TRACE_FILTERS (new ConfigKey("agent.spanStackTraceFilters", EnvPrefix.PRODUCT + "SPAN_STACK_TRACE_FILTERS"), ConfigGroup.AGENT, String.class), AGENT_TRANSACTION_NAME (new ConfigKey(null, EnvPrefix.PRODUCT + "TRANSACTION_NAME"), ConfigGroup.AGENT, String.class), AGENT_CONFIG_FILE_WATCH_PERIOD (new ConfigKey("agent.configFileWatchPeriod"), ConfigGroup.AGENT, Long.class), AGENT_EVENTS_SEND_CAPACITY(new ConfigKey(null, EnvPrefix.PRODUCT + "EVENTS_SEND_CAPACITY"), ConfigGroup.AGENT, Integer.class), diff --git a/core/pom.xml b/core/pom.xml index d98517d7..0a8759f2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -34,7 +34,7 @@ io.netty netty-bom - 4.1.108.Final + 4.1.115.Final pom import diff --git a/pom.xml b/pom.xml index 39fc3a2c..e4c3913e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ joboe - 10.0.15-SNAPSHOT + 10.0.16-SNAPSHOT UTF-8 ${git.commit.time}