Skip to content

Commit

Permalink
gofumt
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Jan 11, 2023
1 parent 136b130 commit 23e3671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/telemetry/meter.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package telemetry

import (
`os`
"os"
"runtime"
"time"

Expand Down
1 change: 1 addition & 0 deletions pkg/telemetry/meterexporters/otlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package meterexporters

import (
"context"

"go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp"
"go.opentelemetry.io/otel/sdk/metric"
)
Expand Down

0 comments on commit 23e3671

Please sign in to comment.