-
Notifications
You must be signed in to change notification settings - Fork 539
Closed
Labels
Description
Related
APM UI is planning to remove the "All environments" dropdown option, since mixing data between environments causes more harm than good. We are also going to remove the option "No environment defined".
Lastly, we will default to showing services from "production". This default will be configurable and there will still be a dropdown in the UI to change environment
These changes means that services without environments won't show up any more. To solve this I suggest that service.environment is made required. Either by requiring agents to specify an environment or by filling it out automatically if empty. In this case I suggest defaulting to "production".