Skip to content

Commit

Permalink
[doc] mtric -> metric (#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
liguozhong authored Jun 3, 2021
1 parent df06ba0 commit 6be2fb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/sources/clients/promtail/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ type: Counter
# Describes the metric.
[description: <string>]
# Key from the extracted data map to use for the mtric,
# Key from the extracted data map to use for the metric,
# defaulting to the metric's name if not present.
[source: <string>]
Expand Down Expand Up @@ -632,7 +632,7 @@ type: Gauge
# Describes the metric.
[description: <string>]
# Key from the extracted data map to use for the mtric,
# Key from the extracted data map to use for the metric,
# defaulting to the metric's name if not present.
[source: <string>]
Expand Down Expand Up @@ -660,7 +660,7 @@ type: Histogram
# Describes the metric.
[description: <string>]
# Key from the extracted data map to use for the mtric,
# Key from the extracted data map to use for the metric,
# defaulting to the metric's name if not present.
[source: <string>]
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/clients/promtail/stages/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type: Gauge
# Defines custom prefix name for the metric. If undefined, default name "promtail_custom_" will be prefixed.
[prefix: <string>]

# Key from the extracted data map to use for the mtric,
# Key from the extracted data map to use for the metric,
# defaulting to the metric's name if not present.
[source: <string>]

Expand Down Expand Up @@ -119,7 +119,7 @@ type: Histogram
# Defines custom prefix name for the metric. If undefined, default name "promtail_custom_" will be prefixed.
[prefix: <string>]

# Key from the extracted data map to use for the mtric,
# Key from the extracted data map to use for the metric,
# defaulting to the metric's name if not present.
[source: <string>]

Expand Down

0 comments on commit 6be2fb0

Please sign in to comment.