forked from pool/telegraf
Accepting request 903443 from home:susnux:branches:devel:languages:go
Update to version 1.19.0 OBS-URL: https://build.opensuse.org/request/show/903443 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=34
This commit is contained in:
parent
50e687d234
commit
28e5ae4331
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.18.2</param>
|
||||
<param name="revision">v1.19.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="changesrevision">cee27ad32fccb6ff6198911115107d00db97a04f</param></service></servicedata>
|
||||
<param name="changesrevision">f4531151409d84cf27dd8bcc00dcda4c79701af6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b572fa2fa49b6586df26293c1074d49440d6ff4a64d73fea99085abce75b4b1
|
||||
size 1905912
|
3
telegraf-1.19.0.tar.xz
Normal file
3
telegraf-1.19.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0aba552bb87c5a7fcfe866c3547458a741074479a1acd75f6ab3142dfce1a9c2
|
||||
size 2047520
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 01 13:26:54 UTC 2021 - rpm@fthiessen.de
|
||||
|
||||
- Update to version 1.19.0:
|
||||
* Update Go to 1.16.5
|
||||
* Many linter fixes
|
||||
* New Input Plugins
|
||||
* Alibaba CloudMonitor Service (Aliyun)
|
||||
* OpenTelemetry
|
||||
* Intel Data Plane Development Kit (DPDK)
|
||||
* KNX, SQL
|
||||
* New Output Plugins: Websocket, SQL, AWS Cloudwatch logs
|
||||
* New Parser Plugins: Prometheus Remote Write, JSON V2
|
||||
* Bugfixes
|
||||
* Fix reading config files starting with http
|
||||
* serializers.prometheusremotewrite Update dependency and remove
|
||||
tags with empty values
|
||||
* outputs.kafka Don't prevent telegraf from starting when
|
||||
there's a connection error
|
||||
* outputs.dynatrace Use dynatrace-metric-utils
|
||||
* parsers.json_v2 Update json_v2 parser to handle null types
|
||||
* inputs.sql Fix import of sqlite and ignore it on all platforms
|
||||
that require CGO.
|
||||
* inputs.kube_inventory Fix connecting to the wrong url
|
||||
* processors.parser Fix segfault
|
||||
* inputs.docker Close all idle connections
|
||||
* inputs.suricata Support new JSON format
|
||||
* outputs.influxdb Fix endless retries
|
||||
* Features
|
||||
* Add named timestamp formats
|
||||
* Allow multiple "--config" and "--config-directory" flags
|
||||
* Config file environment variable can be a URL
|
||||
* common.http Add OAuth2 to HTTP input
|
||||
* outputs.datadog Add HTTP proxy to datadog output
|
||||
* outputs.graphite Allow more characters in graphite tags
|
||||
* processors.strings Add UTF-8 sanitizer
|
||||
* processors.enum Support float64
|
||||
* processors.starlark Support nanosecond resolution timestamp
|
||||
* processors.starlark Add math module
|
||||
* processors.starlark Add an example showing how to obtain IOPS from
|
||||
diskio input
|
||||
* parsers.value Add custom field name config option
|
||||
* parsers.prometheusremotewrite Add starlark script for
|
||||
renaming metrics
|
||||
* inputs.vsphere Add config option for the historical interval
|
||||
duration
|
||||
* inputs.ping Add an option to specify packet size
|
||||
* inputs.sqlserver Added login_name
|
||||
* inputs.dovecot Add support for unix domain sockets
|
||||
* inputs.aliyuncms Add config option list of regions to query
|
||||
* inputs.sqlserver Enable Azure Active Directory (AAD)
|
||||
authentication support
|
||||
* inputs.cloudwatch Add wildcard support in dimensions configuration
|
||||
* inputs.mysql Gather all mysql channels
|
||||
* inputs.logstash Add support for version 7 queue stats
|
||||
* inputs.couchbase Add ~200 more Couchbase metrics via Buckets
|
||||
endpoint
|
||||
* inputs.sqlserver input/sqlserver: Add service and save connection pools
|
||||
* inputs.x509_cert Wildcard support for cert filenames
|
||||
* processors.starlark Add time module
|
||||
* inputs.kinesis_consumer Add content_encoding option with gzip
|
||||
and zlib support
|
||||
* inputs.sqlserver Add an optional health metric
|
||||
* inputs.http_listener_v2 Add support for snappy compression
|
||||
* inputs.cisco_telemetry_mdt Add support for events and class based query
|
||||
* inputs.mongodb Optionally collect top stats
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 17:26:41 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -18,18 +18,18 @@
|
||||
|
||||
%define _config_dir %{_sysconfdir}/%{name}
|
||||
Name: telegraf
|
||||
Version: 1.18.2
|
||||
Version: 1.19.0
|
||||
Release: 0
|
||||
Summary: The plugin-driven server agent for collecting & reporting metrics
|
||||
License: MIT
|
||||
Group: System/Monitoring
|
||||
URL: https://github.com/influxdata/telegraf
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
BuildRequires: git-core
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: golang(API) >= 1.13
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73681d1c6318dfc6261f5f5636f2ed265a05b45912a37879331d851e978e87f1
|
||||
size 21434915
|
3
vendor.tar.xz
Normal file
3
vendor.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11218f0cd27db008a71e5e4c18948903a0b3a5e294880ab8774edf6628da7dd8
|
||||
size 16517720
|
Loading…
Reference in New Issue
Block a user