Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

IBM C1000-189 Exam - Topic 5 Question 16 Discussion

What happens when multiple agent configuration files are created and put alongside the main configuration.yaml?
C) The configuration file is read in alphabetical order.
A) All configuration files are merged in alphabetical order.
B) Only the first file is processed while other files are silently ignored.
D) An error is thrown since only one configuration file is allowed at any time.

IBM C1000-189 Exam - Topic 5 Question 16 Discussion

Actual exam question for IBM's C1000-189 exam
Question #: 16
Topic #: 5
[All C1000-189 Questions]

What happens when multiple agent configuration files are created and put alongside the main configuration.yaml?

Show Suggested Answer Hide Answer
Suggested Answer: C

IBM Instana Observability's agent supports modularized configuration through multiple YAML configuration fragments within its configuration directory. As described in the documentation: 'When multiple configuration files exist alongside the main configuration.yaml, the agent reads each in alphabetical order and applies configurations sequentially.' This mechanism supports composable and layered configuration management, allowing base settings in configuration.yaml to be overridden or extended by secondary fragments. The key design principle is deterministic merge order---guaranteeing predictable configuration hierarchies across deployments. This method improves maintainability in large environments by facilitating separation of sensitive and technology-specific settings while maintaining a consistent merge process. IBM warns not to name multiple files with overlapping keys unless intentional overrides are desired. The merge is additive and case-sensitive, processed lexicographically, providing administrators both flexibility and traceability for troubleshooting and auditing. There is no error generated when multiple files are present; rather, Instana agent gracefully integrates them during initialization, a behavior that promotes advanced configuration modularity for complex deployments.


Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel