You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR -- : PrometheusExporter::Instrumentation::Process Prometheus Exporter Failed To Collect Stats undefined method 'hostname' for PrometheusExporter:Module
Does this mean I cannot use PrometheusExporter::Instrumentation::Process for processes that do not have a hostname attached to them?
Custom metrics still work fine.
Thanks for the help,
Finn
The text was updated successfully, but these errors were encountered:
Hi!
I've got a custom worker process that is running separately from my Rails API (just under ruby). When I try adding
PrometheusExporter::Instrumentation::Process.start(type: WORKER_NAME, labels: { process: PROCESS_NUMBER })
I get the error
ERROR -- : PrometheusExporter::Instrumentation::Process Prometheus Exporter Failed To Collect Stats undefined method 'hostname' for PrometheusExporter:Module
Does this mean I cannot use
PrometheusExporter::Instrumentation::Process
for processes that do not have a hostname attached to them?Custom metrics still work fine.
Thanks for the help,
Finn
The text was updated successfully, but these errors were encountered: