SAP HANA · Schema

MetricDataPoint

A single metric data point at a specific timestamp.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
timestamp string ISO 8601 timestamp for the data point.
value number The metric value at the given timestamp.
min number The minimum value observed during the aggregation interval.
max number The maximum value observed during the aggregation interval.
avg number The average value observed during the aggregation interval.
View JSON Schema on GitHub