mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Expose the startup timestamp to Prometheus (#2233)
## 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 <michael@sigmaprime.io>
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3721,6 +3721,8 @@ dependencies = [
|
||||
"environment",
|
||||
"eth2_network_config",
|
||||
"futures 0.3.13",
|
||||
"lazy_static",
|
||||
"lighthouse_metrics",
|
||||
"lighthouse_version",
|
||||
"logging",
|
||||
"remote_signer",
|
||||
|
||||
Reference in New Issue
Block a user