add-push-gateway & remove deprecated fns #6

Merged
jem merged 9 commits from add-push-gateway into main 2025-03-11 16:02:01 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 28e9609b9a - Show all commits

View file

@ -62,3 +62,8 @@ scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]
- job_name: pushgateway
honor_labels: true
static_configs:
- targets: ['prometheus-pushgateway:9091']

View file

@ -3,6 +3,6 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: prometheus-pushgateway
name: x-prometheus-pushgateway
name: prometheus-pushgateway
namespace: monitoring
automountServiceAccountToken: true