Updated on 2024-01-17 GMT+08:00

Eureka Collector (app-discovery-eureka)

This collector collects information about Eureka Servers and Eureka Clients through the development APIs provided by Eureka. For details about the configuration parameters, see Table 1.

Table 1 Parameters for configuring the Eureka collector

Parameter

Mandatory

Configuration

output_path

No

Enter the storage path of the collection result file (app-discovery-eureka-xxx.csv). If this parameter is left blank, the storage path defaults to <Collector installation path>\output\file.

Example: C:\Edge\tools\plugins\collectors\app-discovery-collectors\python\mgc-app-discovery-collectors\app-discovery-eureka\output\file\app-discovery-eureka-xxx.csv

password

No

If user authentication is enabled, enter the passwords for accessing the Eureka servers. Separate multiple passwords with commas (,) based on the endpoint sequence. If a server does not require a password, enter a space. Example: password1, ,password2

endpoint

Yes

Enter the Eureka server addresses. If Eureka is deployed as a cluster of servers, separate the addresses with commas (,). Example: http://IP address 1:Port 1,http://IP address 2:Port2

  • If user authentication is enabled, add the Username@ before IP address:Port. Example: http://Username@IP address 1:Port 1,http://Username@IP address 2:Port2
  • If HTTPS authentication is enabled, change http:// to https://.