Resource Search Box
This document was translated by ChatGPT
#1. Resource Search Box
The Resource Search Box is used in Application - Resource Analysis, Network - Resource Analysis, and Network - Resource Inventory.

01-Resource Search Box
- ① Search Snapshot: Refer to the Search Snapshot section for details
- ② Search Input Mode: Allows switching between different search input modes, currently including Free Search, Container Search, and Process Search. See the following sections for details.
#1.1 Free Search

02-Free Search
- ① Search Condition Input Box: Supports Chinese and English auto-completion, and supports using Tags from the data table as search conditions
- ② Clear Search Conditions: Clears the
Search Condition Input Box - ③ Switch Primary Group: Resource grouping, corresponding to
Resourcein the feature interface - ④ Switch Secondary Group: Other groupings, corresponding to
Group Attributesin the feature interface
In the Search Condition Input Box, each complete search condition is called a Search Tag. The following explains in detail how to manage Search Tags.

03-Search Tag

04-Operators

05-Candidates
- ① Tag Name: Supports querying Tags in the data table. For detailed descriptions, see
Database Fields- Supports Chinese and English auto-completion
- Hover over the Tag name to view detailed information
- Semantics: Different Tags are connected with
and. The same Tag uses different logical operators depending on theoperator:- a:
=,:,~are connected withor - b:
!=,!:,!~are connected withand - c:
>=,<=,>,<are connected withand - After connecting a/b/c, they are further connected with
and. For example:
Search Condition Input Box: server_port > 20, server_port < 80, server_port != 44, server_port != 45
The effective condition is(server_port > 20 and server_port < 80) and (server_port != 44 and server_port != 45)
- a:
- ② Operator: Currently supports exact match, fuzzy match, and regex match
- Exact Match: Corresponds to
=,!=,>=,<=operators. Forresource typeTags, exact match is based on resource ID; for others, it matches exactly as entered - Fuzzy Match: Corresponds to
:,!:operators. String matching supports*wildcard. For example,*123*matches all strings containing123, while123matches only strings exactly equal to123 - Regex Match: Corresponds to
~,!~operators. Performs string regex matching
- Exact Match: Corresponds to
- ③ Tag Value: Select or directly enter the value to filter
- NULL: Null value, usually used with
!=to mean filtering outall - ⑦ Table Filtering: When candidate items have duplicate names or multiple selections are needed, use
Table Filteringto precisely locate resources
- NULL: Null value, usually used with
- ④ Disable: Disables the search condition corresponding to the current
Search Tag - ⑤ Edit: Edits the search condition corresponding to the current
Search Tag - ⑥ Delete: Deletes the current
Search Tag
#1.2 Container Search
The container search mode fixes commonly used resource Tags in container scenarios as dropdown menus, making it easy to quickly filter container resources.

06-Container Search
- ① Container Resource Dropdown: Click the dropdown to quickly select the container resource to filter. The options in the following dropdowns can be linked to the previous selection.
- ② Search Condition Input Box: See the
Free Searchsection above for details - ③ Collapse Search Condition Input Box: Click to quickly collapse the
Search Condition Input Box - ④ Switch Group: Quickly switch container resource Tags
#1.3 Process Search
The process search mode is similar to container search, but fixes commonly used process-related Tags as dropdown menus to quickly filter process resources.

07-Process Search
#2. Application Scenarios
#2.1 View the service performance of a specific workload
- Feature Page: Application - Metrics
- Search Tag: pod_ns = gcp-microservices-demo
- Primary Group: auto_service
- Secondary Group: --

05-Query Result
#2.2 View the performance of a specific workload in a specific namespace
- Feature Page: Application - Metrics
- Search Tag: pod_ns = gcp-microservices-demo, pod_group : loadgenerator
- Primary Group: auto_service
- Secondary Group: --

06-Query Result
#2.3 View the top 5 cloud servers by traffic
- Feature Page: Network - Services
- Search Tag: None
- Primary Group: chost
- Secondary Group: --

07-Query Result
#2.4 View the top 5 server ports by traffic for a specific cloud server
- Feature Page: Network - Services
- Search Tag: role = server
- Primary Group: chost
- Secondary Group: server_port

08-Query Result
#2.5 View the network performance of a specific port on a specific cloud server
- Feature Page: Network - Services
- Search Tag: role = server, chost = cn-chengdu.172.16.0.196, server_port = 22
- Primary Group: chost
- Secondary Group: server_port

09-Query Result