Function glean::set_source_tags[][src]

pub fn set_source_tags(tags: Vec<String>)
Expand description

Sets source tags.

Overrides any existing source tags. Source tags will show in the destination datasets, after ingestion.

Note If one or more tags are invalid, all tags are ignored.

Arguments

  • tags - A vector of at most 5 valid HTTP header values. Individual tags must match the regex: “[a-zA-Z0-9-]{1,20}”.