From 456a8d6af44524f467d93bfadc4164488de45e92 Mon Sep 17 00:00:00 2001 From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Date: Wed, 25 Oct 2023 05:40:10 -0700 Subject: [PATCH] Fix typos (#5583) (#5594) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> (cherry picked from commit c5143e749bf60d7a3917bb12e0f0c9baa5d327e8) Co-authored-by: Paulin Todev --- .../components/otelcol.connector.spanmetrics.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/sources/flow/reference/components/otelcol.connector.spanmetrics.md b/docs/sources/flow/reference/components/otelcol.connector.spanmetrics.md index af4dd10747e2..1803932d43d4 100644 --- a/docs/sources/flow/reference/components/otelcol.connector.spanmetrics.md +++ b/docs/sources/flow/reference/components/otelcol.connector.spanmetrics.md @@ -17,9 +17,9 @@ description: Learn about otelcol.connector.spanmetrics `otelcol.connector.spanmetrics` accepts span data from other `otelcol` components and aggregates Request, Error and Duration (R.E.D) OpenTelemetry metrics from the spans: -* **Request** counts are computed as the number of spans seen per unique set of dimensions, -including Errors. Multiple metrics can be aggregated if, for instance, a user wishes to -view call counts just on `service.name`` and `span.name``. +- **Request** counts are computed as the number of spans seen per unique set of dimensions, + including Errors. Multiple metrics can be aggregated if, for instance, a user wishes to + view call counts just on `service.name` and `span.name`. * **Error** counts are computed from the Request counts which have an `Error` status code metric dimension. @@ -126,9 +126,10 @@ Name | Type | Description | Default | Required ---- | ---- | ----------- | ------- | -------- `unit` | `string` | Configures the histogram units. | `"ms"` | no -The supported values for `aggregation_temporality` are: -* `"ms"`: milliseconds -* `"s"`: seconds +The supported values for `unit` are: + +- `"ms"`: milliseconds +- `"s"`: seconds ### exponential block