From d2fcd5b95b4703d07807df32ec018cd20a6b2376 Mon Sep 17 00:00:00 2001 From: adinhodovic Date: Sun, 7 Dec 2025 13:27:58 +0100 Subject: [PATCH] docs(tools): Add tailscale-exporter A Prometheus exporter for Tailscale and Headscale that provides tailnet-level metrics using the Tailscale/Headscale API. --- docs/ref/integration/tools.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/ref/integration/tools.md b/docs/ref/integration/tools.md index d5849ffe..ada54c82 100644 --- a/docs/ref/integration/tools.md +++ b/docs/ref/integration/tools.md @@ -7,10 +7,11 @@ This page collects third-party tools, client libraries, and scripts related to headscale. -| Name | Repository Link | Description | -| --------------------- | --------------------------------------------------------------- | -------------------------------------------------------------------- | -| tailscale-manager | [Github](https://github.com/singlestore-labs/tailscale-manager) | Dynamically manage Tailscale route advertisements | -| headscalebacktosqlite | [Github](https://github.com/bigbozza/headscalebacktosqlite) | Migrate headscale from PostgreSQL back to SQLite | -| headscale-pf | [Github](https://github.com/YouSysAdmin/headscale-pf) | Populates user groups based on user groups in Jumpcloud or Authentik | -| headscale-client-go | [Github](https://github.com/hibare/headscale-client-go) | A Go client implementation for the Headscale HTTP API. | -| headscale-zabbix | [Github](https://github.com/dblanque/headscale-zabbix) | A Zabbix Monitoring Template for the Headscale Service. | +| Name | Repository Link | Description | +| --------------------- | --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | +| tailscale-manager | [Github](https://github.com/singlestore-labs/tailscale-manager) | Dynamically manage Tailscale route advertisements | +| headscalebacktosqlite | [Github](https://github.com/bigbozza/headscalebacktosqlite) | Migrate headscale from PostgreSQL back to SQLite | +| headscale-pf | [Github](https://github.com/YouSysAdmin/headscale-pf) | Populates user groups based on user groups in Jumpcloud or Authentik | +| headscale-client-go | [Github](https://github.com/hibare/headscale-client-go) | A Go client implementation for the Headscale HTTP API. | +| headscale-zabbix | [Github](https://github.com/dblanque/headscale-zabbix) | A Zabbix Monitoring Template for the Headscale Service. | +| tailscale-exporter | [Github](https://github.com/adinhodovic/tailscale-exporter) | A Prometheus exporter for Headscale that provides network-level metrics using the Headscale API. |