Skip to content

Commit

Permalink
Prometheus Node Exporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Mar 8, 2024
1 parent 70091ba commit 865b6ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/019_prometheus_node_exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -1596,4 +1596,8 @@ promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
```

We can go ahead and migrate this to [a separate repository](https://github.com/goldentooth/prometheus_node_exporter/). This isn't a complicated application by itself, but that's what makes it a good test of the general approach we'll use in the future.
So... yay?

We could shift this to a separate repository, or we can just rip it back out of the incubator and create a separate `Application` resource for it in [this task file](https://github.com/goldentooth/cluster/blob/main/roles/goldentooth.install_argocd_apps/tasks/applications/prometheus_node_exporter.yaml). We could organize it a thousand different ways. A `prometheus_node_exporter` repository? A `prometheus` repository? A `monitoring` repository?

Because I'm not really sure _which_ I'd like to do, I'll just defer the decision until a later date and move on to other things.

0 comments on commit 865b6ef

Please sign in to comment.