Matthias Rampke
18a3c26447
Merge pull request #277 from xocasdashdash/updated-docs
...
Updated docs and added good/bad example yaml
2019-11-26 18:20:07 +01:00
Joaquín Fernández Campo
1aa5127349
Fixed changelog per request.
...
Signed-off-by: Joaquin Fernandez Campo <jfcampo@gmail.com>
2019-11-26 10:32:19 +01:00
Joaquín Fernández Campo
84657e85ec
Updated docs and added good/bad example yaml
...
Signed-off-by: Joaquin Fernandez Campo <jfcampo@gmail.com>
2019-11-26 10:01:29 +01:00
Matthias Rampke
7d2a901b6c
Update changelog for #267
2019-09-20 07:26:18 +00:00
Matthias Rampke
c1db8ba02d
Merge pull request #267 from twooster/add-librato-tag-support
...
Add librato tag support
2019-09-20 09:19:46 +02:00
Tony Wooster
df740e7778
Minor fixups
...
Signed-off-by: Tony Wooster <twooster@gmail.com>
2019-09-19 18:31:10 +02:00
Tony Wooster
a4b92689bc
DRY up tag-parsing code
...
Signed-off-by: Tony Wooster <twooster@gmail.com>
2019-09-18 15:33:23 +02:00
Tony Wooster
0e000fe833
Drop metrics with mixed tagging styles
...
Signed-off-by: Tony Wooster <twooster@gmail.com>
2019-09-18 15:33:23 +02:00
Tony Wooster
e01507a57c
Remove "Librato" from tag error messages
...
Signed-off-by: Tony Wooster <twooster@gmail.com>
2019-09-17 17:35:57 +02:00
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
Matthias Rampke
84889bd5ea
Merge pull request #266 from simonpasquier/bump-golang-1.13
...
Bump golang 1.13
2019-09-16 17:53:59 +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
Simon Pasquier
9d822d4196
Fix go.mod and vendor/
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-09-12 17:45:39 +02:00
Simon Pasquier
91cc64da62
*: bump Go version to 1.13
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-09-12 17:36:35 +02: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