]> piware.de Git - learn-metrics.git/commit - learn-metrics.yaml
Add custom prometheus data source from host
authorMartin Pitt <martin@piware.de>
Fri, 21 May 2021 08:40:32 +0000 (10:40 +0200)
committerMartin Pitt <martin@piware.de>
Fri, 21 May 2021 08:40:32 +0000 (10:40 +0200)
commit762850f8170ad2411fe014b5af63d4820ac9301f
tree98a7e1b58982ea0e74c8298b8e9751056163d488
parentb4641dd2003ec91a1bd356814d3507f2477725e0
Add custom prometheus data source from host

Export http/metrics into prometheus via an intermediate web server in
the pod, and configuring it as an additional source.

You can manually provide metrics by copying http/metrics.template to
http/metrics and edit the numbers while prometheus is running.
.gitignore [new file with mode: 0644]
conf-prometheus/prometheus.yml [new file with mode: 0644]
http/README [new file with mode: 0644]
http/metrics.template [new file with mode: 0644]
learn-metrics.yaml