Skip to content

Commit 89eb481

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

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
@@ -208,7 +208,7 @@ slabinfo | Exposes slab statistics from `/proc/slabinfo`. Note that permission o
208208
softirqs | Exposes detailed softirq statistics from `/proc/softirqs`. | Linux
209209
sysctl | Expose sysctl values from `/proc/sys`. Use `--collector.sysctl.include(-info)` to configure. | Linux
210210
systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux
211-
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
211+
tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. | Linux
212212
wifi | Exposes WiFi device and station statistics. | Linux
213213
xfrm | Exposes statistics from `/proc/net/xfrm_stat` | Linux
214214
zoneinfo | Exposes NUMA memory zone metrics. | Linux

0 commit comments

Comments
 (0)