Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Fix docs #457

Merged
merged 2 commits into from
Apr 1, 2019
Merged

Conversation

mayurkale22
Copy link
Member

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #457 into master will increase coverage by 0.39%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #457      +/-   ##
==========================================
+ Coverage   94.27%   94.66%   +0.39%     
==========================================
  Files         150      150              
  Lines        8782     9649     +867     
  Branches      711      726      +15     
==========================================
+ Hits         8279     9134     +855     
- Misses        503      515      +12
Impacted Files Coverage Δ
src/trace/propagation/noop-propagation.ts 50% <0%> (-50%) ⬇️
src/common/validations.ts 80% <0%> (-20%) ⬇️
src/internal/cls.ts 91.66% <0%> (-8.34%) ⬇️
src/tags/propagation/text-format.ts 95% <0%> (-5%) ⬇️
src/tags/propagation/variant-encoding.ts 95.83% <0%> (-4.17%) ⬇️
src/tags/propagation/binary-serializer.ts 95.23% <0%> (-0.92%) ⬇️
src/internal/string-utils.ts 100% <0%> (ø) ⬆️
src/index.ts 100% <0%> (ø) ⬆️
src/stats/metric-producer.ts 100% <0%> (ø) ⬆️
src/http-stats.ts 100% <0%> (ø) ⬆️
... and 63 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 469d15a...f49d240. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Apr 1, 2019

Codecov Report

Merging #457 into master will increase coverage by 0.4%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #457     +/-   ##
=========================================
+ Coverage   94.27%   94.67%   +0.4%     
=========================================
  Files         150      150             
  Lines        8782     9724    +942     
  Branches      711      726     +15     
=========================================
+ Hits         8279     9206    +927     
- Misses        503      518     +15
Impacted Files Coverage Δ
src/trace/propagation/noop-propagation.ts 50% <0%> (-50%) ⬇️
src/common/validations.ts 80% <0%> (-20%) ⬇️
src/internal/cls.ts 91.66% <0%> (-8.34%) ⬇️
src/tags/propagation/text-format.ts 95% <0%> (-5%) ⬇️
src/tags/propagation/variant-encoding.ts 95.83% <0%> (-4.17%) ⬇️
src/tags/propagation/binary-serializer.ts 95.23% <0%> (-0.92%) ⬇️
src/internal/string-utils.ts 100% <0%> (ø) ⬆️
src/index.ts 100% <0%> (ø) ⬆️
src/stats/metric-producer.ts 100% <0%> (ø) ⬆️
src/jaeger.ts 83.87% <0%> (ø) ⬆️
... and 58 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 469d15a...be531ae. Read the comment docs.

Copy link
Contributor

@draffensperger draffensperger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On minor nit on a comment, but this is a great cleanup!

import {BucketBoundaries} from './bucket-boundaries';
import {MetricUtils} from './metric-utils';
import {Recorder} from './recorder';
import {AggregationData, AggregationType, Measure, Measurement, StatsExemplar, View} from './types';

const RECORD_SEPARATOR = String.fromCharCode(30);

/** Implementation for the Base View class. */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this comment be more descriptive in terms of the role that BaseView plays?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in be531ae. Thanks

@mayurkale22 mayurkale22 merged commit 26eb382 into census-instrumentation:master Apr 1, 2019
@mayurkale22 mayurkale22 deleted the minor_fix branch April 1, 2019 17:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants