# Functions

NewMetricPusher creates a new OCI Metric pusher.
SendMetricData is used to send the metric.

# Constants

No description provided by the author
No description provided by the author
LBDelete is the OCI metric suffix for LB delete.
LBProvision is the OCI metric suffix for LB provision.
LBUpdate is the OCI metric suffix for LB update.
PVAttach is the OCI metric suffix for PV attach.
PVDelete is the OCI metric suffix for PV delete.
PVDetach is the OCI metric suffix for PV detach.
PVProvision is the OCI metric suffix for PV provision.
PVProvision is the OCI metric suffix for PV provision.
No description provided by the author

# Structs

MetricPusher is the wrapper used to push metrics to OCI monitoring service.

# Interfaces

MonitoringClient is wrapper interface over the oci golang monitoring client.