Skip to content

Commit

Permalink
Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Nov 21, 2024
1 parent 109e731 commit ffad0be
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 @@ -32,7 +32,7 @@
*
* @author Eddú Meléndez
* @author Jonatan Ivanov
* @since 3.0.0
* @since 3.4.0
*/
@ConfigurationProperties(prefix = "management.otlp.metrics.export")
public class OtlpMetricsProperties extends StepRegistryProperties {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Configuration properties for exporting traces using OTLP.
*
* @author Jonatan Ivanov
* @since 3.1.0
* @since 3.4.0
*/
@ConfigurationProperties("management.otlp.tracing")
public class OtlpTracingProperties {
Expand Down

0 comments on commit ffad0be

Please sign in to comment.