Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 authored Oct 4, 2024
2 parents 5b9cec1 + 1f14cca commit 60e4948
Show file tree
Hide file tree
Showing 39 changed files with 67 additions and 43 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,31 @@ Main (unreleased)

### Bugfixes

- Fixed a bug in `import.git` which caused a `"non-fast-forward update"` error message. (@ptodev)

### Other changes

- Small fix in UI stylesheet to fit more content into visible table area. (@defanator)

- Changed OTEL alerts in Alloy mixin to use success rate for tracing. (@thampiotr)

- Support TLS client settings for clustering (@tiagorossig)

v1.4.2
-----------------

### Bugfixes

- Update windows_exporter from v0.27.2 vo v0.27.3: (@jkroepke)
- Fixes a bug where scraping Windows service crashes alloy

- Update yet-another-cloudwatch-exporter from v0.60.0 vo v0.61.0: (@morremeyer)
- Fixes a bug where cloudwatch S3 metrics are reported as `0`

- Issue 1687 - otelcol.exporter.awss3 fails to configure (@cydergoth)
- Fix parsing of the Level configuration attribute in debug_metrics config block
- Ensure "optional" debug_metrics config block really is optional

- Fixed a bug in `import.git` which caused a `"non-fast-forward update"` error message. (@ptodev)

- Fixed an issue with `loki.process` where `stage.luhn` and `stage.timestamp` would not apply
default configuration settings correctly (@thampiotr)

Expand Down
8 changes: 4 additions & 4 deletions operations/alloy-mixin/alerts/opentelemetry.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ local alert = import './utils/alert.jsonnet';
local successRateQuery(enableK8sCluster, failed, success) =
local sumBy = if enableK8sCluster then "cluster, namespace, job" else "job";
|||
(1 - sum by (%s) (
rate(%s{}[1m])
(1 - (
sum by (%s) (rate(%s{}[1m]))
/
(rate(%s{}[1m]) + rate(%s{}[1m]))
sum by (%s) (rate(%s{}[1m]) + rate(%s{}[1m]))
)
) < 0.95
||| % [sumBy, failed, failed, success],
||| % [sumBy, failed, sumBy, failed, success],

newOpenTelemetryAlertsGroup(enableK8sCluster=true):
alert.newGroup(
Expand Down
10 changes: 10 additions & 0 deletions operations/helm/charts/alloy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ internal API changes are not present.
Unreleased
----------

0.9.1 (2024-10-04)
------------------

### Enhancements

- Update to Grafana Alloy v1.4.2. (@ptodev)

0.9.0 (2024-10-02)
------------------

### Enhancements

- Add lifecyle hook to the Helm chart. (@etiennep)
Expand Down
4 changes: 2 additions & 2 deletions operations/helm/charts/alloy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alloy
description: 'Grafana Alloy'
type: application
version: 0.9.0
appVersion: 'v1.4.1'
version: 0.9.1
appVersion: 'v1.4.2'
icon: https://raw.githubusercontent.com/grafana/alloy/main/docs/sources/assets/alloy_icon_orange.svg

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/alloy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Grafana Alloy Helm chart

![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![AppVersion: v1.4.1](https://img.shields.io/badge/AppVersion-v1.4.1-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![AppVersion: v1.4.2](https://img.shields.io/badge/AppVersion-v1.4.2-informational?style=flat-square)

Helm chart for deploying [Grafana Alloy][] to Kubernetes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: global-cred
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: quay.io/grafana/alloy:v1.4.1
image: quay.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
name: geoip
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- name: local-cred
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: quay.io/grafana/alloy:v1.4.1
image: quay.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.4.1
image: docker.io/grafana/alloy:v1.4.2
imagePullPolicy: IfNotPresent
args:
- run
Expand Down

0 comments on commit 60e4948

Please sign in to comment.