- Jun 07, 2018
-
-
Daniel Nelson authored
-
- Jun 06, 2018
-
-
Piotr Popieluch authored
-
- May 31, 2018
-
-
Piotr Popieluch authored
-
- May 22, 2018
-
-
Daniel Nelson authored
-
- May 05, 2018
-
-
Daniel Nelson authored
-
- May 04, 2018
-
-
Daniel Nelson authored
-
- Apr 18, 2018
-
-
Bob Shannon authored
-
- Apr 17, 2018
-
-
Daniel Nelson authored
These tests are fundamentally racy, removing to improve reliability of test cases.
-
- Apr 12, 2018
-
-
jvassev authored
When config dir is mounted from configmap, filepath.Walk() finds the same .conf file twice as 20-acme.conf is a link to ..data/20-acme.conf for example. This patch skips all folder names starting with '..' which is pretty uncommon and mainly used by Kubernetes mounts.
-
- Apr 05, 2018
-
-
Daniel Nelson authored
-
- Mar 29, 2018
-
-
Daniel Nelson authored
-
- Mar 28, 2018
-
-
Daniel Nelson authored
-
- Feb 20, 2018
-
-
Daniel Nelson authored
-
- Feb 02, 2018
-
-
Paul Myjavec authored
-
- Jan 19, 2018
-
-
Piotr Popieluch authored
By the time the aggregator.run() was called about 600ms already passed since setting now which was skewing up the aggregation intervals and skipping metrics.
-
- Jan 09, 2018
-
-
atzoum authored
-
- Jan 05, 2018
-
-
Daniel Nelson authored
-
- Nov 01, 2017
-
-
Maximilien Richer authored
-
- Sep 08, 2017
-
-
Daniel Nelson authored
-
- Aug 31, 2017
-
-
Daniel Nelson authored
-
- Jul 25, 2017
-
-
Daniel Nelson authored
Fixes issue where metrics collected immediately after startup would not be aggregated.
-
- Jul 21, 2017
-
-
Daniel Nelson authored
This prevents a pattern with no wildcards from matching in case permissions is denied.
-
DanKans authored
Adjust logic in functions responsible for passing metrics in order to be able to process them correctly in case where pass and drop are defined together.
-
- Jul 19, 2017
-
-
DanKans authored
-
- Jul 14, 2017
-
-
Daniel Nelson authored
Looping the metrics back through the same channel could result in a deadlock, by using a new channel and locking the processor we can ensure that all stages can make continual progress.
-
- Jul 12, 2017
-
-
Daniel Nelson authored
-
Daniel Nelson authored
It is not possible to encode a measurement, tag, or field whose last character is a backslash due to it being an unescapable character. Because the tight coupling between line protocol and the internal metric model, prevent metrics like this from being created. Measurements with a trailing slash are not allowed and the point will be dropped. Tags and fields with a trailing a slash will be dropped from the point.
-
- Jun 08, 2017
-
-
Seuf authored
-
- Apr 27, 2017
-
-
Daniel Nelson authored
-
- Apr 24, 2017
-
-
Patrick Hemmer authored
-
- Apr 12, 2017
-
-
Daniel Nelson authored
-
Daniel Nelson authored
-
- Mar 31, 2017
-
-
Daniel Nelson authored
-
- Mar 30, 2017
-
-
tjmcs authored
-
- Feb 28, 2017
-
-
Cameron Sparr authored
closes #2466
-
- Feb 17, 2017
-
-
Cameron Sparr authored
fixes #2380
-
- Feb 10, 2017
-
-
Cameron Sparr authored
-
- Feb 02, 2017
-
-
Cameron Sparr authored
-
- Feb 01, 2017
-
-
Cameron Sparr authored
fixes #2317
-
- Jan 09, 2017
-
-
Cameron Sparr authored
-