You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// End-user-related semantic conventions as defined in the OpenTelemetry spec.
39
+
///
40
+
/// - SeeAlso: [OpenTelemetry: General identity attributes](https://github.com/open-telemetry/opentelemetry-specification/blob/b70565d5a8a13d26c91fb692879dc874d22c3ac8/specification/trace/semantic_conventions/span-general.md#general-identity-attributes) (as of August 2020)
/// Semantic conventions for HTTP spans as defined in the OpenTelemetry spec.
65
+
///
66
+
/// - SeeAlso: [OpenTelemetry: Semantic conventions for HTTP spans](https://github.com/open-telemetry/opentelemetry-specification/blob/b70565d5a8a13d26c91fb692879dc874d22c3ac8/specification/trace/semantic_conventions/http.md) (as of August 2020)
/// Network-related semantic conventions as defined in the OpenTelemetry spec.
47
+
///
48
+
/// - SeeAlso: [OpenTelemetry: General semantic attributes](https://github.com/open-telemetry/opentelemetry-specification/blob/b70565d5a8a13d26c91fb692879dc874d22c3ac8/specification/trace/semantic_conventions/span-general.md) (as of August 2020)
30
49
@dynamicMemberLookup
31
50
publicstructNetAttributes:SpanAttributeNamespace{
32
51
publicvarattributes:SpanAttributes
@@ -39,25 +58,25 @@ public struct NetAttributes: SpanAttributeNamespace {
/// Peer-related semantic conventions as defined in the OpenTelemetry spec.
35
+
///
36
+
/// - SeeAlso: [OpenTelemetry: General remote service attributes](https://github.com/open-telemetry/opentelemetry-specification/blob/b70565d5a8a13d26c91fb692879dc874d22c3ac8/specification/trace/semantic_conventions/span-general.md#general-remote-service-attributes) (as of August 2020)
0 commit comments