Skip to content

Commit

Permalink
[connector/count] fix typo in metric.datapoint.count (#34961)
Browse files Browse the repository at this point in the history
**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]>
  • Loading branch information
lhns and MovieStoreGuy authored Sep 2, 2024
1 parent 9f0cac0 commit 13f0d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/countconnector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ default behavior of the connector.
| [Exporter Pipeline Type] | Description | Default Metric Names |
| ------------------------ | ----------------------------------- | -------------------------------------------- |
| traces | Counts all spans and span events. | `trace.span.count`, `trace.span.event.count` |
| metrics | Counts all metrics and data points. | `metric.count`, `metric.data_point.count` |
| metrics | Counts all metrics and data points. | `metric.count`, `metric.datapoint.count` |
| logs | Counts all log records. | `log.record.count` |

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

0 comments on commit 13f0d14

Please sign in to comment.