10 KiB
metrics
https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json
Entity that represents a Metrics
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | metrics.json |
Metrics entity Type
object
(Metrics entity)
Metrics entity Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
id | string |
Required | cannot be null | Basic type |
name | string |
Required | cannot be null | Metrics entity |
fullyQualifiedName | string |
Optional | cannot be null | Metrics entity |
description | string |
Optional | cannot be null | Metrics entity |
href | string |
Optional | cannot be null | Basic type |
owner | object |
Optional | cannot be null | Entity Reference type |
service | object |
Required | cannot be null | Entity Reference type |
usageSummary | object |
Optional | cannot be null | Usage Details type |
id
Unique id used to identify an entity
id
-
is required
-
Type:
string
-
cannot be null
-
defined in: Basic type
id Type
string
id Constraints
UUID: the string must be a UUID, according to RFC 4122
name
Name that identifies the this metrics instance uniquely.
name
-
is required
-
Type:
string
-
cannot be null
-
defined in: Metrics entity
name Type
string
name Constraints
maximum length: the maximum number of characters for this string is: 64
minimum length: the minimum number of characters for this string is: 1
fullyQualifiedName
Unique name that identifies a metric in the format 'ServiceName.MetricName'
fullyQualifiedName
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Metrics entity
fullyQualifiedName Type
string
fullyQualifiedName Constraints
maximum length: the maximum number of characters for this string is: 64
minimum length: the minimum number of characters for this string is: 1
description
Description of metrics instance. What is has and how to use it
description
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Metrics entity
description Type
string
href
Link to the resource corresponding to this entity
Link to the resource
href
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Basic type
href Type
string
href Constraints
URI: the string must be a URI, according to RFC 3986
owner
Entity reference that includes entity ID and entity type
owner
-
is optional
-
Type:
object
(Entity Reference) -
cannot be null
-
defined in: Entity Reference type
owner Type
object
(Entity Reference)
service
Entity reference that includes entity ID and entity type
service
-
is required
-
Type:
object
(Entity Reference) -
cannot be null
-
defined in: Entity Reference type
service Type
object
(Entity Reference)
usageSummary
Type used to return usage details of an entity
usageSummary
-
is optional
-
Type:
object
(Type used to return usage details of an entity) -
cannot be null
-
defined in: Usage Details type
usageSummary Type
object
(Type used to return usage details of an entity)
metrics-properties-description
https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json#/properties/description
Description of metrics instance. What is has and how to use it
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | metrics.json* |
description Type
string
metrics-properties-fullyqualifiedname
https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json#/properties/fullyQualifiedName
Unique name that identifies a metric in the format 'ServiceName.MetricName'
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | metrics.json* |
fullyQualifiedName Type
string
fullyQualifiedName Constraints
maximum length: the maximum number of characters for this string is: 64
minimum length: the minimum number of characters for this string is: 1
metrics-properties-name
https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/metrics.json#/properties/name
Name that identifies the this metrics instance uniquely.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | metrics.json* |
name Type
string
name Constraints
maximum length: the maximum number of characters for this string is: 64
minimum length: the minimum number of characters for this string is: 1