Debian Package Tracker
Register | Log in
Subscribe

prometheus-trafficserver-exporter

Prometheus exporter for Apache Traffic Server

Choose email to subscribe with

general
  • source: prometheus-trafficserver-exporter (main)
  • version: 0.3.2-1
  • maintainer: Emanuele Rocca (DMD) (LowNMU)
  • uploaders: Valentin Gutierrez [DMD]
  • arch: all
  • std-ver: 4.4.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 0.2.0-1
  • stable: 0.3.2-1
  • testing: 0.3.2-1
  • unstable: 0.3.2-1
versioned links
  • 0.2.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.3.2-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • prometheus-trafficserver-exporter
action needed
27 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 7dfc60a1fa2ab672756d2b90e88aa5a4d282cc06
Author: Emanuele Rocca <ema@debian.org>
Date:   Mon Sep 2 11:38:20 2019 +0200

    Upload 0.3.2-1 to unstable

commit 2ea698e38016deec341dfc6045af361f2b4d37b4
Author: Greg Dallavalle <greg.dallavalle@gmail.com>
Date:   Thu May 23 23:58:36 2019 -0500

    Bump version: 0.3.1 → 0.3.2

commit e0de5efe45d2dd57eebfe445ab47e42debcd5623
Author: Greg Dallavalle <greg.dallavalle@gmail.com>
Date:   Thu May 23 23:57:50 2019 -0500

    Fix tests, drop flake8

commit fd7a6d833b3040fa19f78b431b4c4ec6e9158cb3
Author: Greg Dallavalle <greg.dallavalle@gmail.com>
Date:   Thu May 23 23:42:42 2019 -0500

    Bump version: 0.3.0 → 0.3.1

commit 4674c0778b674ab2d3ca944f7f3b50a9e86dfb51
Author: Greg Dallavalle <greg.dallavalle@gmail.com>
Date:   Thu May 23 23:38:13 2019 -0500

    Format with black/isort

commit b300c546658ab3241cda9d09a27b8788ea1d0e39
Author: Greg Dallavalle <greg.dallavalle@gmail.com>
Date:   Thu May 23 23:37:09 2019 -0500

    Test expected metric output, use session

commit fdac15608442962aaba59c49da6cc08ca0b3b5df
Author: Greg Dallavalle <greg.dallavalle@gmail.com>
Date:   Mon May 13 19:02:47 2019 -0500

    Bump version: 0.2.3 → 0.3.0

commit f852e0089795a7d837049b484a64bef9aab91607
Author: Valentin Gutierrez <vgutierrez@wikimedia.org>
Date:   Fri May 3 18:18:45 2019 +0200

    Introduce a metrics yaml config file
    
    Currently a commit is needed to add a new metric. A lot of them can be
    set using a config file instead of programmatically.

commit f348414b35ee558a2d5d78ebedda0c70add9ce0e
Merge: 80904e1 768c8b8
Author: Valentin Gutierrez <vgutierrez@wikimedia.org>
Date:   Thu Aug 29 14:12:19 2019 +0000

    Merge branch 'version-0.3.2' into 'master'
    
    New upstream version 0.3.2
    
    See merge request debian/prometheus-trafficserver-exporter!2

commit 768c8b89f95987b6427daf1017ee6c1eb743d7d5
Author: Valentin Gutierrez <vgutierrez@wikimedia.org>
Date:   Wed Aug 28 18:38:24 2019 +0800

    New upstream version 0.3.2

commit 80904e17c70f86b99104f84482cdde85ad82e7a1
Author: Greg Dallavalle <greg.dallavalle@gmail.com>
Date:   Fri May 3 08:54:32 2019 -0500

    Bump version: 0.2.2 → 0.2.3

commit e597912494a4df29116c136c033e001416f9b51b
Author: Valentin Gutierrez <vgutierrez@wikimedia.org>
Date:   Fri May 3 15:18:38 2019 +0200

    Allow skipping SSL verification
    
    In some scenarios where trafficserver is configured to serve TLS traffic
    is not easy to provide a certificate that matches https://localhost.
    Skipping SSL verification allows fetching the _stats endpoint in those
    environments.

commit 7c352ebcdb4fcbb630780017840a514ca56f42d1
Author: Greg Dallavalle <greg.dallavalle@gmail.com>
Date:   Mon Dec 17 09:34:21 2018 -0600

    Bump version: 0.2.1 → 0.2.2

commit 94380d94b2e8b8128a8c8a748422458df175e6e2
Author: Emanuele Rocca <ema@wikimedia.org>
Date:   Tue Dec 11 17:45:04 2018 +0100

    Add direntries and request/response metrics
    
    Add the following metrics:
    
    - trafficserver_responses_incoming_total
    - trafficserver_requests_outgoing_total
    - trafficserver_cache_direntries
    - trafficserver_cache_used_direntries

