summaryrefslogtreecommitdiff
path: root/spec/lib/prometheus
Commit message (Collapse)AuthorAgeFilesLines
* Fix pid discovery for Unicorn in PidProviderAleksei Lipniagov2019-07-261-14/+52
|
* Fix pid providing for PrometheusAleksei Lipniagov2019-07-181-0/+79
Use relative worker identifier for metrics (instead of Process.pid) and identify when Unicorn/Puma/Sidekiq is used. Previously, it was assumed that all metrics are gathered from Unicorn due to hardcoded implementation which was incorrect.