We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting FIN_METRICS_EXPORT_GC=true allows the service to run successfully. Otherwise, it crashes with the following error-
FIN_METRICS_EXPORT_GC=true
> @ucd-lib/fin-service-utils@0.2.19 uber > node uber/index.js Setting up node OpenTelemetry metrics { 'service.name': 'uber', 'service.version': '2.5.1.239', 'service.namespace': 'aggie-experts-localhost', 'service.instance.id': 'uber-318af6824741' } /fin/services/node_modules/@opentelemetry/sdk-metrics/build/src/export/PeriodicExportingMetricReader.js:32 aggregationSelector: (_a = options.exporter.selectAggregation) === null || _a === void 0 ? void 0 : _a.bind(options.exporter), ^ TypeError: Cannot read properties of undefined (reading 'selectAggregation') at new PeriodicExportingMetricReader (/fin/services/node_modules/@opentelemetry/sdk-metrics/build/src/export/PeriodicExportingMetricReader.js:32:57) at init (/fin/services/node-utils/lib/metrics/index.js:63:19) at Object.<anonymous> (/fin/services/node-utils/lib/metrics/index.js:91:1) at Module._compile (node:internal/modules/cjs/loader:1356:14) at Module._extensions..js (node:internal/modules/cjs/loader:1414:10) at Module.load (node:internal/modules/cjs/loader:1197:32) at Module._load (node:internal/modules/cjs/loader:1013:12) at Module.require (node:internal/modules/cjs/loader:1225:19) at require (node:internal/modules/helpers:177:18) at Object.<anonymous> (/fin/services/node-utils/index.js:2:17) Node.js v18.19.0
The text was updated successfully, but these errors were encountered:
patched at c495468 . Build in progress for 2.5.2
2.5.2
Sorry, something went wrong.
No branches or pull requests
Setting
FIN_METRICS_EXPORT_GC=true
allows the service to run successfully. Otherwise, it crashes with the following error-The text was updated successfully, but these errors were encountered: