Skip to content

Commit

Permalink
Fix typo in connector.go comment (open-telemetry#9087)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski authored and sokoide committed Dec 18, 2023
1 parent aa77377 commit 1c6340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type MetricsRouter interface {

// A Logs connector acts as an exporter from a logs pipeline and a receiver
// to one or more traces, metrics, or logs pipelines.
// Logs feeds a consumer.Logs, consumer.Metrics, or consumer.Logs with data.
// Logs feeds a consumer.Traces, consumer.Metrics, or consumer.Logs with data.
//
// Examples:
// - Structured logs containing span information could be consumed and emitted as traces.
Expand Down

0 comments on commit 1c6340e

Please sign in to comment.