mtail 3.0.0~rc1+git20170727.6db685b-1 source package in Ubuntu

Changelog

mtail (3.0.0~rc1+git20170727.6db685b-1) unstable; urgency=medium

  * New upstream snapshot.
  * Add watch file, now that upstream is doing releases (some times).
  * debian/gbp.conf: Add builder defaults.
  * debian/control: Update Standards-Version (no changes).
  * debian/control: Mark package as autopkgtest-able.
  * debian/patches: Add patch to force the use of installed goyacc.
  * Vendor in the go-test/deep library to avoid adding a tiny package to
    the archive.

 -- Martín Ferrari <email address hidden>  Sun, 30 Jul 2017 16:30:48 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mtail_3.0.0~rc1+git20170727.6db685b-1.dsc 2.3 KiB c4474784f684290b647cad01b04dfa3d125ace56fd877dd16625fe2412426bcc
mtail_3.0.0~rc1+git20170727.6db685b.orig.tar.gz 397.4 KiB 4cde0206b59128e332ff3086bda834c830c3cc45ba6a3fb0dd36d392b4a26440
mtail_3.0.0~rc1+git20170727.6db685b-1.debian.tar.xz 10.1 KiB bb912703f10e1a7cc88420074a7519b147026bc85908a3c18b23c5fce46586fa

No changes file available.

Binary packages built by this source

mtail: Extract monitoring data from logs for collection in a timeseries database

 Mtail is a tool for extracting metrics from application logs to be exported
 into a timeseries database or timeseries calculator for alerting and
 dashboarding.
 .
 It aims to fill a niche between applications that do not export their own
 internal state, and existing monitoring systems, without patching those
 applications or rewriting the same framework for custom extraction glue code.
 .
 Metrics are exported for scraping by a collector as JSON or Prometheus format
 over HTTP, or can be periodically sent to a collectd, StatsD, or Graphite
 collector socket.

mtail-dbgsym: debug symbols for mtail