Home > kibana-plugin-core-server > MetricsServiceSetup
APIs to retrieves metrics gathered and exposed by the core platform.
Signature:
export interface MetricsServiceSetup
Property | Type | Description |
---|---|---|
getOpsMetrics$ | () => Observable<OpsMetrics> |
Retrieve an observable emitting the OpsMetrics gathered. The observable will emit an initial value during core's start phase, and a new value every fixed interval of time, based on the opts.interval configuration property. |