Skip to content

Commit

Permalink
fix: disable Go names decoration (grafana#2976)
Browse files Browse the repository at this point in the history
* fix: disable Go names decoration

* fix: disable Go names decoration
  • Loading branch information
kolesnikovae authored Jan 31, 2024
1 parent 25c4dc3 commit 369ca83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/frontend/frontend_select_merge_span_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func (f *Frontend) SelectMergeSpanProfile(ctx context.Context,
}

t := m.Tree()
t.FormatNodeNames(phlaremodel.DropGoTypeParameters)
return connect.NewResponse(&querierv1.SelectMergeSpanProfileResponse{
Flamegraph: phlaremodel.NewFlameGraph(t, c.Msg.GetMaxNodes()),
}), nil
Expand Down
1 change: 0 additions & 1 deletion pkg/frontend/frontend_select_merge_stacktraces.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func (f *Frontend) SelectMergeStacktraces(ctx context.Context,
}

t := m.Tree()
t.FormatNodeNames(phlaremodel.DropGoTypeParameters)
return connect.NewResponse(&querierv1.SelectMergeStacktracesResponse{
Flamegraph: phlaremodel.NewFlameGraph(t, c.Msg.GetMaxNodes()),
}), nil
Expand Down

0 comments on commit 369ca83

Please sign in to comment.