Tony Wooster
22619bb8a9
Update README
...
Signed-off-by: Tony Wooster <twooster@gmail.com>
2019-09-17 17:01:34 +02:00
Tony Wooster
5537c504cc
Add support for InfluxDB style tagging
...
Signed-off-by: Tony Wooster <twooster@gmail.com>
2019-09-17 17:01:34 +02:00
Tony Wooster
2933dd8ad0
Add support for Librato-style tags
...
Signed-off-by: Tony Wooster <twooster@gmail.com>
2019-09-14 17:14:03 +02:00
Matthias Rampke
a35d17c160
Update changelog for #264
2019-09-13 07:32:37 +00:00
Matthias Rampke
1865ea1be3
Merge pull request #264 from amitsaha/issue-250
...
Support sampling factor for all statsd metric types
2019-09-13 09:30:55 +02:00
Amit Saha
5b44b372d1
Add test for gauge with sample rate
...
Signed-off-by: Amit Saha <amitsaha.in@gmail.com>
2019-09-13 14:30:52 +10:00
Amit Saha
1bddef857d
Add test
...
Signed-off-by: Amit Saha <amitsaha.in@gmail.com>
2019-09-13 14:27:48 +10:00
Amit Saha
d64c674394
Fix test
...
Signed-off-by: Amit Saha <amitsaha.in@gmail.com>
2019-09-13 13:07:12 +10:00
Matthias Rampke
b6e4b2a82e
Merge pull request #265 from prometheus/makefile_common
...
Synchronize Makefile.common from prometheus/prometheus
2019-09-11 10:05:07 +02:00
prombot
54359d3b06
makefile: update Makefile.common with newer version
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2019-09-11 00:09:20 +00:00
Amit Saha
028531e953
Fix for issue #250
...
Signed-off-by: Amit Saha <amitsaha.in@gmail.com>
2019-09-09 17:25:19 +10:00
Matthias Rampke
a1f8bae0a3
Merge pull request #262 from amitsaha/master
...
README - Add a note regarding unit conversions for timers
2019-09-06 08:49:12 +02:00
Amit Saha
8479e3d7a3
README - Add a note regarding unit conversions for timers
...
Signed-off-by: Amit Saha <amitsaha.in@gmail.com>
2019-09-06 09:46:17 +10:00
Matthias Rampke
8fa4613e74
Merge pull request #261 from amitsaha/master
...
Update use_ms note for dogstatsd client
2019-09-05 15:20:44 +02:00
Amit Saha
4d518de467
Update use_ms note for dogstatsd client
...
Signed-off-by: Amit Saha <amitsaha.in@gmail.com>
2019-09-04 03:06:59 +10:00
Matthias Rampke
74a561fbed
Merge pull request #259 from prometheus/makefile_common
...
Synchronize Makefile.common from prometheus/prometheus
2019-08-30 14:37:04 +02:00
prombot
95fb214d16
makefile: update Makefile.common with newer version
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2019-08-30 00:09:17 +00:00
Matthias Rampke
085643f486
Merge pull request #254 from raags/add-dogstatsd-use-ms-note
...
Add note about DogStatsD `use_ms` option
2019-08-26 11:29:16 +02:00
Raghu Siddarth Udiyar
d49afad05c
Link to API documentation instead
...
Co-Authored-By: Matthias Rampke <mr@soundcloud.com>
Signed-off-by: Raghu Udiyar <raghusiddarth@gmail.com>
2019-08-02 14:55:01 +05:30
Raghu Udiyar
b0a54e1d65
Add note about DogStatsD use_ms
option
...
DogStatsD by default emits timer metric in seconds, while the exporter
assumes milliseconds; which is the default for statsd. The `use_ms` option
fixes this, and will be useful for dogstatsd users to know.
Signed-off-by: Raghu Udiyar <raghusiddarth@gmail.com>
2019-08-01 15:55:46 +05:30
Matthias Rampke
d308796e97
Add changelog for #252 , #253 & release
...
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
2019-07-25 13:13:44 +00:00
Matthias Rampke
074fc349b0
Merge pull request #252 from mohag/master
...
Add event handler for Unixgram
2019-07-25 15:11:43 +02:00
Matthias Rampke
353b38c80b
Merge pull request #253 from tcolgate/eventrace
...
Event queue processes and filling race.
2019-07-25 15:11:02 +02:00
Tristan Colgate
49296e321e
Event queue processes and filling race.
...
We send the slice off to be process, but potentially start overwriting
the previous content straight away. Just start again with a fresh slice.
Fixes #247
Signed-off-by: Tristan Colgate <tristan@qubit.com>
2019-07-25 13:41:05 +01:00
Gert van den Berg
b555158e53
Add event handler for Unixgram
...
Signed-off-by: Gert van den Berg <gert.vandenberg@iotnxt.com>
2019-07-23 16:00:00 +02:00
Matthias Rampke
e60f2f147b
Merge pull request #249 from prometheus/makefile_common
...
Synchronize Makefile.common from prometheus/prometheus
2019-07-22 10:57:34 +02:00
prombot
2d44e85fdc
makefile: update Makefile.common with newer version
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2019-07-20 00:02:44 +00:00
Matthias Rampke
6635ea71e8
Update changelog & release 0.12.1
...
Merge with 0.12.0 which I didn't finish releasing
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
2019-07-08 08:53:54 +00:00
Matthias Rampke
802aa8a9e7
Merge pull request #246 from cdnhaese/master
...
Fix TTL bug
2019-07-08 10:51:33 +02:00
Cedric Den Haese
ccd86002cf
Fix TTL bug
...
lastRegistredAt element was only set at creation of a time series.
Now it is updated every time a new event is seen for that time series.
Signed-off-by: Cedric Den Haese <cedric.den.haese@gmail.com>
2019-07-08 09:32:34 +01:00
Matthias Rampke
d56b864f83
Update changelog for #243 & release 0.12.0
...
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
2019-07-08 07:59:39 +00:00
Matthias Rampke
878609a8e8
Merge pull request #240 from prometheus/makefile_common
...
Synchronize Makefile.common from prometheus/prometheus
2019-07-05 16:30:21 +02:00
Matthias Rampke
f7c7db0b8d
Update logrus for AIX support
...
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
2019-07-05 14:29:03 +00:00
prombot
bdfa130554
makefile: update Makefile.common with newer version
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2019-07-05 14:29:03 +00:00
Matthias Rampke
f6e6e6d122
Merge pull request #245 from prometheus/mr/remove-travis
...
Remove Travis CI
2019-07-05 16:28:26 +02:00
Matthias Rampke
f72f25f8ce
Merge pull request #244 from prometheus/mr/quote-yaml
...
Quote all matchers in YAML examples
2019-07-05 16:28:18 +02:00
Matthias Rampke
d59f306cd9
Merge pull request #243 from prometheus/mr/remove-inotify
...
Reload on SIGHUP instead of watching the file
2019-07-05 16:28:02 +02:00
Matthias Rampke
193e4c9be4
Remove Travis CI
...
it doesn't test anything that CircleCI doesn't.
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
2019-07-05 13:34:35 +00:00
Matthias Rampke
64a51731f7
Quote all matchers in YAML examples
...
They can start with a * which makes YAML barf if not quoted. Instead of
figuring out individually what does and does not need to be quoted,
always quote.
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
2019-07-05 13:32:22 +00:00
Matthias Rampke
23ef5daeac
Reload on SIGHUP instead of watching the file
...
This is more portable (works on any system that has UNIX signals) and
removes the dependency on fsnotify, which doesn't compile on AIX. It
also reduces the probability of failed reloads due to partial writes.
Fixes #241 .
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
2019-07-05 13:30:31 +00:00
Simon Pasquier
eb51631f33
Build ARM container images ( #242 )
...
It also updates the Circle CI configuration to use the
Prometheus orb.
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-07-02 14:09:42 +02:00
Matthias Rampke
611dd8c60a
Merge pull request #239 from prometheus/makefile_common
...
Synchronize Makefile.common from prometheus/prometheus
2019-06-24 11:07:18 +02:00
prombot
3494db2a67
makefile: update Makefile.common with newer version
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2019-06-23 00:01:27 +00:00
Björn Rabenstein
f2d3b9eb79
Merge pull request #237 from prometheus/beorn7/modules
...
Update prometheus/client_golang to v1.0.0
2019-06-21 15:01:10 +02:00
beorn7
ef5212ce06
Update prometheus/client_golang to v1.0.0
...
Signed-off-by: beorn7 <beorn@grafana.com>
2019-06-17 18:34:56 +02:00
Matthias Rampke
511836b7ff
Release 0.11.2
...
* Update changelog for #235
* Release 0.11.2
2019-06-14 15:32:48 +02:00
Matthias Rampke
bb448be4f4
Merge pull request #235 from seruman/master
...
add missing eventHandler to StatsDTCPListener
2019-06-14 15:29:29 +02:00
Selman Kayrancioglu
bb88165d52
add missing eventHandler to StatsDTCPListener
...
Signed-off-by: Selman Kayrancioglu <selman@peak.com>
2019-06-14 15:42:21 +03:00
Matthias Rampke
a276bacac9
Release 0.11.1
...
no changes, 0.11.0 had test issues.
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
2019-06-14 08:19:50 +00:00
Matthias Rampke
4653781f9b
Update Makefile.common for prometheus/prometheus#5658
...
should fix the build
Signed-off-by: Matthias Rampke <mr@soundcloud.com>
2019-06-13 13:33:29 +00:00