Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6583,6 +6583,68 @@ If you are having problems with proxy configuration, see [Proxy troubleshooting]
</table>
</Collapser>

<Collapser
className="freq-link"
id="win-network-interface-v2"
title="win_network_interface_v2"
>
When enabled, the Windows agent uses `GetIfEntry2` (64-bit counters) instead of `GetIfEntry` (32-bit counters) for network metrics. This provides more accurate network statistics for high-bandwidth interfaces where 32-bit counters may overflow.

<Callout variant="tip">
This flag is kept for backward compatibility and may be removed in a future release.
</Callout>

<table>
<thead>
<tr>
<th style={{ width: "200px" }}>
YML option name
</th>

<th style={{ width: "200px" }}>
Environment variable
</th>

<th>
Type
</th>

<th>
Default
</th>

<th>
Version
</th>
</tr>
</thead>

<tbody>
<tr>
<td>
`win_network_interface_v2`
</td>

<td>
`NRIA_WIN_NETWORK_INTERFACE_V2`
</td>

<td>
boolean
</td>

<td>
`false`
</td>

<td>
[1.71.4](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1714)
</td>
</tr>
</tbody>
</table>
</Collapser>

<Collapser
className="freq-link"
id="wmi_proc_data"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
subject: Infrastructure agent
releaseDate: '2026-01-07'
version: 1.71.4
---

A new version of the agent has been released. Follow standard procedures to [update the Infrastructure agent](/docs/infrastructure/install-configure-manage-infrastructure/update-or-uninstall/update-infrastructure-agent).
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is [Infrastructure agent 1.58.1](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1581/).

## Fixed

* Fixed `transmitBytesPerSecond` showing zero during high traffic on Windows (NR-502872) in [#2166](https://github.com/newrelic/infrastructure-agent/pull/2166)

<Callout variant="important">
To enable this fix, you must set the [`win_network_interface_v2`](/docs/infrastructure/infrastructure-agent/configuration/infrastructure-agent-configuration-settings#win-network-interface-v2) configuration option to `true`. This option uses 64-bit counters instead of 32-bit counters for network metrics on Windows.
</Callout>
Loading