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
I successfully start the infrastructure related containers using the command docker-compose -f .\infrastructure.yml up -d. I then configure Visual Studio to start all APIs using the "Multiple startup projects" option . However, when I navigate to Prometheus http://localhost:9090/targets I see that all APIs have status DOWN:
Is this due to the fact that the APIs are running outside the docker context? If so, is there a way to run infrastructure in container while the APIs are started from the IDE?
Thanks.
The text was updated successfully, but these errors were encountered:
I successfully start the infrastructure related containers using the command
docker-compose -f .\infrastructure.yml up -d
. I then configure Visual Studio to start all APIs using the "Multiple startup projects" option . However, when I navigate to Prometheushttp://localhost:9090/targets
I see that all APIs have status DOWN:Is this due to the fact that the APIs are running outside the docker context? If so, is there a way to run infrastructure in container while the APIs are started from the IDE?
Thanks.
The text was updated successfully, but these errors were encountered: