Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/k8s-monitoring/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
version: 0.3.1
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.19.0
version: 5.20.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.34.0
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: opencost
repository: https://opencost.github.io/opencost-helm-chart
version: 1.35.0
digest: sha256:6ed033a6116bd9885695b956af999128ae94f58a0f72f956453ee611444d554d
generated: "2024-05-28T00:18:01.423817121Z"
digest: sha256:f67d170d5d13d1e487e1067448b13b395837436124f64ee174423032088c1f92
generated: "2024-06-09T01:17:59.170016549Z"
2 changes: 1 addition & 1 deletion charts/k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
repository: https://grafana.github.io/helm-charts
condition: profiles.enabled
- name: kube-state-metrics
version: 5.19.0
version: 5.20.0
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The Prometheus and Loki services may be hosted on the same cluster, or remotely
| https://grafana.github.io/helm-charts | alloy-logs(alloy) | 0.3.1 |
| https://grafana.github.io/helm-charts | alloy-profiles(alloy) | 0.3.1 |
| https://opencost.github.io/opencost-helm-chart | opencost | 1.35.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.19.0 |
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.20.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-node-exporter | 4.34.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-operator-crds | 11.0.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-windows-exporter | 0.3.1 |
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ otelcol.processor.transform "default" {
{{- end }}
"set(attributes[\"pod\"], attributes[\"k8s.pod.name\"])",
"set(attributes[\"namespace\"], attributes[\"k8s.namespace.name\"])",
"set(attributes[\"service_name\"], attributes[\"k8s.deployment.name\"])",
"set(attributes[\"loki.resource.labels\"], \"{{ .Values.logs.receiver.transforms.labels | join ", " }}\")",
"set(attributes[\"k8s.cluster.name\"], \"{{ required ".Values.cluster.name is a required value. Please set it and try again." .Values.cluster.name }}\") where attributes[\"k8s.cluster.name\"] == nil",
]
Expand Down
1 change: 1 addition & 0 deletions examples/alloy-autoscaling-and-storage/metrics.alloy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions examples/alloy-autoscaling-and-storage/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/control-plane-metrics/metrics.alloy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions examples/control-plane-metrics/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/custom-config/metrics.alloy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions examples/custom-config/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/custom-metrics-tuning/output.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/custom-pricing/metrics.alloy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading