Uses of Interface
io.helidon.integrations.oci.telemetry.OciMetricsRx
-
Packages that use OciMetricsRx Package Description io.helidon.integrations.oci.telemetry Integration with OCI Telemetry. -
-
Uses of OciMetricsRx in io.helidon.integrations.oci.telemetry
Methods in io.helidon.integrations.oci.telemetry that return OciMetricsRx Modifier and Type Method Description OciMetricsRx
OciMetricsRx.Builder. build()
static OciMetricsRx
OciMetricsRx. create()
Deprecated, for removal: This API element is subject to removal in a future version.Create OCI metrics using the defaultOciRestApi
.static OciMetricsRx
OciMetricsRx. create(Config config)
Deprecated, for removal: This API element is subject to removal in a future version.Create OCI metrics based on configuration.Methods in io.helidon.integrations.oci.telemetry with parameters of type OciMetricsRx Modifier and Type Method Description static OciMetrics
OciMetrics. create(OciMetricsRx reactive)
Deprecated, for removal: This API element is subject to removal in a future version.Create blocking OCI metrics from its reactive counterpart.
-