Opensearch dashboards.opsmetrics
Home > opensearch-dashboards > OpsMetrics
OpsMetrics interface
Regroups metrics gathered by all the collectors. This contains metrics about the os/runtime, the OpenSearch Dashboards process and the http server.
Signature:
export interface OpsMetrics
Properties
| Property | Type | Description |
|---|---|---|
| collected_at | Date | Time metrics were recorded at. |
| concurrent_connections | OpsServerMetrics['concurrent_connections'] | number of current concurrent connections to the server |
| os | OpsOsMetrics | OS related metrics |
| process | OpsProcessMetrics | Process related metrics |
| requests | OpsServerMetrics['requests'] | server requests stats |
| response_times | OpsServerMetrics['response_times'] | server response time stats |