Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hubble-relay: add an option to run pprof #11465

Merged
merged 1 commit into from May 13, 2020
Merged

Conversation

rolinh
Copy link
Member

@rolinh rolinh commented May 11, 2020

Closes: #11460

@rolinh rolinh added release-note/misc This PR makes changes that have no direct user impact. sig/hubble Impacts hubble server or relay labels May 11, 2020
@rolinh rolinh requested a review from a team May 11, 2020 12:43
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 May 11, 2020
@coveralls
Copy link

coveralls commented May 11, 2020

Coverage Status

Coverage decreased (-0.008%) to 37.833% when pulling a7817f7 on pr/rolinh/hubble-relay-pprof into f5537c2 on master.

@@ -51,6 +53,9 @@ func New() *cobra.Command {
cmd.Flags().BoolVarP(
&f.debug, "debug", "D", false, "Run in debug mode",
)
cmd.Flags().BoolVar(
Copy link
Member

@sayboras sayboras May 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that there is already such an option for the cilium agent, I'd say that it'd be good to have for hubble-relay as well, yes.

@gandro
Copy link
Member

gandro commented May 11, 2020

test-me-please

1 similar comment
@tgraf
Copy link
Member

tgraf commented May 12, 2020

test-me-please

Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
@rolinh rolinh force-pushed the pr/rolinh/hubble-relay-pprof branch from 7acf745 to a7817f7 Compare May 13, 2020 07:27
@rolinh
Copy link
Member Author

rolinh commented May 13, 2020

test-me-please

@rolinh
Copy link
Member Author

rolinh commented May 13, 2020

retest-4.9

@rolinh
Copy link
Member Author

rolinh commented May 13, 2020

retest-runtime

@aanm
Copy link
Member

aanm commented May 13, 2020

hit #11512 and #11521

@aanm aanm merged commit 96384f0 into master May 13, 2020
1.8.0 automation moved this from In progress to Merged May 13, 2020
@aanm aanm deleted the pr/rolinh/hubble-relay-pprof branch May 13, 2020 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact. sig/hubble Impacts hubble server or relay
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

hubble-relay: add pprof support
8 participants