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
Is your feature request related to a problem? Please describe.
When using boltdb and filesystem storage in microservices mode it is difficult to implement retention and the compactor because they both need access to the storage (which is on the single ingester).
It would be nice if it was possible to run a selection of services using --target so that compactor, ingester and tablemanager could be all on one node while still offloading query processing to other services.
Describe the solution you'd like
Supporting a comman seperated list of services with the --target parameter. ie --target=ingester,compactor,tablemanager
Describe alternatives you've considered
Just using monolithic mode or moving to a local minio
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using boltdb and filesystem storage in microservices mode it is difficult to implement retention and the compactor because they both need access to the storage (which is on the single ingester).
It would be nice if it was possible to run a selection of services using --target so that compactor, ingester and tablemanager could be all on one node while still offloading query processing to other services.
Describe the solution you'd like
Supporting a comman seperated list of services with the --target parameter. ie
--target=ingester,compactor,tablemanager
Describe alternatives you've considered
Just using monolithic mode or moving to a local minio
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: