Skip to content

Commit

Permalink
Merge pull request #9 from solarwinds/cc/NH-94685
Browse files Browse the repository at this point in the history
NH-94685: modify new ConfigProperty
  • Loading branch information
cleverchuk authored Dec 24, 2024
2 parents 7842083 + 1935930 commit 97c63ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +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_SPAN_STACKTRACE_FILTERS (new ConfigKey("agent.spanStacktraceFilters", EnvPrefix.PRODUCT + "SPAN_STACKTRACE_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 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.16-SNAPSHOT</revision>
<revision>10.0.17-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 97c63ff

Please sign in to comment.