telegraf 1.22.3+ds1-0ubuntu2 source package in Ubuntu
Changelog
telegraf (1.22.3+ds1-0ubuntu2) lunar; urgency=medium * d/rules: Don't run dh_dwz. golang/1.19 compresses debug symbols itself. (LP: #2002369) -- Sergio Durigan Junior <email address hidden> Thu, 12 Jan 2023 15:55:31 -0500
Upload details
- Uploaded by:
- Sergio Durigan Junior
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Server Team
- Architectures:
- any
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | net | |
Lunar | release | universe | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
telegraf_1.22.3+ds1.orig.tar.xz | 21.8 MiB | bf4c76199315c0b0071a35ef5a15f983f05c67a99db88e640866e84b1c9e2f30 |
telegraf_1.22.3+ds1-0ubuntu2.debian.tar.xz | 15.7 KiB | a9f48e24830d26718a4262a34a73a610c911e9fb5c27502bbc4962809bf325a8 |
telegraf_1.22.3+ds1-0ubuntu2.dsc | 2.1 KiB | 48c48220c0ba60e60468f66bd1eb76a398cf8e848d24afdd6098141ef95c8be3 |
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