Skip to content

Commit

Permalink
[monitoring] fixed prometheus metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 21, 2024
1 parent fc12221 commit ade8622
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 117 deletions.
13 changes: 0 additions & 13 deletions apps/monitoring/kube-prometheus/base/endpoints.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion apps/monitoring/kube-prometheus/base/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ metadata:
spec:
staticConfigs:
- targets:
- k3s-metrics-service.kube-system.svc.cluster.local:10250
- 192.168.1.2:9100
- 192.168.1.10:9100
metricsPath: /metrics
3 changes: 0 additions & 3 deletions apps/monitoring/kube-prometheus/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- endpoints.yaml
- prom-rule.yaml
- svc-monitor.yaml
- svc.yaml
- exporter.yaml

namespace: monitoring
85 changes: 0 additions & 85 deletions apps/monitoring/kube-prometheus/base/svc-monitor.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions apps/monitoring/kube-prometheus/base/svc.yaml

This file was deleted.

0 comments on commit ade8622

Please sign in to comment.