Accepting request 758640 from devel:languages:go

Add changelog entry add 0001-Generic-SQL-output-plugin-for-Telegraf.patch
drop feature_passive_amqp_exchange.patch contemporaneous to OBS change
devel:languages:go/telegraf r7 (forwarded request 758639 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/758640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegraf?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-12-21 11:30:35 +00:00 committed by Git OBS Bridge
commit 18b4793baf
5 changed files with 67 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d975ce01fc9cdc02d4f3369f20b8a761933065a2261ad39f340a062d4744b8bc
size 1560930

3
telegraf-1.12.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b585c985f06ff9cfd7fdbf19df34e409385729e8ea29c84a76f1a0762a46014e
size 1566347

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f5409f0b38c8686dfac8b44750dd510f2aa4a04398739d5b9cfeecaed082bd9
size 96785916
oid sha256:cb83a2af73301ec953ba5df3bebc1dc54cd6b1e2e531fe14bd39cdcd553b675c
size 97581456

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Wed Dec 18 21:56:52 UTC 2019 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to release 1.12.6
Refs boo#1159288 SLES customer request for updated version
* v1.12.6 [2019-11-19]
* telegraf#6666: Fix many plugin errors are logged at debug logging level
* telegraf#6652: Use nanosecond precision in docker_log input
* telegraf#6642: Fix interface option with method = native in ping input
* telegraf#6680: Fix panic in mongodb input if shard connection pool stats are unreadable (telegraf#6680)
* v1.12.5 [2019-11-12]
* telegraf#6576: Fix incorrect results in ping input plugin
* telegraf#6610: Add missing character replacement to sql_instance tag
* telegraf#6337: Change no metric error message to debug level in cloudwatch input
* telegraf#6602: Add missing ServerProperties query to sqlserver input docs
* telegraf#6643: Fix mongodb connections_total_created field loading
* telegraf#6627: Fix metric creation when node is offline in jenkins input
* telegraf#6649: Fix docker uptime_ns calculation when container has been restarted
* telegraf#6647: Fix mysql field type conflict in conversion of gtid_mode to an integer
* telegraf#5529: Fix mysql field type conflict with ssl_verify_depth and ssl_ctx_verify_depth
* v1.12.4 [2019-10-23]
* telegraf#6521: Fix metric generation with ping input native method
* telegraf#6541: Exclude alias tag if unset from plugin internal stats
* telegraf#6564: Fix socket_mode option in powerdns_recursor input
* v1.12.3 [2019-10-07]
* telegraf#6445: Use batch serialization format in exec output
* telegraf#6464: Use case insensitive serial numer match in smart input
* telegraf#6469: Add auth header only when env var is set
* telegraf#6468: Fix running multiple mysql and sqlserver plugin instances
* telegraf#6471: Fix database routing on retry with exclude_database_tag
* telegraf#6488: Fix logging panic in exec input with nagios data format
* v1.12.2 [2019-09-24]
* telegraf#6386: Fix detection of layout timestamps in csv and json parser
* telegraf#6394: Fix parsing of BATTDATE in apcupsd input
* telegraf#6398: Keep boolean values listed in json_string_fields
* telegraf#6393: Disable Go plugin support in official builds
* telegraf#6391: Fix path handling issues in cisco_telemetry_gnmi
* v1.12.1 [2019-09-10]
* telegraf#6344: fix depends on glibc_2.14 symbol version
* telegraf#6329: fix filecount for paths with trailing slash
* telegraf#6331: convert check state to an integer in icinga2 input
* telegraf#6354: fix could not mark message delivered error in kafka_consumer
* telegraf#6362: skip collection stats when disabled in mongodb input
* telegraf#6366: fix error reading closed response body on redirect in http_response
* telegraf#6373: fix apcupsd documentation to reflect plugin
* telegraf#6375: display retry log message only when retry after is received
-------------------------------------------------------------------
Tue Sep 10 07:46:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
@ -137,6 +184,17 @@ Thu Nov 15 08:01:18 UTC 2018 - <nsinger@suse.com>
- Include systemd service file from upstream
- Drop feature_passive_amqp_exchange.patch
* Changelog entry tracking dropped patch retroactively added
by Jeff Kowalczyk <jkowalczyk@suse.com> contemporaneous to
OBS change devel:languages:go/telegraf r7
- Add 0001-Generic-SQL-output-plugin-for-Telegraf.patch
* Plugin inserts metric values to databases: mssql, mysql, postgres
* Changelog entry tracking carried patch retroactively added
by Jeff Kowalczyk <jkowalczyk@suse.com> contemporaneous to
OBS change devel:languages:go/telegraf r7
-------------------------------------------------------------------
Thu Nov 1 07:54:17 UTC 2018 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>

View File

@ -1,7 +1,7 @@
#
# spec file for package telegraf
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,18 +17,18 @@
Name: telegraf
Version: 1.12.0
Version: 1.12.6
Release: 0
Summary: The plugin-driven server agent for collecting & reporting metrics
License: MIT
Group: System/Monitoring
Url: https://github.com/influxdata/telegraf
URL: https://github.com/influxdata/telegraf
Source: %{name}-%{version}.tar.gz
# run dep ensure --vendor-only (in a container)
Source1: %{name}-deps.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: git-core
BuildRequires: go >= 1.7
BuildRequires: go >= 1.12
BuildRequires: golang-packaging
BuildRequires: systemd-rpm-macros
%{?systemd_ordering}