Skip to content

Commit 24db8fa

Browse files
committed
docs: Remove tcpstat exporter warning
The warning is not true since #2322. Signed-off-by: Tim Windelschmidt <[email protected]>
1 parent e62d597 commit 24db8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ softirqs | Exposes detailed softirq statistics from `/proc/softirqs`. | Linux
210210
sysctl | Expose sysctl values from `/proc/sys`. Use `--collector.sysctl.include(-info)` to configure. | Linux
211211
swap | Expose swap information from `/proc/swaps`. | Linux
212212
systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux
213-
tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.) | Linux
213+
tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. | Linux
214214
wifi | Exposes WiFi device and station statistics. | Linux
215215
xfrm | Exposes statistics from `/proc/net/xfrm_stat` | Linux
216216
zoneinfo | Exposes NUMA memory zone metrics. | Linux

0 commit comments

Comments
 (0)