Skip to content

Commit

Permalink
update go/getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ytnsym committed Jun 1, 2024
1 parent dcb5629 commit 5d8b033
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions content/en/docs/languages/go/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,11 +396,7 @@ const name = "rolldice"
var (
tracer = otel.Tracer(name)
meter = otel.Meter(name)
logger = otelslog.NewLogger(
otelslog.WithInstrumentationScope(instrumentation.Scope{
Name: name,
}),
)
logger = otelslog.NewLogger(name)
rollCnt metric.Int64Counter
)

Expand Down

0 comments on commit 5d8b033

Please sign in to comment.