Skip to content

Commit

Permalink
Merge pull request #8 from solarwinds/cc/NH-94685
Browse files Browse the repository at this point in the history
NH-94685: add new ConfigProperty
  • Loading branch information
cleverchuk authored Dec 11, 2024
2 parents ce68f5c + 0c9c51e commit 7842083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.108.Final</version>
<version>4.1.115.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>joboe</name>

<properties>
<revision>10.0.15-SNAPSHOT</revision>
<revision>10.0.16-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
</properties>
Expand Down

0 comments on commit 7842083

Please sign in to comment.