We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add registration_time for the network service endpoints.
registration_time
message NetworkServiceEndpoint { string name = 1; repeated string network_service_names = 2; map<string, NetworkServiceLabels> network_service_labels = 3; string url = 4; google.protobuf.Timestamp expiration_time = 5; google.protobuf.Timestamp initial_registration_time = 6; }
expiration_time updates by registry by each refresh register.
expiration_time
registration_time will be set once per registration by the registry side.
registration_time can be used for statistics goals and also for identity issues and sorting issues.
The text was updated successfully, but these errors were encountered:
@edwarnicke WDYT?
Sorry, something went wrong.
@denis-tingaikin Might it make more sense to call it initial_registration_time?
@edwarnicke I think yes :)
The description is updated.
registrationtime
glazychev-art
Successfully merging a pull request may close this issue.
Suggestion
Add
registration_time
for the network service endpoints.How it will be used
expiration_time
updates by registry by each refresh register.registration_time
will be set once per registration by the registry side.registration_time
can be used for statistics goals and also for identity issues and sorting issues.Motivation
The text was updated successfully, but these errors were encountered: