Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 936 Bytes

kibana-plugin-core-server.metricsservicesetup.md

File metadata and controls

20 lines (12 loc) · 936 Bytes

Home > kibana-plugin-core-server > MetricsServiceSetup

MetricsServiceSetup interface

APIs to retrieves metrics gathered and exposed by the core platform.

Signature:

export interface MetricsServiceSetup 

Properties

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.