Commit graph

  • bfe23298aa
    replace glob matching Wangchong Zhou 2018-09-11 17:31:26 -0700
  • 825b734b3e
    Implement "fsm" match type Wangchong Zhou 2018-07-19 14:57:36 -0700
  • 26846b86b3
    Merge pull request #156 from gbahrani/doc_fix_docker_run_command Matthias Rampke 2018-09-07 13:55:06 +0200
  • 3ba10e2cb5 Fixed docker run command for: 1. Configuration file extension changed from .conf to .yml 2. Added missing dash (-) in statsd-exporter inputs #156 gaurav 2018-09-07 08:25:38 +0000
  • 0e2c3de41e
    Merge d1a8e4b072 into 9480025e61 #152 Costin Manolache 2018-08-31 18:59:19 +0000
  • d1a8e4b072 fix test #152 Costin Manolache 2018-08-31 11:59:07 -0700
  • 2732cbd816 Add 'ip' label containing the IP of the reporter Costin Manolache 2018-08-31 11:23:06 -0700
  • 9480025e61
    Merge pull request #150 from prometheus/mr/maintainer-label Matthias Rampke 2018-08-30 10:38:56 +0200
  • 90b6066252
    Use maintainer label in Dockerfile #150 Matthias Rampke 2018-08-30 08:21:55 +0000
  • 95d60eed01
    Add a note about flag conventions Matthias Rampke 2018-08-28 08:08:00 +0000
  • 0ad6f7e7cb
    Merge pull request #145 from prometheus/mr/improvement-enhancement Matthias Rampke 2018-08-22 11:10:51 +0200
  • 3c74b10043
    Changelog: use ENHANCEMENT #145 Matthias Rampke 2018-08-22 08:18:23 +0000
  • 1870cbb30c
    Fix changelog entry formatting Matthias Rampke 2018-08-22 08:09:39 +0000
  • 82f75d3b9a
    Release v0.7.0 v0.7.0 Matthias Rampke 2018-08-22 07:49:02 +0000
  • 26b2b4c39a
    Merge c862486a46 into 3a6b6ce5d5 #142 Nic Cope 2018-08-21 09:10:40 +0000
  • 3a6b6ce5d5
    Update the README for #141 Matthias Rampke 2018-08-21 08:57:44 +0000
  • e1693708d4
    Add changelog entry for #141 Matthias Rampke 2018-08-21 08:56:11 +0000
  • 88a7eef426
    Merge pull request #141 from negz/master Matthias Rampke 2018-08-21 10:50:29 +0200
  • c862486a46 Label conflicting events by event name #142 Nic Cope 2018-08-20 13:53:41 -0700
  • fcc398a032 Switch to kingpin for flag handling #141 Nic Cope 2018-08-20 13:12:45 -0700
  • 84f1ef33d4
    Merge pull request #140 from prometheus/mr/mapper-package Matthias Rampke 2018-08-15 08:13:32 +0200
  • d9f305b6f2
    Inject the mappings count metric into the library package #140 Matthias Rampke 2018-08-14 09:31:38 +0000
  • 40a13e604f
    Move mapper -> pkg/mapper Matthias Rampke 2018-08-14 09:20:00 +0000
  • 124c5b88d0
    Move mapper to a package Matthias Rampke 2018-08-10 12:28:38 +0000
  • 419e27d284
    Merge pull request #139 from prometheus/mr/changelog-links Matthias Rampke 2018-08-09 14:33:26 +0200
  • 8dbd5e7770
    Make all the PR references in CHANGELOG links #139 Matthias Rampke 2018-08-09 10:11:23 +0000
  • e32ce67fd9
    Add #135 to the changelog Matthias Rampke 2018-08-09 10:09:01 +0000
  • b7657e8399
    Merge pull request #135 from hbagdi/feat/summary-quantiles Matthias Rampke 2018-08-09 11:40:26 +0200
  • 8d1a9e0330
    Break the quantile documentation into a summary-specific paragraph #135 Matthias Rampke 2018-08-09 08:18:39 +0000
  • a144b1f9f7 feat: configurable quantiles for Summaries Harry Bagdi 2018-08-08 19:41:41 -0700
  • 2de398d940
    Merge bff4e0926d into 0ffa3f9865 #120 Thomas Jackson 2018-07-16 07:33:31 +0000
  • 0ffa3f9865
    Add notable unreleased changes to log Matthias Rampke 2018-07-04 10:28:11 +0000
  • c4fb3768ac
    Merge pull request #137 from prometheus/bjk/circle Ben Kochie 2018-07-03 09:46:52 +0200
  • 778ca7f991 Update CircleCI to 2.0 #137 Ben Kochie 2018-06-29 20:58:44 +0200
  • de716d38dc
    Merge 2e4d6a8cc2 into 09e16e7aa9 #119 Matthias Rampke 2018-07-02 15:51:04 +0000
  • 09e16e7aa9
    Merge pull request #136 from westphahl/match-metric-type Matthias Rampke 2018-07-02 15:22:54 +0000
  • 8971b30a76
    Merge pull request #134 from simonpasquier/use-makefile-common Ben Kochie 2018-06-18 14:35:33 +0200
  • 79fa36fe39 Sync Makefile.common from prometheus #134 Simon Pasquier 2018-06-18 14:05:04 +0200
  • d7357a2173 Adapt mapper test to changed signature #136 Simon Westphahl 2018-06-15 14:25:04 +0200
  • b2423c56a5 Update readme regarding metric type matching Simon Westphahl 2018-06-15 11:10:55 +0200
  • 568f744f2e Tests for metric type mapping config Simon Westphahl 2018-06-14 14:27:28 +0200
  • b6c7e863d3 Allow mappings to match on metric types Simon Westphahl 2018-06-14 08:34:44 +0200
  • 4a9cde8cef travis: switch to Go 1.10.x and 1.x Simon Pasquier 2018-05-23 14:04:34 +0200
  • 27f07a6516 Use Makefile.common from Prometheus Simon Pasquier 2018-05-23 12:38:30 +0200
  • 16865d75b7
    Merge pull request #126 from yuiofthesun/avoid-regex-panic Matthias Rampke 2018-02-23 09:31:02 +0100
  • 7e86bcaa92 Avoid panic from compiling user supplied regex #126 Katharina Dankert 2018-02-22 23:15:30 +0100
  • d1f7ca4239 Fix the test for bad regexes Katharina Dankert 2018-02-22 23:44:09 +0100
  • 7507eb18f9
    Merge ab8b1f13bf into 745e53700f #123 Marcos Nils 2018-02-06 04:06:18 +0000
  • ab8b1f13bf Set counters instead of adding them #123 Marcos Lilljedahl 2018-02-05 23:52:30 -0300
  • 745e53700f
    Merge pull request #121 from prometheus/brian-brazil-patch-1 Matthias Rampke 2018-01-30 21:19:25 +0100
  • fbbd6452c6
    Update a few Bridges we missed to Exporter #121 Brian Brazil 2018-01-30 20:01:29 +0000
  • bff4e0926d Clarify CLI flag #120 Thomas Jackson 2018-01-27 14:05:36 -0800
  • ae87a4edbc Add separate metrics endpoint for internal vs statsd metrics Thomas Jackson 2017-11-12 15:45:19 -0800
  • ef058b7612 Update client_golang dep Thomas Jackson 2017-11-12 15:34:44 -0800
  • 6ad7bb9a02 Initial Implementation of MetricsRegistry Thomas Jackson 2017-07-20 12:21:56 -0700
  • 2e4d6a8cc2
    Remove the channel-based benchmark generator #119 Matthias Rampke 2018-01-27 21:20:20 +0000
  • f487bf66ff Fix benchmark matching for != 4 cores Matthias Rampke 2018-01-27 20:56:40 +0000
  • d2b0166806
    Add script to benchmark and profile Matthias Rampke 2018-01-27 20:34:11 +0000
  • b39bf3c480
    Reduce memory consumption of benchmarks Matthias Rampke 2018-01-27 20:06:56 +0000
  • a8459218c6
    Add histogram and summary benchmarks Matthias Rampke 2018-01-27 20:06:31 +0000
  • a87bce0359
    Add the same benchmark, but for counters Matthias Rampke 2018-01-27 19:40:11 +0000
  • 5b81090f3a
    Simplify the benchmark setup Matthias Rampke 2018-01-27 19:34:26 +0000
  • 871fe2414a
    Fix printf type in metric name/label generation Matthias Rampke 2018-01-27 17:33:08 +0000
  • 20ba78c906
    Remove the tiniest test cases Matthias Rampke 2018-01-27 17:21:05 +0000
  • 2d47515cd6
    Fix generator benchmark panic due to closing a closed channel Matthias Rampke 2018-01-27 17:17:51 +0000
  • 1047853d56
    Reduce the benchmark setup time Matthias Rampke 2018-01-27 16:22:13 +0000
  • 67471afe5b
    Re-implement histogram mock in test Matthias Rampke 2018-01-27 16:07:11 +0000
  • 0bb2240d57
    govendor update client_golang Matthias Rampke 2018-01-27 15:38:15 +0000
  • 8eea677aa1
    govendor update client_golang Matthias Rampke 2018-01-27 15:37:08 +0000
  • 6e0870597b
    Add more extreme test cases Matthias Rampke 2018-01-27 15:30:46 +0000
  • a710533e43
    Fix tests Matthias Rampke 2018-01-27 15:22:44 +0000
  • 310cb3c26b
    WIP one metric object per metric name Matthias Rampke 2018-01-27 14:57:25 +0000
  • 3d3820ad18
    Keep one global list of test cases Matthias Rampke 2018-01-27 14:30:37 +0000
  • 0cd7ffc0da
    Add high-cardinality test cases Matthias Rampke 2018-01-27 14:23:24 +0000
  • 5a9bc772e7
    Add a benchmark for Gather()ing the metrics Matthias Rampke 2018-01-27 14:18:25 +0000
  • edb0719309 Merge ca1f17bc48 into 76f5f422b4 #74 Thomas Jackson 2018-01-18 08:12:34 +0000
  • 76f5f422b4
    Merge pull request #118 from prometheus/grobie/readme-metrics-naming Matthias Rampke 2018-01-18 09:12:20 +0100
  • c11d1e9cf2 Use _total suffix for counters #118 Tobias Schmidt 2018-01-18 00:48:42 +0100
  • 3fd85c92fc
    Actually update the version v0.6.0 Matthias Rampke 2018-01-17 17:42:46 +0000
  • 17524907f7
    Release v0.6.0 Matthias Rampke 2018-01-17 17:25:55 +0000
  • 9f409ad982
    Add changelog entry for #117 Matthias Rampke 2018-01-17 17:09:51 +0000
  • 8608d9db40
    Fix double-plural Matthias Rampke 2018-01-17 17:08:09 +0000
  • 9180cd3afd
    Merge pull request #117 from erickpintor/dynamic-metric-name Matthias Rampke 2018-01-17 18:09:07 +0100
  • f058f3aa33 document metric name and labels names unique set #117 Erick Pintor 2018-01-17 14:31:01 -0200
  • 515ae0ee89 document metric name templating for regex matches Erick Pintor 2018-01-17 14:30:40 -0200
  • 27ee4050c4 allow for dynamic metric name Erick Pintor 2018-01-16 11:16:15 -0200
  • d96145e47f
    Start changelog for next version Matthias Rampke 2018-01-08 18:36:31 +0000
  • 25c9946cf3
    Merge pull request #115 from bakins/bakins/match-actions Matthias Rampke 2018-01-08 18:32:44 +0000
  • 6738c909a5 Add drop action for matches #115 Brian Akins 2018-01-02 17:21:50 -0500
  • a794d58413
    Fix incorrect --help output in README Matthias Rampke 2017-11-29 14:20:24 +0000
  • 3523ac00b8
    Update Changelog title Matthias Rampke 2017-11-16 15:25:42 +0000
  • 1fa2dff843
    Preparation for v0.5.0 release (#108) v0.5.0 Matthias Rampke 2017-11-16 16:22:02 +0100
  • 50a5c3e5f7 Formatting and typo fixes #108 Brian Akins 2017-11-16 08:18:16 -0500
  • a4c9927b89 Add example for config file. Rearrange list of changes Brian Akins 2017-11-15 07:03:40 -0500
  • d9db83b9be
    Merge pull request #106 from prometheus/mr/rework-sample-counters Matthias Rampke 2017-11-15 09:42:46 +0100
  • 143a588871 Preperation for v0.5.0 release Brian Akins 2017-11-14 11:04:52 -0500
  • 520e51e6ff
    Merge pull request #101 from bakins/bakins/metric-name Matthias Rampke 2017-11-13 14:24:54 +0100
  • e58bf8e1ca Set name in mapping, rather than from special label with key 'name' #101 Brian Akins 2017-11-13 07:21:29 -0500
  • ca1f17bc48 Add separate metrics endpoint for internal vs statsd metrics #74 Thomas Jackson 2017-11-12 15:45:19 -0800
  • 43b1df89d9 Update client_golang dep Thomas Jackson 2017-11-12 15:34:44 -0800