-
Notifications
You must be signed in to change notification settings - Fork 11
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 #49 from yjinjo/master
Add spaceone-agent k8s-monitoring
- Loading branch information
Showing
225 changed files
with
62,394 additions
and
0 deletions.
There are no files selected for viewing
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,7 @@ | ||
.git | ||
.gitignore | ||
.idea | ||
ci | ||
test | ||
schema-mods | ||
Makefile |
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,27 @@ | ||
dependencies: | ||
- name: grafana-agent | ||
repository: https://grafana.github.io/helm-charts | ||
version: 0.37.0 | ||
- name: grafana-agent | ||
repository: https://grafana.github.io/helm-charts | ||
version: 0.37.0 | ||
- name: grafana-agent | ||
repository: https://grafana.github.io/helm-charts | ||
version: 0.37.0 | ||
- name: kube-state-metrics | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 5.18.0 | ||
- name: prometheus-node-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 4.32.0 | ||
- name: prometheus-operator-crds | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 10.0.0 | ||
- name: prometheus-windows-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 0.3.1 | ||
- name: opencost | ||
repository: https://opencost.github.io/opencost-helm-chart | ||
version: 1.33.1 | ||
digest: sha256:829140f8e5d474204785b623af1fca296f0a7532dd4ead8ac8ee95a29f790a70 | ||
generated: "2024-04-03T00:16:32.523019666Z" |
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,49 @@ | ||
apiVersion: v2 | ||
appVersion: 2.1.2 | ||
dependencies: | ||
- name: grafana-agent | ||
repository: https://grafana.github.io/helm-charts | ||
version: 0.37.0 | ||
- alias: grafana-agent-events | ||
condition: logs.cluster_events.enabled | ||
name: grafana-agent | ||
repository: https://grafana.github.io/helm-charts | ||
version: 0.37.0 | ||
- alias: grafana-agent-logs | ||
condition: logs.pod_logs.enabled | ||
name: grafana-agent | ||
repository: https://grafana.github.io/helm-charts | ||
version: 0.37.0 | ||
- condition: kube-state-metrics.enabled | ||
name: kube-state-metrics | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 5.18.0 | ||
- condition: prometheus-node-exporter.enabled | ||
name: prometheus-node-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 4.32.0 | ||
- condition: prometheus-operator-crds.enabled | ||
name: prometheus-operator-crds | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 10.0.0 | ||
- condition: prometheus-windows-exporter.enabled | ||
name: prometheus-windows-exporter | ||
repository: https://prometheus-community.github.io/helm-charts | ||
version: 0.3.1 | ||
- condition: opencost.enabled | ||
name: opencost | ||
repository: https://opencost.github.io/opencost-helm-chart | ||
version: 1.33.1 | ||
description: A Helm chart for gathering, scraping, and forwarding Kubernetes infrastructure | ||
metrics and logs to a Grafana Stack. | ||
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg | ||
maintainers: | ||
- email: pete.wall@grafana.com | ||
name: petewall | ||
- email: stephen.lang@grafana.com | ||
name: skl | ||
name: k8s-monitoring | ||
sources: | ||
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring | ||
type: application | ||
version: 0.12.5 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.