Skip to Content
HeadGym
Tags:#events#real-time#stream#debugging

Events

The Events page provides a real-time stream of system events from all clusters and resources.

Overview

The Events module displays a continuous feed of events happening across your MAR platform. Events help you understand what’s happening in real-time and can be used for debugging and monitoring.

Event Properties

PropertyDescription
TimeTimestamp when the event occurred
SeverityEvent importance (info, warning, error, success)
TypeCategory of event (instance, cluster, webhook, config)
MessageDescription of the event
ResourceAffected resource
SourceOrigin of the event

Severity Levels

  • Info - Informational events, normal operations
  • Warning - Potential issues that may need attention
  • Error - Problems that require investigation
  • Success - Successful completion of operations

Event Types

TypeDescription
InstanceEvents related to instance lifecycle
ClusterEvents related to cluster operations
WebhookEvents related to webhook delivery
ConfigEvents related to configuration changes

Filtering

Search events by message content or resource name.

Type Filter

Filter by event type:

  • All Types
  • Instance
  • Cluster
  • Webhook
  • Config

Severity Filter

Filter by severity:

  • All Severities
  • Error
  • Warning
  • Info
  • Success

Live Mode

Toggle Live mode to automatically receive new events as they occur. When enabled:

  • A green indicator shows live status
  • New events appear automatically
  • Click “Paused” to stop live updates

Viewing Details

Click on any event to see full details including:

  • Complete event metadata
  • Related information
  • Context for debugging

Common Events

EventDescription
Instance crashedInstance terminated unexpectedly
Memory utilization exceededCluster or instance exceeded memory threshold
Config profile appliedConfiguration successfully applied
Scale-up completedCluster scaling operation finished
Webhook delivery failedFailed to deliver webhook payload
Instance restart count exceededInstance restarting too frequently
Health check passedInstance passed health verification
Cluster state changedCluster transitioned to new state

Use Cases

  • Real-time Monitoring - See what’s happening now
  • Debugging - Correlate issues with specific events
  • Trending - Identify patterns in event frequency
  • Alert Correlation - Connect events to alert incidents
Last updated on