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
Add support of memory and LocksAndThreads .NET CLR metrics (#12070)
* add support of memory and LocksAndThreads .NET CLR metrics * update PR id in changelog * add instruction for asp.net installation to iis integration docs * update field descriptioon * revert kibana version chhange * fix iis package changelog * fix iis pachage manifest version * add missing unit types for application_pool fields
Copy file name to clipboardExpand all lines: packages/iis/_dev/build/docs/README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,4 +141,22 @@ The fields reported are:
141
141
142
142
Please refer to the following [document](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) for detailed information on ECS fields.
143
143
144
-
{{fields "application_pool"}}
144
+
{{fields "application_pool"}}
145
+
146
+
# Installing ASP.NET for `net_clr` Metrics
147
+
To ensure `net_clr` metrics appear, it is necessary to install ASP.NET. Follow the steps below to install ASP.NET on your IIS server.
148
+
149
+
## Steps to Install ASP.NET
150
+
1.**Select the IIS server**:
151
+
- Open the IIS Manager.
152
+
- Select the server node in the left-hand Connections pane.
153
+
2.**Click on `Manage`**:
154
+
- In the right-hand Actions pane, click on `Manage`.
155
+
3.**Select `Add Roles and Features`**:
156
+
- This will open the Add Roles and Features Wizard.
157
+
4.**On `Server Roles`, select the following options**:
158
+
- Navigate to `Web Server (IIS) > Web Server > Application Development`.
159
+
- Check the boxes for:
160
+
-`.NET Extensibility`
161
+
-`ASP.NET`
162
+
For more detailed instructions, please refer to the [official documentation](https://learn.microsoft.com/en-us/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-1-install-iis-and-asp-net-modules).
| iis.application_pool.process.working_set | Memory working set. | float |||
623
658
| service.address | Address where data about this service was collected from. This should be a URI, network address (ipv4:port or [ipv6]:port) or a resource path (sockets). | keyword |||
659
+
660
+
661
+
# Installing ASP.NET for `net_clr` Metrics
662
+
To ensure `net_clr` metrics appear, it is necessary to install ASP.NET. Follow the steps below to install ASP.NET on your IIS server.
663
+
664
+
## Steps to Install ASP.NET
665
+
1.**Select the IIS server**:
666
+
- Open the IIS Manager.
667
+
- Select the server node in the left-hand Connections pane.
668
+
2.**Click on `Manage`**:
669
+
- In the right-hand Actions pane, click on `Manage`.
670
+
3.**Select `Add Roles and Features`**:
671
+
- This will open the Add Roles and Features Wizard.
672
+
4.**On `Server Roles`, select the following options**:
673
+
- Navigate to `Web Server (IIS) > Web Server > Application Development`.
674
+
- Check the boxes for:
675
+
-`.NET Extensibility`
676
+
-`ASP.NET`
677
+
For more detailed instructions, please refer to the [official documentation](https://learn.microsoft.com/en-us/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-1-install-iis-and-asp-net-modules).
0 commit comments