Skip to content

Commit

Permalink
reorganize prometheus exporters
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Jul 28, 2024
1 parent 54adea3 commit 1e3639d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
6 changes: 5 additions & 1 deletion pkgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand All @@ -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
4 changes: 0 additions & 4 deletions pkgs/cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions pkgs/prometheus/README.md
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
4 changes: 0 additions & 4 deletions pkgs/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e3639d

Please sign in to comment.