Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
clD11 committed Dec 13, 2023
1 parent 887bcbe commit a67d086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/clients/radom/instrumented.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type InstrumentedClient struct {
func newInstrumentedClient(name string, cl *Client) *InstrumentedClient {
l := logging.FromContext(context.Background()).Log()

l.Interface("stack", debug.Stack()).Msg("radom metric called")
l.Interface("stack", string(debug.Stack())).Msg("radom metric called")

v := prometheus.NewSummaryVec(prometheus.SummaryOpts{
Name: "radom_client_duration_seconds",
Expand Down

0 comments on commit a67d086

Please sign in to comment.