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
// following architectures do not have a mapping in OTEL spec https://github.com/open-telemetry/semantic-conventions/blob/v1.37.0/docs/resource/host.md
93
+
Architecture.Wasm=>null,
94
+
Architecture.LoongArch64=>null,
95
+
_ =>null,
93
96
};
94
97
}
95
-
#pragma warning restore CA1308
96
98
#endif
97
99
98
100
/// <summary>
@@ -118,7 +120,10 @@ public Resource Detect()
118
120
#if !NETFRAMEWORK
119
121
// Add host architecture attribute using OTEL semantic mapping
0 commit comments