Skip to content

Commit

Permalink
Go: OTLP metrics exporters are stable (open-telemetry#4240)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Apr 3, 2024
1 parent 7952ea8 commit ad29f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/languages/go/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ docker run -d --name jaeger \
jaegertracing/all-in-one:latest
```

### OTLP metrics over HTTP (Experimental)
### OTLP metrics over HTTP

[`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp)
contains an implementation of OTLP metrics exporter using HTTP with binary
Expand All @@ -129,7 +129,7 @@ func newExporter(ctx context.Context) (metric.Exporter, error) {
}
```

### OTLP metrics over gRPC (Experimental)
### OTLP metrics over gRPC

[`go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc`](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc)
contains an implementation of OTLP metrics exporter using gRPC.
Expand Down

0 comments on commit ad29f7a

Please sign in to comment.