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: docs/docs/v4/management/info.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,20 @@ This contributor exposes information from the `git.properties` Spring Boot file,
74
74
> [!TIP]
75
75
> For an example of how to use this contributor within MSBuild using [GitInfo](https://github.com/devlooped/GitInfo), see the [Steeltoe Management sample](https://github.com/SteeltoeOSS/Samples/tree/4.x/Management/src).
76
76
77
+
### Runtime info
78
+
79
+
This contributor, added in Steeltoe 4.1.0, exposes information about the environment in which the application is running. It includes:
80
+
81
+
| Property | Description |
82
+
| --- | --- |
83
+
|`runtimeName`| The name and version of the .NET runtime (for example, ".NET 10.0.0") |
84
+
|`runtimeVersion`| The version of the common language runtime |
85
+
|`runtimeIdentifier`| The runtime identifier (RID) of the platform (for example, "linux-x64", "win-x64") |
86
+
|`processArchitecture`| The process architecture (for example, "X64", "Arm64") |
87
+
|`osArchitecture`| The operating system architecture |
88
+
|`osDescription`| A description of the operating system |
89
+
|`osVersion`| The operating system version |
90
+
77
91
## Sample Output
78
92
79
93
The response is always returned as JSON:
@@ -119,6 +133,15 @@ The response is always returned as JSON:
0 commit comments