scoutapp / roadmap

The public roadmap for Scout application monitoring.
https://scoutapp.com
16 stars 2 forks source link

Custom Chart markers #4

Open itsderek23 opened 7 years ago

itsderek23 commented 7 years ago

Add the ability to add markers to charts to identify things like the begin/end of outages.

We currently have markers for deploys and alerts.

lmansur commented 7 years ago

+1

Our deploy process takes a while to complete so it would be great if we could add a custom marker (via API preferably) as soon as the deploy starts and measure how much it impacts our response time.

itsderek23 commented 7 years ago

Just to clarify: this is in addition to our deploy markers @lmansur? Deploy markers appear after a newly deployed revision is deployed to any app server.

lmansur commented 7 years ago

Yes @itsderek23. We would like to add a Custom Marker as soon as we start deploying instead of as soon as a new app server is started. In our case, there is a considerable difference in minutes between them.

pokrovskyy commented 6 years ago

+1, suggested the same thing on Scout Slack a minute ago. This would allow making a custom note on the chart eg. upgraded / reconfigured server hardware / software etc. or some other external event not necessarily recorded in git. And then see how it affected the performance over time

ideasasylum commented 6 years ago

Just came across this issue because I was looking for a way to annotate charts with configuration changes (in this case, scaling dynos, changing WEB_CONCURRENCY & max number of Puma threads etc). Although Heroku deploys a new version when the environment variables change, this isn't reflected in Scout because it uses the Git SHA (AFAIK).

Wouldn't be nice just to note these changes on the chart