Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
This is nice for a few reasons:
* Change properties without rebuilding
* Set easily from CLI
But it has several problems:
* Not discoverable
* Doesn't make sense for properties you want to leave on, requires external configuration
* Only configurable module-wide
* Doesn't scale to complex inter-related properties
We also started internally experimenting with constructor properties, like configuring tracing for microbench, but this the similar (smaller) problem that it's only configurable class-wide.
Profiling and level of tracing would both be hugely useful to configure in code, but we should define a scalable configuration API for this.