telegraf 1.21.4+ds1-0ubuntu2 source package in Ubuntu
Changelog
telegraf (1.21.4+ds1-0ubuntu2) jammy; urgency=medium * Temporarily allow SHA1 certs in test cases only to fix tests with Go 1.18 * Fix redundant newlines in test data passed to fmt.Fprintln -- William 'jawn-smith' Wilson <email address hidden> Thu, 17 Mar 2022 11:28:18 -0500
Upload details
- Uploaded by:
- William Wilson
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Server Team
- Architectures:
- any
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
telegraf_1.21.4+ds1.orig.tar.xz | 21.2 MiB | 90f7b3896c73f3543b4e26f84fa29c64f908fa0f36d0e2a196f0a5898552924a |
telegraf_1.21.4+ds1-0ubuntu2.debian.tar.xz | 16.8 KiB | 5376dde6883bdf231d24888a61a1647d8b8654b8e7acc78745c189da018f2976 |
telegraf_1.21.4+ds1-0ubuntu2.dsc | 2.1 KiB | a383f2935295292969237dd0e2f085842a48d0018f203113ee0d36fc4c9c72e8 |
Available diffs
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