kibana/packages/kbn-apm-config-loader
Mikhail Shustov 40674b53be
Enable APM agent (#116283)
* update APM agent to version with v8 client support

* enable APM agent back
2021-10-26 18:28:46 +01:00
..
src Enable APM agent (#116283) 2021-10-26 18:28:46 +01:00
BUILD.bazel Update APM nodejs agent to v3.21.1 (#112504) 2021-09-20 13:40:33 +02:00
jest.config.js
package.json chore(NA): moving @kbn/apm-config-loader to babel transpiler (#107146) 2021-07-29 14:24:12 -04:00
README.md
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00

@kbn/apm-config-loader

Configuration loader for the APM instrumentation script.

This module is only meant to be used by the APM instrumentation script (src/apm.js) to load the required configuration options from the kibana.yaml configuration file with default values.

Why not just use @kbn-config?

@kbn/config is the recommended way to load and read the kibana configuration file, however in the specific case of APM, we want to only need the minimal dependencies before loading elastic-apm-node to avoid losing instrumentation on the already loaded modules.