Compare commits
2 Commits
c0ce49aaa3
...
cc32471b6b
| Author | SHA1 | Date | |
|---|---|---|---|
| cc32471b6b | |||
| 1090ac3e92 |
@@ -0,0 +1,25 @@
|
|||||||
|
apiVersion: monitoring.coreos.com/v1
|
||||||
|
kind: ServiceMonitor
|
||||||
|
metadata:
|
||||||
|
name: immich
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: immich
|
||||||
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
||||||
|
app.kubernetes.io/component: metrics
|
||||||
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/name: immich
|
||||||
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
endpoints:
|
||||||
|
- port: metrics-api
|
||||||
|
interval: 3m
|
||||||
|
scrapeTimeout: 1m
|
||||||
|
path: /metrics
|
||||||
|
- port: metrics-ms
|
||||||
|
interval: 3m
|
||||||
|
scrapeTimeout: 1m
|
||||||
|
path: /metrics
|
||||||
@@ -23,8 +23,11 @@ grafana:
|
|||||||
envFromSecret: grafana-oauth-secret
|
envFromSecret: grafana-oauth-secret
|
||||||
plugins:
|
plugins:
|
||||||
- grafana-clock-panel
|
- grafana-clock-panel
|
||||||
- vonage-status-panel
|
|
||||||
- grafana-worldmap-panel
|
- grafana-worldmap-panel
|
||||||
|
- grafana-treemap-panel
|
||||||
|
- grafana-lokiexplore-app
|
||||||
|
- isovalent-hubble-datasource
|
||||||
|
- camptocamp-prometheus-alertmanager-datasource
|
||||||
datasources:
|
datasources:
|
||||||
datasources.yaml:
|
datasources.yaml:
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user