Skip to content

Commit

Permalink
fix: adding traces to pyroscope dashboard (#2054)
Browse files Browse the repository at this point in the history
This PR adds traces back to the pyroscope dashboard. I had them
activated in the demo but for some reason it ended up deactivated in the
original integration PR.
  • Loading branch information
distractedm1nd committed Apr 12, 2023
1 parent b9eef30 commit 952a93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags_misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func ParseMiscFlags(ctx context.Context, cmd *cobra.Command) (context.Context, e
tp,
otelpyroscope.WithAppName("celestia.da-node"),
otelpyroscope.WithPyroscopeURL(cmd.Flag(pyroscopeEndpoint).Value.String()),
otelpyroscope.WithRootSpanOnly(false),
otelpyroscope.WithRootSpanOnly(true),
otelpyroscope.WithAddSpanName(true),
otelpyroscope.WithProfileURL(true),
otelpyroscope.WithProfileBaselineURL(true),
Expand Down

0 comments on commit 952a93e

Please sign in to comment.