HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/@osd/apm-config-loader/README.md
# @osd/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 `opensearch_dashboards.yaml` configuration file with
default values.

### Why not just use @osd-config?

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