Skip to content

Commit

Permalink
rename class to align with SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 1, 2024
1 parent f34911c commit f911a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public MapConverterCondition() {
@ConditionalOnBean(OtelResourceAutoConfiguration.class)
static class Resource {}

@ConditionalOnBean(OtlpLoggerExporterAutoConfiguration.class)
@ConditionalOnBean(OtlpLogRecordExporterAutoConfiguration.class)
static class Logger {}

@ConditionalOnBean(OtlpSpanExporterAutoConfiguration.class)
Expand Down

0 comments on commit f911a72

Please sign in to comment.