# Do nothing processor [[processors.noop]] ## Metric Filtering ## The following options provide mechanisms to include or exclude entire ## metrics. For specific details and examples see the metric filtering docs: ## https://github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md#metric-filtering ## Metric Selectors - These will drop entire metrics ## Filter on metric name or tag key + value # namepass = [] # namedrop = [] # tagpass = {} # tagdrop = {} ## Filter on Common Expression Language (CEL) expression # metricpass = "" ## Metric Modifiers - These will drop tags and fields from metrics ## Filter on tag key or field key # taginclude = [] # tagexclude = [] # fieldpass = [] # fielddrop = []