Interface OciMetrics
public interface OciMetrics
Blocking APIs for OCI Metrics.
-
Method Summary
Modifier and TypeMethodDescriptionstatic OciMetricscreate(OciMetricsRx reactive) Create blocking OCI metrics from its reactive counterpart.postMetricData(PostMetricData.Request request) Publishes raw metric data points to the Monitoring service.
-
Method Details
-
create
Create blocking OCI metrics from its reactive counterpart.- Parameters:
reactive- reactive OCI metrics- Returns:
- blocking OCI metrics
-
postMetricData
Publishes raw metric data points to the Monitoring service. For more information about publishing metrics, see Publishing Custom Metrics. For important limits information, see Limits on Monitoring. Per-call limits information follows. Dimensions per metric group*. Maximum: 20. Minimum: 1. Unique metric streams*. Maximum: 50. Transactions Per Second (TPS) per-tenancy limit for this operation: 50. *A metric group is the combination of a given metric, metric namespace, and tenancy for the purpose of determining limits. A dimension is a qualifier provided in a metric definition. A metric stream is an individual set of aggregated data for a metric, typically specific to a resource. For more information about metric-related concepts, see Monitoring Concepts.- Parameters:
request- metric request- Returns:
- metric response
-