LogoLogo
WebsiteGithubDiscord
  • 🚀Getting Started
    • Ostara 101
    • Why Ostara
    • Quick Start
    • Privacy
    • Changelog
  • 📖Documentation
    • Folders
      • Creating / Updating Folders
    • Agents
      • Agent Version Compatibility Matrix
      • Configuration
        • Service Discovery
          • Internal
          • Kubernetes
          • ZooKeeper
      • Installation
        • Mac/Linux
        • Kubernetes
    • Applications
      • Creating / Updating Applications
    • Instances
      • Creating / Updating Instances
    • Authentication Settings
      • Types
        • None
        • Inherit
        • Basic
        • Bearer Token
        • Header
        • Query String
  • 📗Features
    • Abilities
    • Folder Features
      • Overview
        • Dashboard
        • Applications
    • Agent Features
      • Overview
        • Dashboard
    • Application Features
      • Overview
        • Dashboard
        • Instances
      • Manage
        • Loggers
        • Caches
      • Monitor
        • Metric Notifications
        • Health Notifications
    • Instance Features
      • Insights
        • Dashboard
        • Health
        • Info
        • Metrics
        • System Environment
        • System Properties
        • App Properties
        • Beans
        • HTTP Requests
        • Quartz
        • Scheduled Tasks
        • Mappings
        • Flyway
        • Liquibase
        • Integration Graph
      • Manage
        • Loggers
        • Logfile
        • Caches
        • Togglz
      • JVM
        • Thread Profiling
        • Heap Dump
      • Misc
        • Shutdown
    • In-App Demo
    • Local Backups
  • ⚠️Troubleshooting
    • Connecting to Agents
      • Service Discovery
    • No data for Info
    • Environment variables / System properties / App properties are partially or fully masked
    • Not all requests appear in HTTP Requests
    • Known Issues for Spring Boot 2
Powered by GitBook
On this page
  • Overview
  • Usage
  • Troubleshooting
  • Required Abilities

Was this helpful?

  1. Features
  2. Instance Features
  3. Insights

HTTP Requests

PreviousBeansNextQuartz

Last updated 2 years ago

Was this helpful?

Overview

HTTP Requests allows you to view statistics regarding different endpoints in your system and their usage.

Usage

Each expandable row is divided into 4 cards

Methods

Shows the request count grouped by the different HTTP methods, their max time and their total time if present.

Statuses

Shows the request count grouped by the returned HTTP status codes, their max time and their total time if present.

Outcomes

Shows the request count grouped by the request's outcomes, their max time and their total time if present.

Exceptions

Shows the request count grouped by the request's exceptions, their max time and their total time if present.

Troubleshooting

  • Not all requests appear in HTTP Requests

Required Abilities

📗
HTTP Request Statistics