Skip to content
New issue

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

Add support for diffs of MetricData #1405

Merged
merged 1 commit into from
Jul 22, 2020
Merged

Add support for diffs of MetricData #1405

merged 1 commit into from
Jul 22, 2020

Conversation

pmcollins
Copy link
Member

This is in support of issue #652 and in response to a request by the team to break a large PR into smaller chunks.

This change allows us to diff MetricData, which will be required by the validation step in the testbed when checking for metric correctness.

@bogdandrutu
Copy link
Member

Fix tests?

@pmcollins
Copy link
Member Author

Fixed.

@codecov
Copy link

codecov bot commented Jul 21, 2020

Codecov Report

Merging #1405 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1405   +/-   ##
=======================================
  Coverage   90.67%   90.67%           
=======================================
  Files         221      221           
  Lines       15816    15818    +2     
=======================================
+ Hits        14341    14343    +2     
  Misses       1061     1061           
  Partials      414      414           
Impacted Files Coverage Δ
internal/goldendataset/metric_gen.go 100.00% <100.00%> (ø)

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 dcf59b3...7b7dd0f. Read the comment docs.

testbed/testbed/metric_diff.go Show resolved Hide resolved
@bogdandrutu bogdandrutu merged commit 9d75512 into open-telemetry:master Jul 22, 2020
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
…y#1405)

Bumps [boto3](https://github.com/boto/boto3) from 1.21.25 to 1.21.27.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.21.25...1.21.27)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants