telegraf 1.21.2+ds1-0ubuntu1 source package in Ubuntu

Changelog

telegraf (1.21.2+ds1-0ubuntu1) jammy; urgency=medium

  * New upstream version 1.21.2+ds1 (LP: #1957596)
  * d/control: Bump Standards-Version to 4.6.0.1.
  * d/copyright: Update.
  * d/s/lintian-overrides: New override to silence a false-positive.
    Lintian is flagging that one of the vendorized modules uses a non-free
    license (JSON license).  This is actually not accurate; the license is
    mentioned in the LICENSE.txt file, but not used in any of the source
    files distributed with the module.

 -- Sergio Durigan Junior <email address hidden>  Wed, 12 Jan 2022 18:25:20 -0500

Upload details

Uploaded by:
Sergio Durigan Junior
Uploaded to:
Jammy
Original maintainer:
Ubuntu Server Team
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
telegraf_1.21.2+ds1.orig.tar.xz 19.2 MiB a02dd27ac3656e30271b16eef07ecc9fde365aa48cb71d1856b190fd090a7135
telegraf_1.21.2+ds1-0ubuntu1.debian.tar.xz 15.6 KiB d3bea92236d1eedd9e4e7f9174df530c345a5b004d3574e95d7397e10870eaf4
telegraf_1.21.2+ds1-0ubuntu1.dsc 2.1 KiB 04ff3835fe260e4e15d8325db674d0d3397faac1b1d45cf42c58e9b8b217fdc1

View changes file

Binary packages built by this source

telegraf: Plugin-driven server agent for collecting & reporting metrics

 Telegraf is an agent for collecting, processing, aggregating, and
 writing metrics.
 .
 Design goals are to have a minimal memory footprint with a plugin
 system so that developers in the community can easily add support for
 collecting metrics.
 .
 Telegraf is plugin-driven and has the concept of 4 distinct plugin
 types:
 .
  1. Input Plugins collect metrics from the system, services, or 3rd
     party API
 .
  2. Processor Plugins transform, decorate, and/or filter metrics
 .
  3. Aggregator Plugins create aggregate metrics (e.g. mean, min, max,
     quantiles, etc.)
 .
  4. Output Plugins write metrics to various destinations

telegraf-dbgsym: debug symbols for telegraf