We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f09f5 commit c8a0d60Copy full SHA for c8a0d60
experimental/packages/otlp-transformer/test/metrics.test.ts
@@ -320,8 +320,7 @@ describe('Metrics', () => {
320
scopeMetrics: [
321
{
322
scope: {
323
- name: 'mylib',
324
- version: '0.1.0',
+ ...expectedScope,
325
schemaUrl: expectedSchemaUrl,
326
},
327
metrics: metricData,
@@ -855,7 +854,7 @@ describe('Metrics', () => {
855
854
856
857
858
- scope: { name: 'mylib', version: '0.1.0' },
+ scope: expectedScope,
859
860
metrics: [
861
0 commit comments