Skip to content

Commit

Permalink
Merge pull request #43249 from izeye
Browse files Browse the repository at this point in the history
* pr/43249:
  Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties

Closes gh-43249
  • Loading branch information
snicoll committed Nov 22, 2024
2 parents 364f014 + fa0a484 commit be3a0ad
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 be3a0ad

Please sign in to comment.