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

Service built from app-service-configurable not appear on App Service List on EdgeX UI #547

Open
tntthanh opened this issue Aug 12, 2022 · 3 comments
Labels
question Further information is requested

Comments

@tntthanh
Copy link

Hi everyone,
Please help me on this thing - that I had built service into execute file using this source repo (app-service-configurable), then run. But when examining EdgeX UI on port 4000 at App Service List, I don't see the service appearing on the list, although it operated normally that it had exported data stably and correctly.
Thanh you very much.

@tntthanh tntthanh added the question Further information is requested label Aug 12, 2022
@badboy-huaqiao
Copy link
Member

badboy-huaqiao commented Aug 15, 2022

@tntthanh all the meta data of app services are obtained from consul, so your custom app service has to be registered with consul, and it must have a registered name prefixed with app- .

@OctopusLian
Copy link

I have the same problem.
first, I successful start an edgex ap service

./app-a -cp=consul.http://localhost:8500 -o

second, visit http://localhost:4000/en-US/#/app-service/app-service-list
image

I want to this name is app-a application service appear edgex-ui-go app service list,what should I do

@lenny-goodell
Copy link
Member

@OctopusLian what service key name are you using in the code? or what name is showing up in Consul for your App?
The service key is used as the "name" of the service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants