Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Alert titles: make more useful #16

Open
danielbeardsley opened this issue Feb 26, 2018 · 5 comments
Open

Alert titles: make more useful #16

danielbeardsley opened this issue Feb 26, 2018 · 5 comments

Comments

@danielbeardsley
Copy link
Member

"Threshold of 0 reached ..." Is pretty useless as far as an alert title goes.

image

Let's get the message in there earlier:
No request stats recorded since ...

There are a number of pieces of data:

  • Alert message
  • Level
  • Number of successive failures

Not sure exactly how those should be arranged, but the current behavior is pretty wonky.

@danielbeardsley
Copy link
Member Author

CC @n-fisher

@n-fisher
Copy link
Contributor

Templates

Voice:

{Notice|Warning|Critical} Alert: $Message. Threshold of $threshold reached.

Text:

{Notice|Warning|Critical} Alert: $Message. Threshold of $threshold reached at $Timestamp.

comment on these and I'll revise until we have consensus on desired message.

@danielbeardsley
Copy link
Member Author

How about:

{Notice|Warning|Critical} Alert: $Message. Started failing X time ago

Or if we can't get the time:

{Notice|Warning|Critical} Alert: $Message. Failed X checks in a row.

@n-fisher
Copy link
Contributor

@iFixit/coders

@sctice
Copy link

sctice commented Feb 27, 2018

I'd consider dropping "Alert", since I think it's implied by something like "Notice:" or "Critical:".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants