Accepting request 1248955 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1248955 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alloy?expand=0&rev=6
This commit is contained in:
commit
19e93062cb
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/grafana/alloy</param>
|
<param name="url">https://github.com/grafana/alloy</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v1.6.1</param>
|
<param name="revision">v1.7.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7267a1a975fb4bdd586d44ab21510e84d3b9a15b64f32e80442f4b57d0c3d17b
|
|
||||||
size 27353101
|
|
3
alloy-1.7.1.obscpio
Normal file
3
alloy-1.7.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:42009d12807d1db4f10bbfd689160ecc3f3f2d14aa6eb77b0b791a854799f758
|
||||||
|
size 27850765
|
@ -1,3 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 27 05:46:08 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 1.7.1:
|
||||||
|
* Bugfixes
|
||||||
|
- Fixed an issue where some exporters such as
|
||||||
|
prometheus.exporter.snmp couldn't accept targets from other
|
||||||
|
components with an error conversion to '*map[string]string'
|
||||||
|
is not supported". (@thampiotr)
|
||||||
|
- Enable batching of calls to the appender in
|
||||||
|
prometheus.write.queue to reduce lock contention when
|
||||||
|
scraping, which will lead to reduced scrape duration.
|
||||||
|
(@mattdurham)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:57:49 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 1.7.0:
|
||||||
|
For a full list of changes, please refer to the CHANGELOG!
|
||||||
|
https://github.com/grafana/alloy/blob/v1.7.0/CHANGELOG.md
|
||||||
|
* Breaking changes
|
||||||
|
- (Experimental) In prometheus.write.queue changed parallelism
|
||||||
|
from attribute to a block to allow for dynamic scaling.
|
||||||
|
(@mattdurham)
|
||||||
|
- Remove tls_basic_auth_config_path attribute from
|
||||||
|
prometheus.exporter.mongodb configuration as it does not
|
||||||
|
configure TLS client behavior as previously documented.
|
||||||
|
- Remove encoding and encoding_file_ext from
|
||||||
|
otelcol.exporter.awss3 component as it was not wired in to
|
||||||
|
the otel component and Alloy does not currently integrate the
|
||||||
|
upstream encoding extensions that this would utilize.
|
||||||
|
* Features
|
||||||
|
- Add a otelcol.receiver.tcplog component to receive
|
||||||
|
OpenTelemetry logs over a TCP connection. (@nosammai)
|
||||||
|
- (Public preview) Add otelcol.receiver.filelog component to
|
||||||
|
read otel log entries from files (@dehaansa)
|
||||||
|
- (Public preview) Add a otelcol.processor.cumulativetodelta
|
||||||
|
component to convert metrics from cumulative temporality to
|
||||||
|
delta. (@madaraszg-tulip)
|
||||||
|
- (Experimental) Add a stage.windowsevent block in the
|
||||||
|
loki.process component. This aims to replace the existing
|
||||||
|
stage.eventlogmessage. (@wildum)
|
||||||
|
- Add pyroscope.relabel component to modify or filter profiles
|
||||||
|
using Prometheus relabeling rules. (@marcsanmi)
|
||||||
|
- (Experimental) A new foreach block which starts an Alloy
|
||||||
|
pipeline for each item inside a list. (@wildum, @thampiotr,
|
||||||
|
@ptodev)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 27 16:12:54 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Mon Jan 27 16:12:54 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: alloy
|
name: alloy
|
||||||
version: 1.6.1
|
version: 1.7.1
|
||||||
mtime: 1737645229
|
mtime: 1740583847
|
||||||
commit: 9a30f8ab7f7192306bcedf9811f62a5d18a712c8
|
commit: ad99e54467df3e66cfbd0e9aceb2b7a467065200
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: alloy
|
Name: alloy
|
||||||
Version: 1.6.1
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenTelemetry Collector distribution with programmable pipelines
|
Summary: OpenTelemetry Collector distribution with programmable pipelines
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -37,7 +37,7 @@ Requires(pre): group(alloy)
|
|||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
|
|
||||||
# /usr/lib/go/1.23/pkg/tool/linux_386/link: mapping output file failed: cannot allocate memory
|
# /usr/lib/go/1.23/pkg/tool/linux_386/link: mapping output file failed: cannot allocate memory
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86} armv7hl armv7l armv7l:armv6l:armv5tel armv6hl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Grafana Alloy is an open source OpenTelemetry Collector distribution with
|
Grafana Alloy is an open source OpenTelemetry Collector distribution with
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6eaf096c8393d12526d264df82c6b9c6e499fd439218b042debf543e799a96da
|
|
||||||
size 115910251
|
|
3
ui-1.7.1.tar.gz
Normal file
3
ui-1.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99765f4e90d9486d22f51e710c64fa7d6cda5455d8d8c17edd0308e850f26d89
|
||||||
|
size 116000964
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:50edd1c2b98112d4b1dbb4589701555d0bd778e20bfdb2a6005336cdc6bcf75e
|
oid sha256:05f320ed15f2abb7edfa9f23539ca00c5a917c70a75c84e4253b23b3813b1ea4
|
||||||
size 53914538
|
size 55547198
|
||||||
|
Loading…
x
Reference in New Issue
Block a user