-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ public void bindTo(MeterRegistry registry) { | |
|
||
TimeGauge.builder("process.start.time", runtimeMXBean, TimeUnit.MILLISECONDS, RuntimeMXBean::getStartTime) | ||
.tags(tags) | ||
.description("Start time of the process since unix epoch in seconds.") | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mweirauch
Contributor
|
||
.description("Start time of the process since unix epoch.") | ||
.register(registry); | ||
} | ||
} |
1 comment
on commit 5632cd4
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.
Tested locally. Works for me. Will put it into a PR.
This polish indeed breaks
pushgateway
integration as ofv1.0.6
:Which results in HTTP 500 error when pulling metrics from the gateway