prometheus / node_exporter

Exporter for machine metrics
https://prometheus.io/
Apache License 2.0
10.88k stars 2.33k forks source link

Feature request: tls metrics from /proc/net/tls_stat #2290

Open totallyunknown opened 2 years ago

totallyunknown commented 2 years ago

Linux kernel with loaded tls module exposes the following per-namespace statistics (/proc/net/tls_stat):

https://www.kernel.org/doc/html/latest/networking/tls.html#statistics

If this gets accepted, I can provide a PR for this.

SuperQ commented 2 years ago

Seems like a good feature to me. To start, we would want to add parsing of this file to the Prometheus procfs library.

https://github.com/prometheus/procfs

mossblaser commented 5 months ago

Update: The procfs side of this appears to have landed in master: https://github.com/prometheus/procfs/commit/6d8714c62d4165d2352f73816b44cb325eaf4296