Fundamentals

In this section you will find information on App Metrics fundamentals like how to define and record application metrics. For a quick start on App Metrics usage, first see the Getting Started Guide, then review the following documentation sections.

    Configuration

    App Metrics provides access to configuration options via the MetricsBuilder. These configuration options include: Property Description DefaultContextLabel Metrics recorded through the IMetrics interface are grouped into “Contexts”, for example a database context or application context. Metrics names should be unique per context. If no context label is presented when recording a metric. This value can be changed through the DefaultContextLabel option, default is “Application”.

    Defining & Recording

    Tagging & Organizing