Wiki
  • Introduction
  • Inspirations
  • Software
    • Systems Design
    • Tooling
    • npm
    • CLI
    • Programming Languages
    • Terminal
    • Shell Scripting
    • macOS
    • Networking
      • TCP
      • WebSockets
      • Web RTC
    • Web Development
      • React
      • HTML / CSS
    • Backups
    • Unix
    • Observability / Monitoring
    • SRE
    • Vim
  • Web Design
    • Inspirations
  • Project Management
    • Lean
  • Career
    • Job Hunting
  • Finances
    • Car Buying
  • Clothing
    • Material
    • Mid Layers and Jackets
    • Base Layers
    • Shoes
    • Socks
  • Productivity
    • Goals
    • Learning
    • Computer Usage
  • Well Being
    • Social Bonding
    • Gratitude
    • Health
      • Injury
      • Water Fluoridation
      • Vitamin D
      • Magnesium
      • Breathing
      • Vision
      • Anxiety
      • Hydration
      • Sleep
        • White Noise / Background Noise
        • Napping
        • Wakefulness
      • Nutrition
        • Intermittent Fasting
        • Alcohol
      • Exercise
        • When to exercise
      • Standing
      • Longevity
    • Learning
    • Laundry
    • Hygiene
      • Oral Hygiene
        • Buying a Toothbrush
        • Flossing
    • Raynaud’s
    • Skin Care
      • Face Care
      • Sun Protection
    • Hair
      • Pomade
    • Sore Feet
  • Ideas
    • Leveraging and Training our Brain's autopilot
    • Keys
    • Mental Models
  • Craft
    • Coffee
    • Parenting
    • Handywork
    • Cooking
    • Golf
      • Personal
  • Travel
    • Flying
    • Does wearing a hat keep you cooler in the heat?
  • Cryptocurrency
  • English
  • Miscellaneous
  • GTD
  • Quantum Computing
  • German
  • German Culture
  • Mechanical Keyboards
  • Mosquitoes
Powered by GitBook
On this page
  • Notes
  • Links
  1. Software

Observability / Monitoring

PreviousUnixNextSRE

Last updated 3 years ago

Notes

  • Monitoring is the verb. You monitor your application

    • Observability is the property of the system; the ability to be observed

  • No matter how great our monitoring smarts, they’ll count for little if folks don’t use them when designing, developing or testing their applications. Moreover, if a system can’t be applied in context of work being performed, it’ll just end up on the “too hard to use” shelf. ()

  • Observability is a measure of how well internal states of a system can be inferred from knowledge of its external outputs ()

  • Monitoring gives software teams instrumentation, which collects data about their systems and allows them to quickly respond when errors and issues occur. Observability, on the other hand, is the practice of instrumenting those systems with tools to gather actionable data that provides not only the when of an error or issue, but, more important, the why. ()

  • Telemetry in software refers to the ethical and transparent collection of user and usage data from software usually over the internet while adhering to stringent security and privacy standards throughout the process. ()

Links

  • ()

source
source
source
source
Monitoring and Observability — What’s the Difference and Why Does It Matter? – The New Stack
Telemetry in Software. There’s no getting away from telemetry… | by Vardhan Dugar | justDevTalk | Medium
Profile a React App for Performance
MELT
OpenTelemetry