Class OracleCloudMeterRegistryFactory
- java.lang.Object
-
- io.micronaut.oraclecloud.monitoring.OracleCloudMeterRegistryFactory
-
@Factory public class OracleCloudMeterRegistryFactory extends java.lang.Object
The OracleCloudMeterRegistryFactory that will configure and create an oracle cloud monitoring meter registry.- Since:
- 1.2
- Author:
- Pavol Gressa
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
LOG
static java.lang.String
ORACLECLOUD_METRICS_CONFIG
static java.lang.String
ORACLECLOUD_METRICS_ENABLED
-
Constructor Summary
Constructors Constructor Description OracleCloudMeterRegistryFactory(TenancyIdProvider tenancyIdProvider, io.micronaut.runtime.ApplicationConfiguration applicationConfiguration)
Creates OracleCloudMeterRegistryFactory.
-
-
-
Field Detail
-
LOG
public static final org.slf4j.Logger LOG
-
ORACLECLOUD_METRICS_CONFIG
public static final java.lang.String ORACLECLOUD_METRICS_CONFIG
- See Also:
- Constant Field Values
-
ORACLECLOUD_METRICS_ENABLED
public static final java.lang.String ORACLECLOUD_METRICS_ENABLED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OracleCloudMeterRegistryFactory
public OracleCloudMeterRegistryFactory(TenancyIdProvider tenancyIdProvider, io.micronaut.runtime.ApplicationConfiguration applicationConfiguration)
Creates OracleCloudMeterRegistryFactory.- Parameters:
tenancyIdProvider
- tenancy id providerapplicationConfiguration
- micronaut application configuration
-
-