Skip to content

Commit 2fb5767

Browse files
Update apm-agent-core/src/main/java/co/elastic/apm/agent/configuration/CoreConfigurationImpl.java
Co-authored-by: Christoph Heger <hegerchr@gmail.com>
1 parent 28f65a0 commit 2fb5767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apm-agent-core/src/main/java/co/elastic/apm/agent/configuration/CoreConfigurationImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ public String toSafeString(List<WildcardMatcher> value) {
886886
private final ConfigurationOption<Boolean> captureThreadOnStart = ConfigurationOption.booleanOption()
887887
.key("capture_thread_on_start")
888888
.configurationCategory(CORE_CATEGORY)
889-
.description("Whether to capture tread name and ID as labels.")
889+
.description("Whether to capture thread name and ID as labels.")
890890
.dynamic(true)
891891
.tags("internal")
892892
.buildWithDefault(false);

0 commit comments

Comments
 (0)