New Relic · JSON Structure

New Relic Application Structure

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Application is a JSON Structure definition published by New Relic, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

application

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Application",
  "properties": {
    "application": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "settings": {
          "type": "object",
          "properties": {
            "app_apdex_threshold": {
              "type": "number"
            },
            "enable_real_user_monitoring": {
              "type": "boolean"
            },
            "end_user_apdex_threshold": {
              "type": "number"
            }
          }
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}