Uses of Class
io.helidon.integrations.oci.telemetry.PostMetricData.MetricDataPoint
Packages that use PostMetricData.MetricDataPoint
-
Uses of PostMetricData.MetricDataPoint in io.helidon.integrations.oci.telemetry
Methods in io.helidon.integrations.oci.telemetry that return PostMetricData.MetricDataPointModifier and TypeMethodDescriptionPostMetricData.MetricDataPoint.builder()Create a new builder.PostMetricData.MetricDataPoint.count(int count) The number of occurrences of the associated value in the set of data.PostMetricData.MetricDataPoint.timestamp(TemporalAccessor instant) Timestamp of the metric.Timestamp as date.PostMetricData.MetricDataPoint.value(double value) Numeric value of the metric.Methods in io.helidon.integrations.oci.telemetry with parameters of type PostMetricData.MetricDataPointModifier and TypeMethodDescriptionPostMetricData.MetricData.addDataPoint(PostMetricData.MetricDataPoint dataPoint) A list of metric values with timestamps.