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
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Currently custom heartbeats are accessible via /ops/heartbeat/[custom_heartbeat]. Since custom heartbeats are a resource, I propose that we follow RESTful conventions and update the route to /ops/heartbeats/[custom_heartbeat] as this will also allow us to use /ops/heartbeats as an index of all the custom heartbeats, while still allowing /ops/heartbeat to return a simple 200 OK result.