V2Fly.orgV2Fly.org
Quick Start
Config Reference
Config Reference (v5, WIP)
Tools
Developer Guide
New concise guide
  • 简体中文
  • English
GitHub
Quick Start
Config Reference
Config Reference (v5, WIP)
Tools
Developer Guide
New concise guide
  • 简体中文
  • English
GitHub
  • Config Reference

    • Configuration File Format
    • Environment variables
    • DNS Server
    • Routing
    • Policy
    • Inbounds
    • Outbounds
    • Transport
    • Remote control API
    • Stats
    • Reverse Proxy
    • Multiple config
    • "Fake" DNS server
    • Browserforwarder
    • Observatory
  • Protocols

    • Blackhole
    • DNS
    • Dokodemo-door
    • Freedom
    • HTTP
    • Socks
    • VMess
    • Shadowsocks
    • Trojan
    • VLESS
    • Loopback
    • Hysteria2
  • Transport

    • TCP
    • mKCP
    • WebSocket
    • HTTP/2
    • QUIC
    • DomainSocket
    • gRPC
    • Hysteria2
  • Service

    • Stats
    • Policy
    • Browser Forwarder
    • Burst Observatory
      • PingConfigObject
    • Background Observatory
    • Tun
    • Subscription Manager

Burst Observatory

  • Name: burstObservatory
  • Type: Service
  • ID: service.burstObservatory

subjectSelector: string

The selectors for outbound under observation

pingConfig: PingConfigObject

PingConfigObject

destination: string

Ping destination URL. It should return 204 on success.

connectivity: string

Connectivity check URL.

interval: number

Health check interval, int64 values of time.Duration

samplingCount: number

Sampling count is the amount of recent ping results which are kept for calculation

timeout: number

Ping timeout, int64 values of time.Duration

Edit this page on GitHub
Last Updated:
Contributors: Shelikhoo, Arınç ÜNAL
Prev
Browser Forwarder
Next
Background Observatory