Skip to content

Commit

Permalink
Pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
zasweq committed May 30, 2024
1 parent 8790892 commit 93a2f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/opentelemetry/csm/observability.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func EnableObservability(ctx context.Context, options opentelemetry.Options) fun
csmPluginOption := newPluginOption(ctx)
clientSideOTelWithCSM := dialOptionWithCSMPluginOption(options, csmPluginOption)
clientSideOTel := opentelemetry.DialOption(options)
internal.AddGlobalPerTargetDialOptions.(func(opt any))(perTargetDialOption{
internal.AddGlobalPerTargetDialOptions.(func(opt any))(&perTargetDialOption{
clientSideOTelWithCSM: clientSideOTelWithCSM,
clientSideOTel: clientSideOTel,
})
Expand Down

0 comments on commit 93a2f4b

Please sign in to comment.