Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] in naming console, add filter function by metadata #3917

Closed
horizonzy opened this issue Sep 26, 2020 · 3 comments
Closed

[Feature] in naming console, add filter function by metadata #3917

horizonzy opened this issue Sep 26, 2020 · 3 comments
Labels
kind/feature type/feature
Milestone

Comments

@horizonzy
Copy link
Collaborator

horizonzy commented Sep 26, 2020

Is your feature request related to a problem? Please describe.

in naming console, we want to filter instance by metadata, such as bule/green, it will help us find the instance quickly. and in the future, we can batch operate instance such as enable/disable. this necessary is very useful.

@horizonzy horizonzy changed the title [] [Feature] in naming console, add filter function by metadata Sep 26, 2020
@KomachiSion KomachiSion added the kind/feature type/feature label Sep 27, 2020
@horizonzy
Copy link
Collaborator Author

the back-end logic complete. and the front-end need @jzhishu help.

@KomachiSion
Copy link
Collaborator

It's a big features. For nacos, the metadata is an inner attributes for instance and service, we do not build the index for these.
If we need filter in console, we need looking for all services and instances.

If we have to add this feature, it might add some limitation to use, such as only filter one services.

@horizonzy
Copy link
Collaborator Author

It's a big features. For nacos, the metadata is an inner attributes for instance and service, we do not build the index for these.
If we need filter in console, we need looking for all services and instances.

If we have to add this feature, it might add some limitation to use, such as only filter one services.

yes. It just filter instances in services, and operration base on instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature type/feature
Projects
None yet
Development

No branches or pull requests

2 participants