kibana/packages/kbn-apm-config-loader
2021-05-21 00:03:54 +01:00
..
src chore(NA): enable preserve symlinks for ts without breaking packages development (#95433) 2021-03-31 00:02:22 +01:00
BUILD.bazel chore(NA): correctly setup dep order on js_library to fix windows build (#100420) 2021-05-21 00:03:54 +01:00
jest.config.js
package.json chore(NA): moving @kbn/apm-config-loader into bazel (#98323) 2021-04-27 18:44:41 +01:00
README.md
tsconfig.json chore(NA): moving @kbn/apm-config-loader into bazel (#98323) 2021-04-27 18:44:41 +01: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.