Moments

Moments as control plane events in Hotpot.

Moments in Hotpot are control-plane, human-scale events. There are many types, which we'll document below. Hotpot is concerned with the various signals that represent work and disturbances in your organization. We're talking about alerts, pages, and incidents as well as day-to-day stuff like near-misses (and more coming soon).

Where do moments come from?

Moments come from our integrations as well as from you and your organization via tools like Slack. We also have a moment API you can use to send us all your useful moment data. As an example, you might use Hotpot with Datadog and Sentry. Each of those tools can page you using Hotpot, but they can also send all their warnings and other signal to Hotpot for you to keep track of. With Hotpot receiving all these moments you can use them in triage!

Moment types

There are many types of moments, each of which represent important operational signals. We plan to development many more moment types, each with special data included in them as well as special functionality within Hotpot.

Hotpot moment and their tapes are not connected to any type of notification or workflows. They are after-the-fact creations, meant to capture something that happened. Creating a Page moment type, for example, will never page someone. It's merely bookkeeping!

Alerts

Alerts represent an alert being generated, usually from some sort of monitoring or observability tool. These alerts need not be critical, but can be any urgency. Hotpot wants them all! The goal is to collect all the signals these tools emit and use that to help improve awareness and to track how often they are noisy or actionable.

Incident

When your organization declares an incident, it's often a big deal. Sending these events to Hotpot helps to connect the context of an incident with all the other signals you generate. In post you may find interesting connections with alerts that did (or did not!) fire in the lead up or during an incident.

Near-miss

Sometimes we get lucky. We notice that we ran a command and left off the --qa flag or some other footgun. In these cases it can be helpful to record this situation as evidence to help with future investment. Hotpot isn't just about reactive stuff, but proactive as well. These can be an interesting part of handoff discussion.

Page

Paging someone is expensive. You're interrupting them and bringing their attention to a problem that (hopefully) needs solving. Keeping track of how often people are paged and the impact that has is important both individually and in the context of the larger operational picture of your organization.

Last updated