- Jun 08, 2018
-
-
Vlasta Hajek authored
-
- May 29, 2018
-
-
Vlasta Hajek authored
-
- May 25, 2018
-
-
Vlasta Hajek authored
-
- May 08, 2018
-
-
Daniel Nelson authored
-
- May 01, 2018
-
-
Daniel Nelson authored
-
- Dec 12, 2017
-
-
Steve Banik authored
-
- Nov 01, 2017
-
-
Maximilien Richer authored
-
- Jul 31, 2017
-
-
Jeff Ashton authored
-
- May 22, 2017
-
-
Steven Burgart authored
-
- Apr 20, 2017
-
-
Oleg Grytsynevych authored
-
- Mar 22, 2017
-
-
Oskar authored
-
- Mar 08, 2017
-
-
vvvkamper authored
added PDH_FMT_NOCAP100 format option closes #2483
-
- Jan 24, 2017
-
-
Pierre Fersing authored
-
- Dec 20, 2016
-
-
Jeff Ashton authored
closes #1763 closes #2017
-
- Dec 13, 2016
-
-
Da1den authored
-
- Nov 16, 2016
-
-
Chris Goller authored
-
- Nov 02, 2016
-
-
Prunar authored
Typo
-
- Aug 09, 2016
-
-
Cameron Sparr authored
closes #1425
-
- Jul 21, 2016
-
-
Cameron Sparr authored
1. in prometheus client, do not check for invalid characters anymore, because we are already replacing all invalid characters with regex anyways. 2. in win_perf_counters, sanitize field name _and_ measurement name. Also add '%' to the list of sanitized characters, because this character is invalid for most output plugins, and can also easily cause string formatting issues throughout the stack. 3. All '%' will now be translated to 'Percent' closes #1430
-
- Apr 28, 2016
-
-
G-regL authored
Replace '/[sS]ec' for '_persec' and spaces with underscores. closes #1118
-
- Apr 21, 2016
-
-
Martin Gehrke authored
Network metrics are pretty important and the block adds a couple with a link to the names for more. This adds a block with a few counters to the Generic Queries examples in plugins/inputs/win_perf_counters/README.md
-
- Feb 18, 2016
-
-
Cameron Sparr authored
-
- Feb 09, 2016
-
-
Cameron Sparr authored
-
- Feb 03, 2016
-
-
Rune Darrud authored
-
- Feb 01, 2016
-
-
Rune Darrud authored
wherein missing performance counters caused it to return early from the loop, instead of ignoring missing in default configuration mode. closes #625
-
Christoph Wegener authored
Fix memory leak: Remove signal.Notify code from plugins/inputs/win_perf_counters.(*Win_PerfCounters).Gather
-
- Jan 30, 2016
-
-
Christoph Wegener authored
percentage characters in sampleConfig string so that fmt.Printf will interpret them as literal percentage characters when running 'telegraf.exe -sample-config' closes #620
-
- Jan 29, 2016
-
-
Rune Darrud authored
closes #575
-