@@ -490,7 +490,7 @@ where
490
490
///
491
491
/// By default, these attributes are not recorded.
492
492
///
493
- /// [conv]: https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions /exceptions/
493
+ /// [conv]: https://github.com/open-telemetry/semantic-conventions/tree/main/docs /exceptions/
494
494
pub fn with_exception_fields ( self , exception_fields : bool ) -> Self {
495
495
Self {
496
496
exception_config : ExceptionFieldConfig {
@@ -513,7 +513,7 @@ where
513
513
///
514
514
/// By default, these attributes are not propagated to the span.
515
515
///
516
- /// [conv]: https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions /exceptions/
516
+ /// [conv]: https://github.com/open-telemetry/semantic-conventions/tree/main/docs /exceptions/
517
517
pub fn with_exception_field_propagation ( self , exception_field_propagation : bool ) -> Self {
518
518
Self {
519
519
exception_config : ExceptionFieldConfig {
@@ -532,7 +532,7 @@ where
532
532
///
533
533
/// By default, locations are enabled.
534
534
///
535
- /// [conv]: https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/span- general/#source-code-attributes
535
+ /// [conv]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/ general/attributes.md #source-code-attributes/
536
536
pub fn with_location ( self , location : bool ) -> Self {
537
537
Self { location, ..self }
538
538
}
@@ -545,7 +545,7 @@ where
545
545
///
546
546
/// By default, locations are enabled.
547
547
///
548
- /// [conv]: https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/span- general/#source-code-attributes
548
+ /// [conv]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/ general/attributes.md #source-code-attributes/
549
549
#[ deprecated(
550
550
since = "0.17.3" ,
551
551
note = "renamed to `OpenTelemetrySubscriber::with_location`"
@@ -573,7 +573,7 @@ where
573
573
///
574
574
/// By default, thread attributes are enabled.
575
575
///
576
- /// [conv]: https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/span- general/#general-thread-attributes
576
+ /// [conv]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/ general/attributes.md #general-thread-attributes/
577
577
pub fn with_threads ( self , threads : bool ) -> Self {
578
578
Self {
579
579
with_threads : threads,
0 commit comments