Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storage): monitored resource detection (#11197)
* fix(storage): populate monitored resource correctly * refactor with additional integration tests * refactor initialization of metricsContext * remove exporter experimental option and add manual reader for tests * go mod tidy * dependency inject gcp detector for testing * revert removal of metricExporter option * revert changes to metricExporter option tests * use struct embedding * pass in resource correctly to exporter * update test using resource value * add tests checking resource values * add option to disable exporter in unit tests * address feedback * use project-id not project_id...
- Loading branch information