opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

docs(metrics-exporters): fix wrong exporter const name in example

Open pichlermarc opened this issue 1 year ago • 1 comments

Which problem is this PR solving?

The exporter const was named exporter and used incorrectly as metricExporter in the Exporter's README.mds. This PR fixes that by changing the name to metricExporter.

Thanks to @julianocosta89 for pointing this out :slightly_smiling_face:

pichlermarc avatar Sep 22 '22 08:09 pichlermarc

Codecov Report

Merging #3271 (8fbd335) into main (c268832) will decrease coverage by 0.01%. The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3271      +/-   ##
==========================================
- Coverage   93.38%   93.36%   -0.02%     
==========================================
  Files         240      240              
  Lines        7177     7177              
  Branches     1487     1487              
==========================================
- Hits         6702     6701       -1     
- Misses        475      476       +1     
Impacted Files Coverage Δ
...-trace-base/src/platform/node/RandomIdGenerator.ts 87.50% <0.00%> (-6.25%) :arrow_down:

codecov[bot] avatar Sep 22 '22 08:09 codecov[bot]