Custom app service not visible in consul and dashboard app service list #112
-
We have created a custom application service. It runs and works fine with what we need for the application but we can not see the custom application service in the EdgeX dashboard UI and also the configurations are not presented in the Consul as well. We want it to be present there so that we can update the configurations from the consul itself rather than doing it in the file. Any ideas about this? Any documentation or examples? I have tried searching it in the docu but I couldn't. Maybe I am missing something. So thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The EdgeX UI only shows instances of App Service Configurable. Custom app services will not show on the EdgeX UI. As for configuration in Consul, you must use the -cp/--configProvider command line flag. |
Beta Was this translation helpful? Give feedback.
The EdgeX UI only shows instances of App Service Configurable. Custom app services will not show on the EdgeX UI.
As for configuration in Consul, you must use the -cp/--configProvider command line flag.
See docs here: https://docs.edgexfoundry.org/2.3/microservices/configuration/CommonCommandLineOptions/#config-provider
Example in docker file here: https://github.com/edgexfoundry/app-service-configurable/blob/main/Dockerfile#L61