From a67d086ea47adba509029dae8d935f0c86feb203 Mon Sep 17 00:00:00 2001 From: clD11 <23483715+clD11@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:05:22 +0000 Subject: [PATCH] debugging --- libs/clients/radom/instrumented.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/clients/radom/instrumented.go b/libs/clients/radom/instrumented.go index 9fda8ac0c..74347cbf7 100644 --- a/libs/clients/radom/instrumented.go +++ b/libs/clients/radom/instrumented.go @@ -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",