akoutmos / prom_ex

An Elixir Prometheus metrics collection library built on top of Telemetry with accompanying Grafana dashboards
MIT License
594 stars 104 forks source link

fix persistent-term issue on endpoint #205

Closed pau-riosa closed 1 year ago

pau-riosa commented 1 year ago

Change description

Instead of using Process.sleep/1,

What problem does this solve?

Issue number: (if applicable)

RuntimeError: could not find persistent term for endpoint MODULE. Make sure your endpoint is started and note you cannot access endpoint functions at compile-time

Example usage

Additional details and screenshots

Checklist