We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8e3a1 commit ae55e29Copy full SHA for ae55e29
exporters/otlp/otlplog/otlploghttp/exporter.go
@@ -32,7 +32,6 @@ func New(_ context.Context, options ...Option) (*Exporter, error) {
32
}
33
34
func newExporter(c *client, _ config) (*Exporter, error) {
35
- // TODO: implement
36
e := &Exporter{}
37
e.client.Store(c)
38
return e, nil
0 commit comments