parthp2107 edd43f30ab
updated the json schema doc and metadata-ingestion doc (#768)
Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
2021-10-14 16:19:34 +05:30

1.6 KiB

Metrics

This schema defines the Metrics entity. Metrics are measurements computed from data such as Monthly Active Users. Some of the metrics that measures used to determine performance against an objective are called KPIs or Key Performance Indicators, such as User Retention.

$id: https://open-metadata.org/schema/entity/data/metrics.json

Type: object

Properties

  • id required
  • name required
    • Name that identifies this metrics instance uniquely.
    • Type: string
    • Length: between 1 and 64
  • fullyQualifiedName
    • A unique name that identifies a metric in the format 'ServiceName.MetricName'.
    • Type: string
    • Length: between 1 and 64
  • displayName
    • Display Name that identifies this metric.
    • Type: string
  • description
    • Description of metrics instance, what it is, and how to use it.
    • Type: string
  • href
  • owner
  • service required
  • usageSummary

This document was updated on: Thursday, October 14, 2021