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
Copy file name to clipboardExpand all lines: src/OpenTelemetry.SemanticConventions/Attributes/AndroidAttributes.cs
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
// Copyright The OpenTelemetry Authors
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
-
// <auto-generated>This file has been auto generated from scripts/templates/SemanticConventionsAttributes.cs.j2</auto-generated>
4
+
// <auto-generated>This file has been auto generated from 'src\OpenTelemetry.SemanticConventions\scripts\templates\registry\SemanticConventionsAttributes.cs.j2' </auto-generated>
5
5
6
-
#pragma warning disable CS1570// XML comment has badly formed XML
6
+
#nullable enable
7
7
8
-
usingSystem;
8
+
#pragma warning disable CS1570// XML comment has badly formed XML
/// Uniquely identifies the framework API revision offered by a version (<c>os.version</c>) of the android operating system. More information can be found <a href="https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels">here</a>.
18
+
/// Uniquely identifies the framework API revision offered by a version (<c>os.version</c>) of the android operating system. More information can be found <a href="https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels">here</a>
/// This attribute represents the state the application has transitioned into at the occurrence of the event.
23
+
/// Deprecated use the <c>device.app.lifecycle</c> event definition including <c>android.state</c> as a payload field instead
24
24
/// </summary>
25
25
/// <remarks>
26
-
/// The Android lifecycle states are defined in <a href="https://developer.android.com/guide/components/activities/activity-lifecycle#lc">Activity lifecycle callbacks</a>, and from which the <c>OS identifiers</c> are derived.
26
+
/// The Android lifecycle states are defined in <a href="https://developer.android.com/guide/components/activities/activity-lifecycle#lc">Activity lifecycle callbacks</a>, and from which the <c>OS identifiers</c> are derived
/// This attribute represents the state the application has transitioned into at the occurrence of the event.
31
+
/// Deprecated use the <c>device.app.lifecycle</c> event definition including <c>android.state</c> as a payload field instead
32
32
/// </summary>
33
33
publicstaticclassAndroidStateValues
34
34
{
35
35
/// <summary>
36
-
/// Any time before Activity.onResume() or, if the app has no Activity, Context.startService() has been called in the app for the first time.
36
+
/// Any time before Activity.onResume() or, if the app has no Activity, Context.startService() has been called in the app for the first time
37
37
/// </summary>
38
38
publicconststringCreated="created";
39
39
40
40
/// <summary>
41
-
/// Any time after Activity.onPause() or, if the app has no Activity, Context.stopService() has been called when the app was in the foreground state.
41
+
/// Any time after Activity.onPause() or, if the app has no Activity, Context.stopService() has been called when the app was in the foreground state
42
42
/// </summary>
43
43
publicconststringBackground="background";
44
44
45
45
/// <summary>
46
-
/// Any time after Activity.onResume() or, if the app has no Activity, Context.startService() has been called when the app was in either the created or background states.
46
+
/// Any time after Activity.onResume() or, if the app has no Activity, Context.startService() has been called when the app was in either the created or background states
Copy file name to clipboardExpand all lines: src/OpenTelemetry.SemanticConventions/Attributes/AspnetcoreAttributes.cs
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
// Copyright The OpenTelemetry Authors
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
-
// <auto-generated>This file has been auto generated from scripts/templates/SemanticConventionsAttributes.cs.j2</auto-generated>
4
+
// <auto-generated>This file has been auto generated from 'src\OpenTelemetry.SemanticConventions\scripts\templates\registry\SemanticConventionsAttributes.cs.j2' </auto-generated>
5
5
6
-
#pragma warning disable CS1570// XML comment has badly formed XML
6
+
#nullable enable
7
7
8
-
usingSystem;
8
+
#pragma warning disable CS1570// XML comment has badly formed XML
/// Full type name of the <a href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.diagnostics.iexceptionhandler"><c>IExceptionHandler</c></a> implementation that handled the exception.
23
+
/// Full type name of the <a href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.diagnostics.iexceptionhandler"><c>IExceptionHandler</c></a> implementation that handled the exception
0 commit comments