kibana/packages/core/metrics/core-metrics-server
Gerard Soldevila 46522d76da
Remove non-essential ES-client stats from /api/stats (#145120)
[PR #141434](https://github.com/elastic/kibana/pull/141434) exposes a
bunch of metrics related to the Elasticsearch Client in the `/api/stats`
endpoint.
While all these stats are interesting, some of them might be less
relevant than others right now.

Let's start by exposing only those stats that are more critical from a
monitoring standpoint.

<img width="440" alt="image"
src="https://user-images.githubusercontent.com/25349407/201688243-4e33cd88-5fa2-48b7-b8ca-2fd175271adc.png">
2022-11-14 10:11:46 -07:00
..
src Remove non-essential ES-client stats from /api/stats (#145120) 2022-11-14 10:11:46 -07:00
BUILD.bazel [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
index.ts Collect metrics about the active/idle connections to ES nodes (#141434) 2022-10-04 17:43:41 +02:00
jest.config.js Migrate core's metrics service to packages (#136909) 2022-07-25 09:09:33 -07:00
kibana.jsonc add kibana.jsonc files to existing packages (#138965) 2022-09-08 13:31:57 -07:00
package.json [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
README.md Migrate core's metrics service to packages (#136909) 2022-07-25 09:09:33 -07:00
tsconfig.json fix(NA): wrongly spread stripInternal and rootDir configs across packages (#144463) 2022-11-03 01:04:55 +00:00

@kbn/core-metrics-server

This package contains the public types for Core's server-side metrics service.