diff --git a/pkgs/README.md b/pkgs/README.md index decaf0eae..26eafb478 100644 --- a/pkgs/README.md +++ b/pkgs/README.md @@ -12,7 +12,7 @@ This directory contains packages that are related to the new wave of AI/LLM popu ### [cli/](./cli/) -This directory contains cli tools +This directory contains various cli tools ### [cloud/](./cloud/) @@ -30,6 +30,10 @@ This directory contains derivations that are just libraries for other derivation This is a catch-all directory, for anything that doesn't fit nicely into other directories +### [prometheus/](./prometheus/) + +This directory contains prometheus exporters + ### [server/](./server/) This directory contains specific servers diff --git a/pkgs/cloud/README.md b/pkgs/cloud/README.md index 8975a48b1..0667b624f 100644 --- a/pkgs/cloud/README.md +++ b/pkgs/cloud/README.md @@ -18,10 +18,6 @@ This directory contains tooling related to various cloud providers [gcsproxy](https://github.com/daichirata/gcsproxy/) is a reverse proxy for google cloud storage -### [github_exporter.nix](./github_exporter.nix) - -[github_exporter](https://github.com/promhippie/github_exporter) is a prometheus exporter for github - ### [gke-gcloud-auth-plugin.nix](./gke-gcloud-auth-plugin.nix) gke-gcloud-auth-plugin is a required plugin for using kubectl with Google's GKE on GCP diff --git a/pkgs/prometheus/README.md b/pkgs/prometheus/README.md new file mode 100644 index 000000000..f3b5cdb73 --- /dev/null +++ b/pkgs/prometheus/README.md @@ -0,0 +1,15 @@ +# prometheus + +This directory contains prometheus exporters + +--- + +## In this directory + +### [github_exporter.nix](./github_exporter.nix) + +[github_exporter](https://github.com/promhippie/github_exporter) is a prometheus exporter for github + +### [prometheus-folder-size-exporter.nix](./prometheus-folder-size-exporter.nix) + +[prometheus-folder-size-exporter](https://github.com/MindFlavor/prometheus_folder_size_exporter) is a prometheus exporter for directory sizes diff --git a/pkgs/cloud/github_exporter.nix b/pkgs/prometheus/github_exporter.nix similarity index 100% rename from pkgs/cloud/github_exporter.nix rename to pkgs/prometheus/github_exporter.nix diff --git a/pkgs/server/prometheus-folder-size-exporter.nix b/pkgs/prometheus/prometheus-folder-size-exporter.nix similarity index 100% rename from pkgs/server/prometheus-folder-size-exporter.nix rename to pkgs/prometheus/prometheus-folder-size-exporter.nix diff --git a/pkgs/server/README.md b/pkgs/server/README.md index 0b4a6d992..70d5a41d4 100644 --- a/pkgs/server/README.md +++ b/pkgs/server/README.md @@ -22,10 +22,6 @@ This directory contains specific servers [poglets](https://github.com/jpetrucciani/poglets) is a TCP tunneling system -### [prometheus-folder-size-exporter.nix](./prometheus-folder-size-exporter.nix) - -[prometheus-folder-size-exporter](https://github.com/MindFlavor/prometheus_folder_size_exporter) is a prometheus exporter for directory sizes - ### [smoothmq.nix](./smoothmq.nix) [smoothmq](https://github.com/poundifdef/SmoothMQ) is A drop-in replacement for SQS designed for great developer experience and efficiency