Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[PIE-1846] Add an experimental flag for disabling timers #1837

Merged
merged 3 commits into from
Aug 9, 2019

Conversation

mbaxter
Copy link
Contributor

@mbaxter mbaxter commented Aug 9, 2019

PR description

Add an experimental flag for disabling metrics timers: --Xmetrics-timers-enabled=<boolean>


import picocli.CommandLine;

public class MetricsCLIOptions implements CLIOptions<MetricsConfiguration.Builder> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Not for this PR, but long term do you see us migrating the metrics HTTP Server CLI options here too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I think it would be great if we could start grouping all of the related options regardless of whether they're experimental or not.

@mbaxter mbaxter merged commit 7deecfc into PegaSysEng:master Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants