Skip to content

Fix missing instance metrics_dir method#2679

Merged
aramprice merged 2 commits intocloudfoundry:mainfrom
neddp:fix_missing_instance-level_metrics_dir_method
Feb 26, 2026
Merged

Fix missing instance metrics_dir method#2679
aramprice merged 2 commits intocloudfoundry:mainfrom
neddp:fix_missing_instance-level_metrics_dir_method

Conversation

@neddp
Copy link
Member

@neddp neddp commented Feb 26, 2026

What is this change about?

Adds the missing instance method that was missed in #2654.

Please provide contextual information.

The metrics_dir was only added as a class method, but it was called as an instance method.
See #2678 for more details.

What tests have you run against this PR?

Unit tests.
Tested with the change and the director starts okay with metrics_server enabled.

How should this change be described in bosh release notes?

Fixes a bug that was created with #2654 by adding the missing metrics_dir instance method.

Does this PR introduce a breaking change?

Fixes #2678

@Alphasite
Copy link
Contributor

thank you!

@neddp neddp marked this pull request as ready for review February 26, 2026 07:48
@github-project-automation github-project-automation bot moved this from Inbox to Pending Merge | Prioritized in Foundational Infrastructure Working Group Feb 26, 2026
@aramprice aramprice merged commit 214a262 into cloudfoundry:main Feb 26, 2026
8 checks passed
@github-project-automation github-project-automation bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Bosh::Director::Config missing instance-level metrics_dir method (introduced in #2654)

3 participants