Presentation Summary Metrics

Summary metrics concisely show the most important metrics of a component. They are shown in the right-hand-side panel and when hovering a component in the Topology Perspective.

rank:
  specificity: 10
presentation:
  summary:
    metrics:
      - metricId: string
        order: double
        ... metric overrides ...

Merging

For each metric (identified by the metricId), more specific presentations can override fields from more generic presentations. If a metric is defined in the summary of a generic presentation, its fields will be used unless a specific presentation overrides them. The ordering is

  • Most Specific Summary Metric

  • Most Specific Generic Metric

  • Less Specific Summary Metric

  • Less Specific Generic Metric

  • etcetera

To reorder the metrics, you only need to override the order field in a metric section.