0

My microservice called user-service and registration in consul.But in consul panel no time show.I would like to get what time the service is registered.Is there any way to achieve?

Now the panel show below :

enter image description here

1 Answers1

0

Consul does not record when a service was registered into the catalog.

You could implement this yourself by recording the registration time in a metadata tag on when registering the service. See Consul's Service Registration - Adding Meta Data docs for more info.

Blake Covarrubias
  • 2,138
  • 2
  • 6
  • 14