Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 863 Bytes

tracing.md

File metadata and controls

23 lines (16 loc) · 863 Bytes

Application Tracing

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMEND", "MAY", and "OPTIONAL" in this document are to interpreted as described in RFC 2119.

The final implementations MAY decorate the objects with more functionality than covered in the recommendation however they MUST implement the indicated interfaces and functionality first.

Goal

TBD

Definitions

  • Framework - An application framework (or micro-framework) that runs a developers code.
    Eg. Laravel, Symfony, CakePHP, Slim
  • Library - Any library that developers may include that adds additional functionality
    Eg. Image Manipulation, HTTP Clients, 3rd Party SDK's
  • Provider - An organization that offers APM as a service. Typically via a composer package