You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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 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.
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.
The text was updated successfully, but these errors were encountered: