Skip to content

Commit

Permalink
Merge pull request #49 from yjinjo/master
Browse files Browse the repository at this point in the history
Add spaceone-agent k8s-monitoring
  • Loading branch information
yjinjo authored Apr 4, 2024
2 parents 2d94b56 + f902a42 commit 435fab1
Show file tree
Hide file tree
Showing 225 changed files with 62,394 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spaceone-agent/k8s-monitoring/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.git
.gitignore
.idea
ci
test
schema-mods
Makefile
27 changes: 27 additions & 0 deletions spaceone-agent/k8s-monitoring/Chart.lock
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"
49 changes: 49 additions & 0 deletions spaceone-agent/k8s-monitoring/Chart.yaml
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
652 changes: 652 additions & 0 deletions spaceone-agent/k8s-monitoring/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 435fab1

Please sign in to comment.