Skip to content

Commit

Permalink
Fix typos (#5583) (#5594)
Browse files Browse the repository at this point in the history
Co-authored-by: Clayton Cornell <[email protected]>
(cherry picked from commit c5143e7)

Co-authored-by: Paulin Todev <[email protected]>
  • Loading branch information
clayton-cornell and ptodev authored Oct 25, 2023
1 parent 6a85100 commit 456a8d6
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 456a8d6

Please sign in to comment.