Merge pull request #43249 from izeye
* pr/43249: Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties Closes gh-43249
This commit is contained in:
commit
be3a0ad5c5
|
|
@ -32,7 +32,7 @@ import org.springframework.boot.context.properties.DeprecatedConfigurationProper
|
|||
*
|
||||
* @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 {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
|||
* 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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue