You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request the addition of a feature in run-o11y-run that allows users to selectively run specific services from the observability stack. Currently, run-o11y-run starts all the services defined in the docker-compose.yml file. However, there are scenarios where running only a subset of services would be more efficient or necessary.
Proposed Solution
The proposed solution is to enhance run-o11y-run with the ability to specify which services to run when executing the command. This can be achieved by introducing a new flag or argument that accepts a comma-separated list of service names. When this flag is provided, run-o11y-run should only start the specified services and their dependencies, ignoring the rest.
Expected Behaviour
With this enhancement, users can have finer control over the execution of the observability stack. For example, running only the essential services during development or testing phases, or isolating specific services for troubleshooting or performance analysis purposes.
Additional Considerations
It would be beneficial to provide an option to list the available services in the docker-compose.yml file, making it easier for users to identify the service names they want to run.
Proper error handling and informative messages should be implemented in case of invalid service names or missing dependencies.
This feature would enhance the flexibility and usability of run-o11y-run, allowing users to tailor their observability stack to their specific needs.
The text was updated successfully, but these errors were encountered:
Description
I would like to request the addition of a feature in run-o11y-run that allows users to selectively run specific services from the observability stack. Currently, run-o11y-run starts all the services defined in the docker-compose.yml file. However, there are scenarios where running only a subset of services would be more efficient or necessary.
Proposed Solution
The proposed solution is to enhance run-o11y-run with the ability to specify which services to run when executing the command. This can be achieved by introducing a new flag or argument that accepts a comma-separated list of service names. When this flag is provided, run-o11y-run should only start the specified services and their dependencies, ignoring the rest.
Expected Behaviour
With this enhancement, users can have finer control over the execution of the observability stack. For example, running only the essential services during development or testing phases, or isolating specific services for troubleshooting or performance analysis purposes.
Additional Considerations
This feature would enhance the flexibility and usability of run-o11y-run, allowing users to tailor their observability stack to their specific needs.
The text was updated successfully, but these errors were encountered: