Commit graph

  • 3048412df6 Add YAML config file and ability to set histograms Brian Akins 2017-03-12 21:11:05 -0400
  • df926ae85a Add yaml dependency Brian Akins 2017-03-12 19:46:36 -0400
  • 03335d91cf Merge pull request #65 from GentlemanJ/master Julius Volz 2017-03-10 12:27:02 +0100
  • 9cd4b974e4 consensed if/else statement #65 Justin Reid 2017-03-09 17:39:20 -0700
  • 3efcef6229 Simplified inc/dec logic based on PR feedback. Justin Reid 2017-03-09 17:35:29 -0700
  • 7fc8727306 Added increment/decrement support to Gauges Now passing the value as a string (with operation prefix) through to build event so that Listen() can modify the gauge metric appropriately Justin Reid 2017-03-09 15:50:06 -0700
  • 446b7e6d44 Handle invalid mapping config files (#61) Ville Törhönen 2017-02-24 17:48:05 +0200
  • 811bc38fcb As suggested by @grobie, we should give an error when a terminating newline is missing. Updated tests accordingly. #61 Ville Törhönen 2017-02-24 12:54:35 +0200
  • 7c990945a9 Added another test case where multiple definitions are given without a final terminating newline. Ville Törhönen 2017-02-22 21:51:22 +0200
  • 243f1e023d Added mapper test for config files without a terminating newline. Ville Törhönen 2017-02-22 21:42:32 +0200
  • 36e50e1738 Update mapping, if we are reading the last line of the file. Otherwise we will append the mapping and lose the last label. Since we are updating the mapping in two different places a 'updateMapping' function was introduced. Ville Törhönen 2017-02-22 21:41:10 +0200
  • be93ecb938 When a terminating newline is missing from the metric mapping configuration file, the last definition is not parsed at all. After this change the last 'METRIC_DEFINITION' in the file is equivalent to a newline (either between definitions or as the terminating newline). Ville Törhönen 2017-02-22 19:57:49 +0200
  • 0285d7b4a7 Merge pull request #60 from prometheus/beorn7/meta Julius Volz 2017-02-16 21:12:29 +0100
  • 109b5ad053 Replace AUTHORS.md by an updated MAINTAINERS.md #60 beorn7 2017-02-16 20:19:09 +0100
  • b1f3e6d7be Merge pull request #58 from nordicdyno/master Tobias Schmidt 2017-02-11 17:23:29 -0500
  • 6ac8203d40 http listener: log and fail on ListenAndServe error #58 nordicdyno 2017-02-10 15:35:38 +0300
  • 4eec0ae77c Fix packet counting #54 Tristan Colgate 2016-10-11 14:16:54 +0100
  • 5a9d2f996a Merge pull request #52 from prometheus/sdurrheimer-circle-use-base-image-for-tests Steve Durrheimer 2016-09-09 11:21:35 +0200
  • c1f2d12554
    circle: add tag v-prefix #52 Steve Durrheimer 2016-09-09 08:40:28 +0200
  • 24eab4e35a
    Use golang-builder base image for tests in CircleCI Steve Durrheimer 2016-09-09 08:34:16 +0200
  • 022c10fe0c Merge pull request #51 from prometheus/sdurrheimer-use-promu-default-go-version Tobias Schmidt 2016-08-31 12:02:09 +0200
  • 8bf751d4e3
    Use promu default go version + use 1.6 tag for cicleci tests #51 Steve Durrheimer 2016-08-31 08:05:49 +0200
  • 35828e29e9 Merge pull request #50 from Jimdo/drop_invalid_utf8 Tobias Schmidt 2016-07-27 16:53:34 -0400
  • 237499eced Add a benchmark for handlePacket #50 Ilya Margolin 2016-07-22 17:19:00 +0200
  • 1fbc392800 Remove unintended changes Ilya Margolin 2016-07-21 17:55:47 +0200
  • bb4e42068f Skip metrics with invalid utf8 Ilya Margolin 2016-07-15 16:05:47 +0200
  • 0c8b644ee1 Merge pull request #48 from haguenau/tolerate-broken-metrics Tobias Schmidt 2016-05-19 12:51:36 -0400
  • 56f65c4870 Don't panic on empty metric names or components #48 David Haguenauer 2016-05-19 09:17:36 -0400
  • 00f56b3809
    Remove unused Makefile.COMMON file Steve Durrheimer 2016-05-14 21:15:13 +0200
  • e00d9e84aa Merge pull request #45 from prometheus/fish/release-0.3.0 0.3.0 Johannes 'fish' Ziemke 2016-05-05 10:23:59 -0700
  • cc3025a1f9 Release 0.3.0 #45 Johannes 'fish' Ziemke 2016-05-05 01:45:38 +0200
  • dcb67944be Merge pull request #46 from prometheus/sdurrheimer/fix-circleci-flanky-go-get Ben Kochie 2016-05-05 06:52:44 -0700
  • 7a76b03aa7
    Change the test docker image tag to match promu golang version #46 Steve Durrheimer 2016-05-05 12:14:31 +0200
  • 246008307f
    Fix CircleCI problems during go get promu Steve Durrheimer 2016-05-05 12:14:07 +0200
  • 1710048a70 Merge pull request #44 from prometheus/fish/use-version-package Johannes 'fish' Ziemke 2016-05-04 14:36:27 -0700
  • 03fde8f3ba Use common/version and common/log packages #44 Johannes 'fish' Ziemke 2016-05-04 21:16:17 +0200
  • 4d22a721eb Fix parameter to NewExporter in test Johannes 'fish' Ziemke 2016-05-03 23:45:17 +0200
  • 61f4c6e926 Merge pull request #42 from prometheus/fish/new-build Johannes 'fish' Ziemke 2016-05-03 14:24:03 -0700
  • cdeb0c9743 Use promu/docker/circleci based release process #42 Johannes 'fish' Ziemke 2016-01-24 23:38:06 +0100
  • e26a5e4728 Add Version variable Johannes 'fish' Ziemke 2016-05-03 19:16:44 +0200
  • 1f1c0f7030 Merge pull request #43 from prometheus/fish/vendor-all-the-things Johannes 'fish' Ziemke 2016-05-03 11:25:23 -0700
  • a78a6d2635 Vendor dependencies #43 Johannes 'fish' Ziemke 2016-05-03 19:25:23 +0200
  • dd0b68f2d8 Merge pull request #41 from prometheus/fish/fix-metric-suffix Johannes 'fish' Ziemke 2016-05-03 09:54:20 -0700
  • dacfb3f1be Drop _count suffix for loaded_mappings metric #41 Johannes 'fish' Ziemke 2016-05-03 18:48:49 +0200
  • 8e43fc2654 Merge pull request #37 from prometheus/fish/remove-auto-suffixes Johannes 'fish' Ziemke 2016-05-03 09:46:59 -0700
  • ba9c37eb20 Merge pull request #40 from Jimdo/dogstats-extensions-squashed Tobias Schmidt 2016-05-03 12:42:38 -0400
  • 3d0ccb9ed5 Count events for which no mapping was found #37 Johannes 'fish' Ziemke 2016-05-02 21:19:46 +0200
  • 0b792e0be6 DogStatsD: review changes #40 Ilya Margolin 2016-04-23 23:50:41 +0200
  • 8f36baf045 sanitize tag keys Daniel Bonkowski 2016-03-07 15:33:41 +0100
  • f031e30721 Add flag to disable metric type suffixes Johannes 'fish' Ziemke 2016-05-02 20:53:00 +0200
  • 9ad9ffd8ea Merge 02e6a654ff into 60dbb43e8a #34 Ilya Margolin 2016-04-30 14:52:28 +0000
  • 02e6a654ff DogStatsD: remove support for valueless tags #34 Ilya Margolin 2016-04-30 16:46:43 +0200
  • 36d0f008db Fix dogstatsd tags with multiple colons Ilya Margolin 2016-04-30 16:10:53 +0200
  • 60dbb43e8a Merge pull request #36 from prometheus/increase-udp-buf Julius Volz 2016-04-29 18:13:07 +0200
  • c9baaf5ba1 Increase receivable UDP datagram size to 65535 bytes. #36 Julius Volz 2016-04-29 11:49:55 +0200
  • e69ae48134 Fix tl;dr for DogStatsD protocol Ilya Margolin 2016-04-25 18:28:42 +0200
  • 71dbe88ba8 Move declaration closer to usage Ilya Margolin 2016-04-24 21:46:14 +0200
  • 0e975ee2f3 Change default dogstatsd tag value to <n/a> Ilya Margolin 2016-04-24 21:36:09 +0200
  • 237edaee36 Extract function: parseDogStatsDTagsToLabels Ilya Margolin 2016-04-24 18:44:59 +0200
  • 515e417767 Formatting Ilya Margolin 2016-04-24 18:29:33 +0200
  • 1fbd73b1fc Mention DogStatsD extensions in the README Ilya Margolin 2016-04-23 23:50:41 +0200
  • 121026ae3d Merge pull request #33 from klobucar/warn-on-negative Julius Volz 2016-04-01 20:00:49 +0200
  • 494cc38bf8 Don't panic when negative number counter is submitted. #33 Jonathon Klobucar 2016-03-29 18:55:14 -0700
  • 85384f7bc6 Merge pull request #32 from SuperQ/master 0.2.0 Ben Kochie 2016-03-21 14:42:17 +0100
  • 6a84b510c6 Release 0.2.0 #32 Ben Kochie 2016-03-19 18:17:34 +0100
  • b23cd0ab5b Update build Ben Kochie 2016-03-19 18:16:49 +0100
  • 4ea1504646 fix typo Daniel Bonkowski 2016-03-07 15:52:09 +0100
  • 7b8a07383f sanitize tag keys Daniel Bonkowski 2016-03-07 15:33:41 +0100
  • 89efdc6f9d Strip leading # and trim the tag names Ilya Margolin 2016-03-04 16:21:36 +0100
  • ab7c27ee77 Support datadog extensions to statsd datagrams Peter Woodman 2014-11-04 11:44:59 +0000
  • e9eb193ff9 Merge pull request #31 from mmethner/master Julius Volz 2016-02-01 17:48:33 +0100
  • dc0ab29c33 fix documentation for docker udp port publishing #31 Mathias Methner 2016-02-01 16:54:59 +0100
  • a1bc37e309 Update docker hub image name #27 Zhanpeng Chen 2015-11-20 12:24:40 +0800
  • e8f1e9c9c3 Update Julius's email address in AUTHORS.md Julius Volz 2015-10-26 02:25:54 +0100
  • 3727277927 Merge pull request #26 from macb/exporter_rename Julius Volz 2015-10-17 15:50:01 +0200
  • 1cd55e7277 Support datadog extensions to statsd datagrams #3 Peter Woodman 2014-11-04 11:44:59 +0000
  • 3bf0889452 Merge pull request #25 from macb/root_endpoint Julius Volz 2015-10-15 06:21:24 +0200
  • 28d4020341 Merge pull request #24 from macb/allow_hyphen_hostname Julius Volz 2015-10-12 02:52:22 +0200
  • ea7341a6c4 rename bridge -> exporter #26 Mac Browning 2015-10-09 20:34:28 -0400
  • c4ab11d05c add root endpoint with redirect #25 Mac Browning 2015-10-09 20:26:05 -0400
  • 411b071f1f allow metrics with dashes when mapping #24 Mac Browning 2015-10-09 18:03:21 -0400
  • dfa08fffc0 Merge de12f2de35 into 4270a5ed7e #3 peter woodman 2015-09-18 20:55:03 +0000
  • 4270a5ed7e Merge pull request #23 from prometheus/move-to-common Björn Rabenstein 2015-09-17 14:38:16 +0200
  • 6a1c44989b Move from client_golang/model to common/model #23 beorn7 2015-09-17 13:14:18 +0200
  • 6b318a471e Merge pull request #22 from Jimdo/config_udp_buffer Julius Volz 2015-09-09 17:55:53 +0200
  • 3d7b731cfd Allow configuration of UDP read buffer #22 Fabian Stehle 2015-09-09 13:58:18 +0200
  • b6210fc395 Merge pull request #17 from sdurrheimer/master Julius Volz 2015-07-13 12:17:32 +0200
  • 395c1422e5 Add Docker instructions to the README #17 Steve Durrheimer 2015-06-07 16:11:38 +0200
  • 49bfa88173 Merge 34ca67235d into e0bf2be66a #10 Erik Kristensen 2015-06-19 06:38:54 +0000
  • c2d70fe7dc New Dockerfile using alpine-golang-make-onbuild base image Steve Durrheimer 2015-06-07 14:42:38 +0200
  • c8430495ae Update Makefile.COMMON from prometheus/utils Steve Durrheimer 2015-06-07 14:42:33 +0200
  • e0bf2be66a Merge pull request #16 from prometheus/document-no-statsd-case Julius Volz 2015-06-18 20:15:14 +0200
  • 143288bf07 Document use-case without any StatsD server. #16 Julius Volz 2015-06-18 14:23:23 +0200
  • ce864c0131 Merge pull request #14 from prometheus/migrate-logging Julius Volz 2015-05-29 14:22:36 +0200
  • 1ee380cc39 Migrate logging to prometheus/log. #14 Julius Volz 2015-05-29 13:43:56 +0200
  • ccbaa9d754 Merge pull request #12 from brian-brazil/fix-readme 0.1.0 Julius Volz 2015-04-17 00:41:32 +0200
  • a054446e2f Correct example, need to specify variables like in bash. #12 Brian Brazil 2015-04-16 20:50:52 +0100
  • 34ca67235d Update mapper.go #10 Erik Kristensen 2015-04-10 17:14:22 -0600
  • b8362a4cec updating port 9125 to udp Erik Kristensen 2015-04-10 15:51:59 -0600
  • bcf5325c92 updating readme Erik Kristensen 2015-04-10 15:49:14 -0600