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
12 changes: 6 additions & 6 deletions charts/k8s-monitoring/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dependencies:
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 0.3.1
version: 0.3.2
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 0.3.1
version: 0.3.2
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 0.3.1
version: 0.3.2
- name: alloy
repository: https://grafana.github.io/helm-charts
version: 0.3.1
version: 0.3.2
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.19.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:6030fd02dc941451437dbfacb4cee69086109ce641066714be7915cf2767e85c
generated: "2024-06-09T01:18:24.245023345Z"
8 changes: 4 additions & 4 deletions charts/k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ maintainers:
name: skl
dependencies:
- name: alloy
version: 0.3.1
version: 0.3.2
repository: https://grafana.github.io/helm-charts
- alias: alloy-events
name: alloy
version: 0.3.1
version: 0.3.2
repository: https://grafana.github.io/helm-charts
condition: logs.cluster_events.enabled
- alias: alloy-logs
name: alloy
version: 0.3.1
version: 0.3.2
repository: https://grafana.github.io/helm-charts
condition: logs.pod_logs.enabled
- alias: alloy-profiles
name: alloy
version: 0.3.1
version: 0.3.2
repository: https://grafana.github.io/helm-charts
condition: profiles.enabled
- name: kube-state-metrics
Expand Down
8 changes: 4 additions & 4 deletions charts/k8s-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ The Prometheus and Loki services may be hosted on the same cluster, or remotely

| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | alloy | 0.3.1 |
| https://grafana.github.io/helm-charts | alloy-events(alloy) | 0.3.1 |
| 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://grafana.github.io/helm-charts | alloy | 0.3.2 |
| https://grafana.github.io/helm-charts | alloy-events(alloy) | 0.3.2 |
| https://grafana.github.io/helm-charts | alloy-logs(alloy) | 0.3.2 |
| https://grafana.github.io/helm-charts | alloy-profiles(alloy) | 0.3.2 |
| 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 | prometheus-node-exporter | 4.34.0 |
Expand Down
Binary file removed charts/k8s-monitoring/charts/alloy-0.3.1.tgz
Binary file not shown.
Binary file added charts/k8s-monitoring/charts/alloy-0.3.2.tgz
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.

82 changes: 42 additions & 40 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.

Loading