Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alloy for openSUSE:Factory checked in at 2025-03-24 13:32:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alloy (Old) and /work/SRC/openSUSE:Factory/.alloy.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alloy" Mon Mar 24 13:32:08 2025 rev:9 rq:1255493 version:1.7.5 Changes: -------- --- /work/SRC/openSUSE:Factory/alloy/alloy.changes 2025-03-17 22:21:48.477042600 +0100 +++ /work/SRC/openSUSE:Factory/.alloy.new.2696/alloy.changes 2025-03-24 13:32:22.200120516 +0100 @@ -1,0 +2,11 @@ +Fri Mar 21 06:02:28 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 1.7.5: + * Notable changes: + - Set zstd as default compression for prometheus.write.queue. + (@mattdurham) + Though technically an enhancement this was causing trouble in + disk io constrained environments. Zstd provides almost double + the compression with little additional cpu overhead. + +------------------------------------------------------------------- Old: ---- alloy-1.7.4.obscpio ui-1.7.4.tar.gz New: ---- alloy-1.7.5.obscpio ui-1.7.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alloy.spec ++++++ --- /var/tmp/diff_new_pack.AXOjCE/_old 2025-03-24 13:32:25.432255175 +0100 +++ /var/tmp/diff_new_pack.AXOjCE/_new 2025-03-24 13:32:25.436255342 +0100 @@ -17,7 +17,7 @@ Name: alloy -Version: 1.7.4 +Version: 1.7.5 Release: 0 Summary: OpenTelemetry Collector distribution with programmable pipelines License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.AXOjCE/_old 2025-03-24 13:32:25.552260175 +0100 +++ /var/tmp/diff_new_pack.AXOjCE/_new 2025-03-24 13:32:25.556260342 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/grafana/alloy</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.7.4</param> + <param name="revision">v1.7.5</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">disable</param> ++++++ alloy-1.7.4.obscpio -> alloy-1.7.5.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alloy-1.7.4/docs/sources/collect/metamonitoring.md new/alloy-1.7.5/docs/sources/collect/metamonitoring.md --- old/alloy-1.7.4/docs/sources/collect/metamonitoring.md 2025-03-13 21:14:42.000000000 +0100 +++ new/alloy-1.7.5/docs/sources/collect/metamonitoring.md 2025-03-19 01:43:24.000000000 +0100 @@ -39,6 +39,9 @@ } ``` + Replace the following: + * _`<SELF_LABEL>`_: The label for the component such as `default` or `metamonitoring`. The label must be unique across all `prometheus.exporter.self` components in the same configuration file. + 1. Add the following `prometheus.scrape` component to your configuration file. ```alloy @@ -49,7 +52,6 @@ ``` Replace the following: - * _`<SELF_LABEL>`_: The label for the component such as `default` or `metamonitoring`. The label must be unique across all `prometheus.exporter.self` components in the same configuration file. * _`<SCRAPE_LABEL>`_: The label for the scrape component such as `default`. The label must be unique across all `prometheus.scrape` components in the same configuration file. * _`<METRICS_RECEIVER_LIST>`_: A comma-delimited list of component receivers to forward metrics to. For example, to send to a remote write component, use `prometheus.remote_write.WRITE_LABEL.receiver`. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alloy-1.7.4/docs/sources/introduction/supported-platforms.md new/alloy-1.7.5/docs/sources/introduction/supported-platforms.md --- old/alloy-1.7.4/docs/sources/introduction/supported-platforms.md 2025-03-13 21:14:42.000000000 +0100 +++ new/alloy-1.7.5/docs/sources/introduction/supported-platforms.md 2025-03-19 01:43:24.000000000 +0100 @@ -12,7 +12,6 @@ ## Linux -* Minimum version: kernel 4.x or later * Architectures: AMD64, ARM64 * Within the Linux distribution lifecycle diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alloy-1.7.4/docs/sources/reference/components/loki/loki.process.md new/alloy-1.7.5/docs/sources/reference/components/loki/loki.process.md --- old/alloy-1.7.4/docs/sources/reference/components/loki/loki.process.md 2025-03-13 21:14:42.000000000 +0100 +++ new/alloy-1.7.5/docs/sources/reference/components/loki/loki.process.md 2025-03-19 01:43:24.000000000 +0100 @@ -1577,8 +1577,11 @@ ```alloy stage.labels { - "namespace" = "k8s_namespace" + values = { + "namespace" = "k8s_namespace", + } } + stage.tenant { label = "namespace" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alloy-1.7.4/docs/sources/reference/components/prometheus/prometheus.exporter.mongodb.md new/alloy-1.7.5/docs/sources/reference/components/prometheus/prometheus.exporter.mongodb.md --- old/alloy-1.7.4/docs/sources/reference/components/prometheus/prometheus.exporter.mongodb.md 2025-03-13 21:14:42.000000000 +0100 +++ new/alloy-1.7.5/docs/sources/reference/components/prometheus/prometheus.exporter.mongodb.md 2025-03-19 01:43:24.000000000 +0100 @@ -34,7 +34,7 @@ | Name | Type | Description | Default | Required | | ---------------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------- | -------- | -| `mongodb_uri` | `string` | MongoDB node connection URI. | | yes | +| `mongodb_uri` | `secret` | MongoDB node connection URI. | | yes | | `direct_connect` | `boolean` | Whether or not a direct connect should be made. Direct connections aren't valid if multiple hosts are specified or an SRV URI is used. | false | no | | `discovering_mode` | `boolean` | Whether or not to enable autodiscover collections. | false | no | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/alloy-1.7.4/docs/sources/reference/components/pyroscope/pyroscope.ebpf.md new/alloy-1.7.5/docs/sources/reference/components/pyroscope/pyroscope.ebpf.md --- old/alloy-1.7.4/docs/sources/reference/components/pyroscope/pyroscope.ebpf.md 2025-03-13 21:14:42.000000000 +0100 +++ new/alloy-1.7.5/docs/sources/reference/components/pyroscope/pyroscope.ebpf.md 2025-03-19 01:43:24.000000000 +0100 @@ -199,7 +199,7 @@ discovery.kubernetes "all_pods" { role = "pod" selectors { - field = "spec.nodeName=" + sys.env("<HOSTNAME>") + field = "spec.nodeName=" + sys.env("HOSTNAME") role = "pod" } } @@ -235,7 +235,7 @@ } rule { action = "replace" - source_labels = ["__meta_kubernetes_node_name"] + source_labels = ["__meta_kubernetes_pod_node_name"] target_label = "node" } rule { ++++++ alloy.obsinfo ++++++ --- /var/tmp/diff_new_pack.AXOjCE/_old 2025-03-24 13:32:27.232330171 +0100 +++ /var/tmp/diff_new_pack.AXOjCE/_new 2025-03-24 13:32:27.236330338 +0100 @@ -1,5 +1,5 @@ name: alloy -version: 1.7.4 -mtime: 1741896882 -commit: 0cad9059eec9428e0b8dd47453145b598f517650 +version: 1.7.5 +mtime: 1742345004 +commit: de1a51cf0ceac3b12e0c4e7bf868a1e818643f38 ++++++ ui-1.7.4.tar.gz -> ui-1.7.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/alloy/ui-1.7.4.tar.gz /work/SRC/openSUSE:Factory/.alloy.new.2696/ui-1.7.5.tar.gz differ: char 5, line 1 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/alloy/vendor.tar.gz /work/SRC/openSUSE:Factory/.alloy.new.2696/vendor.tar.gz differ: char 5, line 1