From 68b0afc25f454cd8369b30f3db2c30e3e49ad9fe Mon Sep 17 00:00:00 2001 From: Anton Kulpinov Date: Fri, 14 Feb 2025 01:04:24 +0400 Subject: [PATCH 1/2] Added eBPF network traffic exporter Signed-off-by: Anton Kulpinov --- content/docs/instrumenting/exporters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/instrumenting/exporters.md b/content/docs/instrumenting/exporters.md index c924e2c8..678f0749 100644 --- a/content/docs/instrumenting/exporters.md +++ b/content/docs/instrumenting/exporters.md @@ -266,6 +266,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Unbound exporter](https://github.com/kumina/unbound_exporter) * [WireGuard exporter](https://github.com/MindFlavor/prometheus_wireguard_exporter) * [Xen exporter](https://github.com/lovoo/xenstats_exporter) + * [eBPF network traffic exporter](https://github.com/kasd/texporter) When implementing a new Prometheus exporter, please follow the From 3eab2426028a47118a1e811b7958c8db790ca579 Mon Sep 17 00:00:00 2001 From: Anton Kulpinov Date: Fri, 14 Feb 2025 16:46:24 +0400 Subject: [PATCH 2/2] Change sorting alphabetically Signed-off-by: Anton Kulpinov --- content/docs/instrumenting/exporters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/instrumenting/exporters.md b/content/docs/instrumenting/exporters.md index 678f0749..1f7297a2 100644 --- a/content/docs/instrumenting/exporters.md +++ b/content/docs/instrumenting/exporters.md @@ -222,6 +222,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Dovecot exporter](https://github.com/kumina/dovecot_exporter) * [Dnsmasq exporter](https://github.com/google/dnsmasq_exporter) * [eBPF exporter](https://github.com/cloudflare/ebpf_exporter) + * [eBPF network traffic exporter](https://github.com/kasd/texporter) * [Ethereum Client exporter](https://github.com/31z4/ethereum-prometheus-exporter) * [File statistics exporter](https://github.com/michael-doubez/filestat_exporter) * [JFrog Artifactory Exporter](https://github.com/peimanja/artifactory_exporter) @@ -266,7 +267,6 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Unbound exporter](https://github.com/kumina/unbound_exporter) * [WireGuard exporter](https://github.com/MindFlavor/prometheus_wireguard_exporter) * [Xen exporter](https://github.com/lovoo/xenstats_exporter) - * [eBPF network traffic exporter](https://github.com/kasd/texporter) When implementing a new Prometheus exporter, please follow the