User count
Aggregating the user count
It aggregates the numbers of users who connect to the .NET web application server.
To apply the value set in the following option, restart IIS.
-
trace_user_enabled Boolean
Default
trueSet whether or not to aggregate real-time users. If the user tracing option is set redundantly, the cookie value takes precedence.
-
trace_http_client_ip_header_key String
.NET Agent v2.2.2 or laterDefault
X-Forwarded-ForThis function sets the client IP (remote IP) with a specific HTTP header value. In the proxy environment, the
X-Forwarded-Forheader can be set with the client IP.If the load balancer like L4 is located before WEB/WAS, in some cases, the IP address of L4 becomes the remote address instead of the IP address of the client. In this situation, if the actual client IP is recorded as a specific key value in the HTTP header, it can be replaced with the corresponding key value.