-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
PB-6455 :: Stats last report_time added #237
Conversation
OSS Scan Results:
Total issues: 33 |
License Evaluation Results:
Total License Issues: 0 |
pkg/apis/v1/api.proto
Outdated
@@ -1828,6 +1828,8 @@ message MetricsInspectRequest { string org_id = 1; } | |||
|
|||
message MetricsInspectResponse { | |||
repeated Stats stats = 1; | |||
// Time at which stats response is recorded in epoch time format | |||
int64 report_time = 2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change this to last_sync_time
? Once change please go ahead and merge it
OSS Scan Results:
Total issues: 33 |
License Evaluation Results:
Total License Issues: 0 |
Signed-off-by: Vikas Kumar <[email protected]>
OSS Scan Results:
Total issues: 33 |
License Evaluation Results:
Total License Issues: 0 |
What this PR does / why we need it:
We are introducing last updated time for stats on dashboard cards
Which issue(s) this PR fixes (optional)
Closes #PB-6455
Special notes for your reviewer: