-
Notifications
You must be signed in to change notification settings - Fork 809
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
[Merged by Bors] - Expose the startup timestamp to Prometheus #2233
Conversation
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.
LGTM
bors r+ |
Build failed (retrying...): |
bors r- |
Canceled. |
bors r+ |
Build failed (retrying...): |
Build failed (retrying...): |
Build failed: |
bors r+ |
Chose the wrong bisection bors! bors r- |
Canceled. |
Will put this in the next merge batch, as it conflicted with #2239 |
bors r+ |
## Issue Addressed Resolves #1788 ## Proposed Changes As per #1788, expose the time at which the process started via the `process_start_time_seconds` Prometheus metric. This will help users track uptime. ## Additional Info NA Co-authored-by: Michael Sproul <[email protected]>
Pull request successfully merged into unstable. Build succeeded: |
## Issue Addressed Resolves #1788 ## Proposed Changes As per #1788, expose the time at which the process started via the `process_start_time_seconds` Prometheus metric. This will help users track uptime. ## Additional Info NA Co-authored-by: Michael Sproul <[email protected]>
This reverts commit c459492.
Issue Addressed
Resolves #1788
Proposed Changes
As per #1788, expose the time at which the process started via the
process_start_time_seconds
Prometheus metric. This will help users track uptime.Additional Info
NA