commit 32e6445f3522e5c90f5a6d3b504c0a1308969474
Author: Greg Dallavalle <greg.dallavalle@gmail.com>
Date:   Fri Dec 7 09:57:31 2018 -0600

    Bump version: 0.2.0 → 0.2.1

commit f8c1cbe9797b41fe74ed7938dfbb39a84272fba5
Author: Emanuele Rocca <ema@wikimedia.org>
Date:   Fri Dec 7 11:38:30 2018 +0100

    Swap bytes total/used in cache available/used metrics
    
    The right value for trafficserver_cache_avail_size_bytes_total is
    bytes_total, while for trafficserver_cache_used_bytes_total it is
    bytes_used.

commit fc83ccb984f067b74b40cf9ea863daff1c579768
Merge: c9a086b b6197a5
Author: Emanuele Rocca <ema@debian.org>
Date:   Tue May 7 09:54:06 2019 +0000

    Merge branch 'version-0.2.3' into 'master'
    
    New upstream version 0.2.3
    
    See merge request debian/prometheus-trafficserver-exporter!1

commit b6197a583555b04b9037f4a1e71581dd8eb3db8c
Author: Valentin Gutierrez <vgutierrez@wikimedia.org>
Date:   Tue May 7 11:41:44 2019 +0200

    New upstream version 0.2.3

commit c9a086b750416a80446cd08032dcf5b5f81cc057
Author: Emanuele Rocca <ema@debian.org>
Date:   Tue Oct 30 12:00:26 2018 +0100

    Release 0.2.0-1
    
    - New upstream version
    - Drop patch 0001-user_agents_total_transactions_count-float.patch, added
      upstream
    - Rename binary to prometheus-trafficserver-exporter
    - Use https protocol in Format field

commit 4669ac0fc49909c8efb050e4956af1cc6fab4ad7
Merge: 8575fdc 8b4a5fe
Author: Emanuele Rocca <ema@debian.org>
Date:   Tue Oct 30 11:15:58 2018 +0100

    Merge branch 'upstream'

commit 8575fdcf142d008c08d964907761f615267cef3b
Author: Ondřej Nový <onovy@debian.org>
Date:   Mon Oct 1 09:36:33 2018 +0200

    d/copyright: Use https protocol in Format field

commit 6661a577a68d583c40fadd189f16b5a10ccfde94
Author: Emanuele Rocca <ema@debian.org>
Date:   Wed Aug 22 16:07:06 2018 +0200

    Set Standards-Version to 4.2.0

commit f80c59f9153a11914b344553b7662523d3ac433f
Author: Emanuele Rocca <ema@debian.org>
Date:   Wed Aug 22 15:54:03 2018 +0200

    Add man page

commit 7de636fede8b6e1694bacd6dc4220f4e43ace7f5
Author: Emanuele Rocca <ema@debian.org>
Date:   Wed Aug 22 15:46:33 2018 +0200

    Add 0001-user_agents_total_transactions_count-float.patch

commit ec758fe36ab76de81467fae5de2f48c509004e20
Author: Emanuele Rocca <ema@debian.org>
Date:   Wed Aug 22 15:45:02 2018 +0200

    Add ITP bug number and improve long description

commit f84717970c364d22b23d738a3034c9f0e3f4138f
Author: Emanuele Rocca <ema@debian.org>
Date:   Wed Aug 22 14:50:11 2018 +0200

    Add Apache-2.0 license text to debian/copyright

commit a5e6cf521f37b4da5c182d42d5c4c82133ee877a
Author: Emanuele Rocca <ema@debian.org>
Date:   Tue Aug 21 17:01:16 2018 +0200

    Initial release
Created: 2018-08-28 Last update: 2022-05-26 19:05
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.1 instead of 4.4.0).
Created: 2019-09-29 Last update: 2022-05-11 23:25
news
[rss feed]
  • [2019-09-07] prometheus-trafficserver-exporter 0.3.2-1 MIGRATED to testing (Debian testing watch)
  • [2019-09-02] Accepted prometheus-trafficserver-exporter 0.3.2-1 (source) into unstable (Emanuele Rocca)
  • [2019-05-07] Accepted prometheus-trafficserver-exporter 0.2.3-1 (source all) into experimental (Valentin Gutierrez) (signed by: Emanuele Rocca)
  • [2018-11-04] prometheus-trafficserver-exporter 0.2.0-1 MIGRATED to testing (Debian testing watch)
  • [2018-10-30] Accepted prometheus-trafficserver-exporter 0.2.0-1 (source all) into unstable (Emanuele Rocca)
  • [2018-09-03] prometheus-trafficserver-exporter 0.0.2-1 MIGRATED to testing (Debian testing watch)
  • [2018-08-28] Accepted prometheus-trafficserver-exporter 0.0.2-1 (source all) into unstable, unstable (Emanuele Rocca)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, clang, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.3.2-1

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing