Skip to content

Commit 13f0d14

Browse files
lhnsMovieStoreGuy
andauthored
[connector/count] fix typo in metric.datapoint.count (#34961)
**Documentation:** The documentation mentions a metric called "metric.data_point.count" but the metric is actually called "metric.datapoint.count" Co-authored-by: Sean Marciniak <[email protected]>
1 parent 9f0cac0 commit 13f0d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connector/countconnector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ default behavior of the connector.
3535
| [Exporter Pipeline Type] | Description | Default Metric Names |
3636
| ------------------------ | ----------------------------------- | -------------------------------------------- |
3737
| traces | Counts all spans and span events. | `trace.span.count`, `trace.span.event.count` |
38-
| metrics | Counts all metrics and data points. | `metric.count`, `metric.data_point.count` |
38+
| metrics | Counts all metrics and data points. | `metric.count`, `metric.datapoint.count` |
3939
| logs | Counts all log records. | `log.record.count` |
4040

4141
For example, in the following configuration the connector will count spans and span events from the `traces/in`

0 commit comments

Comments
 (0)