Skip to content

Commit f9b91ea

Browse files
committed
fix: review comment
1 parent 6fa2952 commit f9b91ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/exporter-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An exporter sends traces and metrics to any backend that is capable of consuming them. With OpenTelemetry, you can easily add and remove any exporter without requiring changes to your application code.
44

5-
We provide support for several open source backends and vendors out-of-the-box like Zipkin, Jaeger, and Prometheus, but OpenTelemetry exporters follow a public interface can be implemented by anyone. This document describes the process for developers to create their own exporter if the provided ones do not meet their needs.
5+
We provide support for several open source backends and vendors out-of-the-box like Zipkin, Jaeger, and Prometheus, but OpenTelemetry exporters follow a public interface which can be implemented by anyone. This document describes the process for developers to create their own exporter if the provided ones do not meet their needs.
66

77
A typical package layout:
88

0 commit comments

Comments
 (0)