Accepting request 1241277 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1241277 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alloy?expand=0&rev=5
This commit is contained in:
commit
32471a48ac
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.5.1</param>
|
<param name="revision">v1.6.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:fd73f157411864a48d533d5417871fffabdc3403160a94a539727b97de58c1ec
|
|
||||||
size 31807501
|
|
3
alloy-1.6.1.obscpio
Normal file
3
alloy-1.6.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7267a1a975fb4bdd586d44ab21510e84d3b9a15b64f32e80442f4b57d0c3d17b
|
||||||
|
size 27353101
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 16:12:54 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 1.6.1:
|
||||||
|
* Resolve issue with Beyla not starting. (1.6.0 regression)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 16:06:54 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 1.6.0:
|
||||||
|
* Breaking changes
|
||||||
|
- Upgrade to OpenTelemetry Collector v0.116.0:
|
||||||
|
otelcol.processor.tailsampling: Change decision precedence
|
||||||
|
when using and_sub_policy and invert_match. For more
|
||||||
|
information, see the release notes for Alloy 1.6.
|
||||||
|
* Features
|
||||||
|
- Add otelcol.receiver.syslog component to receive otel logs in
|
||||||
|
syslog format (@dehaansa)
|
||||||
|
- Add support for metrics in otelcol.exporter.loadbalancing
|
||||||
|
(@madaraszg-tulip)
|
||||||
|
- Add add_cloudwatch_timestamp to
|
||||||
|
prometheus.exporter.cloudwatch metrics. (@captncraig)
|
||||||
|
- Add support to prometheus.operator.servicemonitors to allow
|
||||||
|
endpointslice role. (@yoyosir)
|
||||||
|
- Add otelcol.exporter.splunkhec allowing to export otel data
|
||||||
|
to Splunk HEC (@adlotsof)
|
||||||
|
- Add otelcol.receiver.solace component to receive traces from
|
||||||
|
a Solace broker. (@wildum)
|
||||||
|
- Add otelcol.exporter.syslog component to export logs in
|
||||||
|
syslog format (@dehaansa)
|
||||||
|
- (Experimental) Add a database_observability.mysql component
|
||||||
|
to collect mysql performance data. (@cristiangreco &
|
||||||
|
@matthewnolf)
|
||||||
|
- Add otelcol.receiver.influxdb to convert influx metric into
|
||||||
|
OTEL. (@EHSchmitt4395)
|
||||||
|
- Add a new /-/healthy endpoint which returns HTTP 500 if one
|
||||||
|
or more components are unhealthy. (@ptodev)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 4 06:39:07 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Wed Dec 4 06:39:07 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: alloy
|
name: alloy
|
||||||
version: 1.5.1
|
version: 1.6.1
|
||||||
mtime: 1733240417
|
mtime: 1737645229
|
||||||
commit: dc8a365f875da905e3e6070b279f1a41ce9db885
|
commit: 9a30f8ab7f7192306bcedf9811f62a5d18a712c8
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package alloy
|
# spec file for package alloy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: alloy
|
Name: alloy
|
||||||
Version: 1.5.1
|
Version: 1.6.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
|
||||||
@ -27,7 +27,7 @@ Source1: vendor.tar.gz
|
|||||||
Source2: ui-%{version}.tar.gz
|
Source2: ui-%{version}.tar.gz
|
||||||
Source3: PACKAGING_README.md
|
Source3: PACKAGING_README.md
|
||||||
Source4: Makefile
|
Source4: Makefile
|
||||||
BuildRequires: go >= 1.22.5
|
BuildRequires: go >= 1.23.5
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: user(alloy)
|
BuildRequires: user(alloy)
|
||||||
# Require the system user and group
|
# Require the system user and group
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:efc1653573a62ca8c9dd6269ab0497c2da153efddd7dffe31f77187d3b6124b7
|
|
||||||
size 115717095
|
|
3
ui-1.6.1.tar.gz
Normal file
3
ui-1.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6eaf096c8393d12526d264df82c6b9c6e499fd439218b042debf543e799a96da
|
||||||
|
size 115910251
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1d1e7af2e2344ea4455fbbd16ac46c9b6e7016e906d9b7832e93aee0ad10dac9
|
oid sha256:50edd1c2b98112d4b1dbb4589701555d0bd778e20bfdb2a6005336cdc6bcf75e
|
||||||
size 52787559
|
size 53914538
|
||||||
|
Loading…
x
Reference in New Issue
Block a user