Skip to content

Commit

Permalink
Go exporter copyedits: make Console exporter subsections consistent (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Apr 25, 2024
1 parent ee858df commit 5cf59b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/en/docs/languages/go/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ simplest to set up.

### Console traces

The
[`go.opentelemetry.io/otel/exporters/stdout/stdouttrace`](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/stdout/stdouttrace)
contains an implementation of the console trace exporter.
package contains an implementation of the console trace exporter.

Here's how you can create an exporter with default configuration:

Expand All @@ -33,8 +34,9 @@ func newExporter() (trace.SpanExporter, error) {

### Console metrics

The
[`go.opentelemetry.io/otel/exporters/stdout/stdoutmetric`](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/stdout/stdoutmetric)
contains an implementation of the console metrics exporter.
package contains an implementation of the console metrics exporter.

Here's how you can create an exporter with default configuration:

Expand Down

0 comments on commit 5cf59b8

Please sign in to comment.