Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
titaneric committed Dec 23, 2024
1 parent 6af30a4 commit c337c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transforms/log_to_metric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub struct MetricConfig {

/// Tags to apply to the metric.
///
/// Both keys and values are templateable, which enables you to attach dynamic tags to events.
/// Both keys and values can be templated, allowing you to attach dynamic tags to events.
///
#[configurable(metadata(docs::additional_props_description = "A metric tag."))]
pub tags: Option<IndexMap<Template, TagConfig>>,
Expand Down

0 comments on commit c337c04

Please sign in to comment.