heroku / roadmap

This is the public roadmap for Salesforce Heroku services.
194 stars 0 forks source link

Dyno Load errors and threshold alerts #151

Open trevorturk opened 1 year ago

trevorturk commented 1 year ago

Required Terms

What service(s) is this request for?

Heroku dynos

Tell us about what you're trying to solve. What challenges are you facing?

My current application is CPU constrained as opposed to memory constrained, and I noticed the Metrics tooling around "dyno load" is not as advanced as the memory stuff, presumably because being memory constrained is more common.

I wonder if it's worth considering adding a new error code as we have for memory errors: https://devcenter.heroku.com/articles/error-codes#r14-memory-quota-exceeded

I'd also love to see threshold alerts based on memory and dyno load as well. (For example, if my app's max dyno load is over 1.0 for 5 minutes, alert me.)

Thanks for your consideration!

swrobel commented 1 year ago

I would love to see more dyno alerts than what is currently available (Response times & failed requests). ex: dyno load & memory usage.