-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from akash4sh/main
Rename grafana-dashboard chart with monitoring
- Loading branch information
Showing
25 changed files
with
144 additions
and
76 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: v2 | ||
appVersion: 1.16.0 | ||
description: A Helm chart for Monitoring | ||
name: monitoring | ||
type: application | ||
version: 0.1.7 | ||
dependencies: | ||
- name: prometheus-msteams | ||
condition: teams.enabled | ||
version: 1.0.0 | ||
repository: https://kube-tarian.github.io/helmrepo-supporting-tools/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...dashboards/templates/falco-dashboard.yaml → ...monitoring/templates/falco-dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...plates/k8ssandra-condensed-dashboard.yaml → ...plates/k8ssandra-condensed-dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...boards/templates/k8ssandra-dashboard.yaml → ...toring/templates/k8ssandra-dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...mplates/k8ssandra-overview-dashboard.yaml → ...mplates/k8ssandra-overview-dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...boards/templates/kubescape-dashboard.yaml → ...toring/templates/kubescape-dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...shboards/templates/kyverno-dashboard.yaml → ...nitoring/templates/kyverno-dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
charts/monitoring/templates/openebs-cstor-servicemonitor.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
labels: | ||
release: prometheus | ||
name: {{ include "monitoring.fullname" . }}-cstor | ||
spec: | ||
endpoints: | ||
- path: /metrics | ||
port: exporter | ||
relabelings: | ||
- action: keep | ||
regex: volume_exporter_prometheus | ||
sourceLabels: | ||
- __meta_kubernetes_pod_label_monitoring | ||
- action: replace | ||
sourceLabels: | ||
- __meta_kubernetes_pod_label_vsm | ||
targetLabel: openebs_pv | ||
- action: replace | ||
sourceLabels: | ||
- __meta_kubernetes_pod_label_openebs_io_persistent_volume | ||
targetLabel: openebs_pv | ||
- action: replace | ||
sourceLabels: | ||
- __meta_kubernetes_pod_label_openebs_io_persistent_volume_claim | ||
targetLabel: openebs_pvc | ||
- action: replace | ||
sourceLabels: | ||
- __meta_kubernetes_endpoints_label_openebs_io_cas_type | ||
targetLabel: openebs_cas_type | ||
namespaceSelector: | ||
any: true | ||
selector: | ||
matchLabels: | ||
openebs.io/cas-type: cstor |
2 changes: 1 addition & 1 deletion
2
...s/grafana-dashboards/templates/rules.yaml → charts/monitoring/templates/rules.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{{- if .Values.teams.enabled }} | ||
apiVersion: monitoring.coreos.com/v1alpha1 | ||
kind: AlertmanagerConfig | ||
metadata: | ||
labels: | ||
alertmanagerConfig: webhook | ||
release: prometheus | ||
name: {{ include "monitoring.fullname" . }}-webhook | ||
spec: | ||
receivers: | ||
- name: webhook | ||
webhookConfigs: | ||
- url: '{{ .Values.teams.url }}' | ||
route: | ||
groupBy: | ||
- job | ||
groupInterval: 5m | ||
groupWait: 30s | ||
receiver: webhook | ||
repeatInterval: 12h | ||
{{- end }} | ||
|
2 changes: 1 addition & 1 deletion
2
...hboards/templates/temporal-dashboard.yaml → ...itoring/templates/temporal-dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
labels: | ||
app.kubernetes.io/instance: traefik-traefik | ||
app.kubernetes.io/name: traefik | ||
release: prometheus | ||
name: {{ include "monitoring.fullname" . }}-traefik | ||
spec: | ||
endpoints: | ||
- honorLabels: true | ||
interval: 30s | ||
path: /metrics | ||
port: metrics | ||
jobLabel: traefik | ||
namespaceSelector: | ||
matchNames: | ||
- traefik | ||
selector: | ||
matchLabels: | ||
app.kubernetes.io/instance: traefik-traefik | ||
app.kubernetes.io/name: traefik |
2 changes: 1 addition & 1 deletion
2
...ashboards/templates/velero-dashboard.yaml → ...onitoring/templates/velero-dashboard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters