You can log on to the Enterprise Distributed Application Service (EDAS) console to
query the service list and service details of Dubbo applications that are deployed
in EDAS.
Background information
You can switch between the old and new versions of the Service Search page.
- In the new version, the systems uses EDAS Agent to query services in the EDAS registry,
MSE-hosted registry, and on-premises registries, including ZooKeeper, Nacos, Eureka,
and Consul.
- In the old version, you can only query services in the EDAS registry.
Limits
- On the new Service Search page, you can query services of all Dubbo versions and services
in all registries.
- On the old Service Search page, you can only query services of Dubbo 2.7.x that are
registered to the EDAS registry through Nacos.
View the service list
- In the left-side navigation pane, choose .
- On the Service Query page, select a region and a Namespaces to view the Dubbo services under the current account.
The following information about Dubbo services is displayed:
Service Name,
Version,
Group,
App Name, and
Number of instances.
If many services exist, you can filter services by Service Name, IP, or App Name. Filter keywords are case-insensitive. When you search for services by IP, pay attention to the following:
- Elastic Compute Service (ECS) cluster: Enter the IP address of the ECS instance.
- Container Service Kubernetes cluster: Enter the IP address of a pod.
Note If you can query services of your applications on the old Service Search page but
not on the new Service Search page, troubleshoot the problem by following these steps:
- The new Service Search page is released at 00:00:00 of January 20, 2020. You must
restart your applications after this time point so that they can be automatically
mounted with the latest EDAS Agent. Therefore, restart your applications before querying
services on the new Service Search page.
- Check whether the microservice framework version is supported. For more information
about the supported versions, see Limits.
View service details
- In the left-side navigation pane, choose .
- On the Service Query page, select a region and a Namespaces. Click a service name in the service list.
- On the Servive Detail page, view the details of the target service.
The Servive Detail page provides the following information: Basic Information, Service Call Relationship, and Metadata.
- Basic Information
- Service Call Relationship
The Service Call Relationship section provides the Service Providers and Service Consumers tabs, which list information such as the IP address, port number, serialization method, and timeout period.
- Metadata
The Metadata section provides Metadata and Interface Metadata.
- Information under Metadata includes metadata of the service and EDAS-provided metadata for implementing microservice
capabilities.
- Interface Metadata includes Method Name, Parameters, and Return Type.