Commit 2156207
fix: set metrics correctly (#2339)
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
closes #2338
this pr fixes metrics config setting, previously we were always setting
metrics to false via the default settings
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Refactor**
- Updated metrics initialization to use the instrumentation settings
from the node configuration instead of a fixed default. This allows for
more flexible and configurable metrics setup.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: tac0turtle <you@example.com>1 parent 8d8fa81 commit 2156207
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments