We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f65a0 commit 2fb5767Copy full SHA for 2fb5767
apm-agent-core/src/main/java/co/elastic/apm/agent/configuration/CoreConfigurationImpl.java
@@ -886,7 +886,7 @@ public String toSafeString(List<WildcardMatcher> value) {
886
private final ConfigurationOption<Boolean> captureThreadOnStart = ConfigurationOption.booleanOption()
887
.key("capture_thread_on_start")
888
.configurationCategory(CORE_CATEGORY)
889
- .description("Whether to capture tread name and ID as labels.")
+ .description("Whether to capture thread name and ID as labels.")
890
.dynamic(true)
891
.tags("internal")
892
.buildWithDefault(false);
0 commit comments