From 16328c6c00bb5c163f200b22ef90b881a80a86d1 Mon Sep 17 00:00:00 2001 From: bfrc Date: Wed, 24 Jan 2024 21:55:27 +0800 Subject: [PATCH] fix typo (#3850) --- content/en/docs/concepts/signals/metrics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/signals/metrics.md b/content/en/docs/concepts/signals/metrics.md index 9d912823bd71..d88641436c1d 100644 --- a/content/en/docs/concepts/signals/metrics.md +++ b/content/en/docs/concepts/signals/metrics.md @@ -7,7 +7,7 @@ description: A measurement captured at runtime A **metric** is a **measurement** of a service captured at runtime. The moment of capturing a measurements is known as a **metric event**, which consists not only of the measurement itself, but also the time at which it was captured and -associated metadata. +associated metadata.d Application and request metrics are important indicators of availability and performance. Custom metrics can provide insights into how availability @@ -36,8 +36,8 @@ Providers. ## Metric Exporter Metric Exporters send metric data to a consumer. This consumer can be standard -output for debugging and development-time, the OpenTelemetry Collector, or any -open source or vendor backend of your choice. +output for debugging during development, the OpenTelemetry Collector, or any +open source or vendor back end of your choice. ## Metric Instruments