spring starter: add thread details instrumentation / configure logging span exporter#14117
spring starter: add thread details instrumentation / configure logging span exporter#14117zeitlinger wants to merge 24 commits intoopen-telemetry:mainfrom
Conversation
|
@laurit please have a look 😄 |
| * This class is internal and is hence not for public use. Its APIs are unstable and can change at | ||
| * any time. | ||
| */ | ||
| @ConditionalOnEnabledInstrumentation(module = "common.thread-details", enabledByDefault = false) |
There was a problem hiding this comment.
agent enables this by default
There was a problem hiding this comment.
@trask please check if thread details should be disabled by default
There was a problem hiding this comment.
sorry, I forgot to raise it in semconv meeting, I've added it to next week's agenda so I won't forget
There was a problem hiding this comment.
then it looks like we can leave it as is
|
🔧 The result from spotlessApply was committed to the PR branch. |
49c66c3 to
ed45c30
Compare
|
@trask can you check again? |
| public class LoggingExporterAutoConfiguration { | ||
|
|
||
| @Bean | ||
| public AutoConfigurationCustomizerProvider loggingOtelCustomizer() { |
There was a problem hiding this comment.
why only traces and not also metrics and logs? (maybe split the debug behavior out into separate PR? I reviewed the thread stuff and it all looks good to me)
There was a problem hiding this comment.
Good idea: I created #14449 for the thread details
|
will start over or integrate into #14062 |
Based on #14449
Part of #14087