AMPS
  • What is AMPS?
  • Getting Started
    • Installation
      • Docker
      • Kubernetes
        • Local
        • Openshift
        • AWS
    • Setup
  • Fundamentals
    • Admin
      • Monitoring
        • Message Events
        • Sessions
        • Service Monitoring
        • System Logs
        • Audit Log
        • Consumers
      • Onboarding
        • Groups
        • Users
      • Message Configuration
        • Topics
        • Actions
        • Services
        • Scripts
        • Templates
        • Routing Rules
        • API Endpoints
        • Metadata Fields
        • Keys
        • Jobs
      • Data Configuration
        • Providers
        • Environments
        • Packages
      • Tools
      • System Configuration
    • End User
      • Mailboxes
      • Universe File Agent
      • Auth Tokens
    • Python
  • Use Cases
    • For Engineers
      • GitHub Integration
    • For Support
      • Intercom Integration
  • Guides
    • Creating your first project
    • Creating your first task
    • Advanced permissions
Powered by GitBook
On this page
  1. Fundamentals
  2. Admin
  3. Monitoring

Sessions

As their name implies, Sessions represent a single session of message processing or delivery to a topic. Message events and associated logs are emitted and grouped within sessions and they contain information regarding the start and end time of message processing. Sessions generally contain the status of the message that they are processing with the exception of sessions that are sleeping according to a subscriber's retry wait policy. In such cases, the session status will indicate the amount of time the session is sleeping for. Double-clicking a session navigates to the corresponding message for the session. Sessions have the following grid actions:

  • Terminate: Active sessions can be terminated for any reason and termination can be configured to either redeliver the message or prevent redelivery.

PreviousMessage EventsNextService Monitoring

Last updated 2 years ago