Commit Graph

31 Commits

Author SHA1 Message Date
Daniel Nelson 0f75f3b304
Link intervals to interval section in configuation docs 2019-01-07 14:36:41 -08:00
Daniel Nelson 0ceb10e017
Rewrite configuration documentation () 2019-01-07 14:31:10 -08:00
Daniel Nelson 2ff3683b50
Improve config file environment variable documentation () 2018-12-27 13:12:00 -08:00
Greg Volk cd9a79f5e6 Add tagdrop example for win_perf_counters () 2018-11-29 13:04:31 -08:00
Daniel Nelson 6e5c2f8bb6
Remove outputs blocking inputs when output is slow () 2018-11-05 13:34:28 -08:00
Daniel Nelson a6b5f2c093
Document that taginclude/tagexclude can remove ANY tag () 2018-10-10 18:06:24 -07:00
Daniel Nelson 7553c8fd13
Remove metric recreation when filtering () 2018-09-28 14:48:20 -07:00
Daniel Nelson bcf1cf59c1
Fix docs about outputs and fieldpass/fielddrop
This has been allowed since 1.1.0
2018-04-17 13:35:27 -07:00
Logan fb3d66cdd3 Typo and sentence consistency () 2017-12-13 10:51:15 -08:00
Daniel Nelson 777b84d1dc
Clarify what it means to filter metrics from processors 2017-10-30 16:32:39 -07:00
Daniel Nelson 0f452ad0df
Document /etc/default/telegraf file 2017-10-06 16:57:57 -07:00
Daniel Nelson b480022330
Update config directory documentation 2017-08-22 11:33:26 -07:00
Daniel Nelson ce12913bc2
Update precision documentation and examples
Precision is no longer used by the InfluxDB output.

closes 
2017-08-01 15:02:36 -07:00
Daniel Nelson 3c204d409d
Line wrap documentation 2017-07-21 10:57:12 -07:00
DanKans d903a9142d Fix filtering when both pass and drop match an item ()
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.
2017-07-21 10:53:57 -07:00
Daniel Nelson e1a734c525
Fix logfile documentation 2017-04-27 11:38:49 -07:00
Daniel Nelson c9f8308f27 Update filtering documentation () 2017-04-06 12:06:08 -07:00
Timothy 49c212337f Update CONFIGURATION.md ()
Add information about default configuration file locations.  Also mention that the config directory option is available.
2017-03-09 11:21:03 +00:00
Cameron Sparr 61269c3500 Update config generation docs
closes 
2016-10-25 14:46:50 +01:00
Cameron Sparr a84ce5d5cb drop metrics outside of the aggregators period 2016-10-12 14:56:03 +01:00
Cameron Sparr acfdd15aa9 Processor & Aggregator configuration doccing 2016-10-12 14:50:19 +01:00
Cameron Sparr 50ef3282b6 Refactor and code cleanup of filtering
started working on this with the idea of fixing , although I
realized that this was actually just a documentation issue around
a toml eccentricity.

closes 
2016-09-05 16:30:18 +01:00
Cameron Sparr cbe32c7482 Support default config paths
precedence will be:

 1. --config command-line option
 2. $TELEGRAF_CONFIG_PATH
 3. $HOME/.telegraf/telegraf.conf
 4. /etc/telegraf/telegraf.conf
2016-04-28 17:48:24 -06:00
Pierre Fersing c159460b2c Refactor running_output buffering
closes 
2016-04-25 16:32:41 -06:00
Cameron Sparr 81d0a64d46 Adds support for removing/keeping tags from metrics
closes 
2016-04-16 15:13:38 -06:00
Cameron Sparr 8e041420cd config: parse environment variables in the config file
closes 
2016-04-01 16:06:19 -06:00
Cameron Sparr 4ad551be9a add '*' to metric prefixes for consistency 2016-03-29 17:00:51 -06:00
Cameron Sparr b102ae141a CONFIGURATION drop->fielddrop 2016-03-09 15:46:37 +01:00
Cameron Sparr 5aef725c13 Change pass/drop to namepass/namedrop for outputs
closes 
2016-02-22 13:35:06 -07:00
Thibault Cohen d00550c45f Add metric pass/drop filter 2016-02-22 12:11:33 -07:00
Cameron Sparr 7def6663bd Root directory cleanup 2016-02-18 13:37:36 -07:00