Amazon CodeGuru Profiler · JSON Structure

Amazon Codeguru Profiler Frame Metric Datum Structure

Information about a frame metric and its values.

Type: object Properties: 2 Required: 2
AmazonApplication PerformanceProfilingDevOpsMachine Learning

FrameMetricDatum is a JSON Structure definition published by Amazon CodeGuru Profiler, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

frameMetric values

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-frame-metric-datum-structure.json",
  "name": "FrameMetricDatum",
  "description": " Information about a frame metric and its values. ",
  "type": "object",
  "properties": {
    "frameMetric": {
      "$ref": "#/components/schemas/FrameMetric"
    },
    "values": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FrameMetricValues"
        },
        {
          "description": " A list of values that are associated with a frame metric. "
        }
      ]
    }
  },
  "required": [
    "frameMetric",
    "values"
  ]
}