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 @@ -19,12 +19,12 @@ dependencies:
version: 4.34.0
- name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 11.0.0
version: 12.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.35.0
digest: sha256:6ed033a6116bd9885695b956af999128ae94f58a0f72f956453ee611444d554d
generated: "2024-05-28T00:18:01.423817121Z"
digest: sha256:3955ec31e03148337fdd858f6115e15b82d72cee5bef18aac84b37fc082a3a63
generated: "2024-06-09T01:17:57.879945593Z"
2 changes: 1 addition & 1 deletion charts/k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-operator-crds
version: 11.0.0
version: 12.0.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-operator-crds.enabled
- name: prometheus-windows-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 @@ -143,7 +143,7 @@ The Prometheus and Loki services may be hosted on the same cluster, or remotely
| 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 |
| https://prometheus-community.github.io/helm-charts | prometheus-operator-crds | 11.0.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-operator-crds | 12.0.0 |
| https://prometheus-community.github.io/helm-charts | prometheus-windows-exporter | 0.3.1 |
<!-- markdownlint-enable no-bare-urls -->

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.

36,884 changes: 19,850 additions & 17,034 deletions examples/alloy-autoscaling-and-storage/output.yaml

Large diffs are not rendered by default.

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.

36,884 changes: 19,850 additions & 17,034 deletions examples/control-plane-metrics/output.yaml

Large diffs are not rendered by default.

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.

36,884 changes: 19,850 additions & 17,034 deletions examples/custom-config/output.yaml

Large diffs are not rendered by default.

36,548 changes: 19,681 additions & 16,867 deletions examples/custom-metrics-tuning/output.yaml

Large diffs are not rendered by default.

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.

36,884 changes: 19,850 additions & 17,034 deletions examples/custom-pricing/output.yaml

Large diffs are not rendered by default.

36,548 changes: 19,681 additions & 16,867 deletions examples/custom-prometheus-operator-rules/output.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/default-values/metrics.alloy

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

Loading