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

Move timestamp functions to pdata package #1709

Conversation

tigrannajaryan
Copy link
Member

This is necessary to prevent circular package dependency that
can arise when we need to hide certain pdata functions in the
internal package in a commit that is coming soon in
#1703

This is necessary to prevent circular package dependency that
can arise when we need to hide certain pdata functions in the
internal package in a commit that is coming soon in
open-telemetry#1703
@codecov
Copy link

codecov bot commented Sep 1, 2020

Codecov Report

Merging #1709 into master will increase coverage by 0.02%.
The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1709      +/-   ##
==========================================
+ Coverage   92.39%   92.41%   +0.02%     
==========================================
  Files         264      265       +1     
  Lines       19960    19972      +12     
==========================================
+ Hits        18442    18458      +16     
+ Misses       1089     1087       -2     
+ Partials      429      427       -2     
Impacted Files Coverage Δ
translator/internaldata/traces_to_oc.go 82.22% <75.00%> (ø)
translator/internaldata/old_metrics_to_oc.go 92.03% <90.00%> (ø)
consumer/pdata/timestamp.go 100.00% <100.00%> (ø)
translator/internaldata/metrics_to_oc.go 92.35% <100.00%> (ø)
translator/internaldata/oc_to_metrics.go 92.99% <100.00%> (ø)
translator/internaldata/oc_to_old_metrics.go 87.84% <100.00%> (ø)
translator/internaldata/oc_to_traces.go 86.45% <100.00%> (ø)
translator/trace/jaeger/traces_to_jaegerproto.go 88.23% <100.00%> (ø)
translator/trace/zipkin/traces_to_zipkinv2.go 92.56% <100.00%> (ø)
... and 1 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 274fb4e...932d2cd. Read the comment docs.

@tigrannajaryan tigrannajaryan merged commit 82525f3 into open-telemetry:master Sep 1, 2020
@tigrannajaryan tigrannajaryan deleted the feature/tigran/move-timestamp branch September 1, 2020 20:37
bogdandrutu pushed a commit to bogdandrutu/opentelemetry-collector that referenced this pull request Sep 1, 2020
This is necessary to prevent circular package dependency that
can arise when we need to hide certain pdata functions in the
internal package in a commit that is coming soon in
open-telemetry#1703
bogdandrutu pushed a commit to bogdandrutu/opentelemetry-collector that referenced this pull request Sep 1, 2020
This is necessary to prevent circular package dependency that
can arise when we need to hide certain pdata functions in the
internal package in a commit that is coming soon in
open-telemetry#1703
bogdandrutu added a commit that referenced this pull request Sep 1, 2020
This is necessary to prevent circular package dependency that
can arise when we need to hide certain pdata functions in the
internal package in a commit that is coming soon in
#1703

Co-authored-by: Tigran Najaryan <[email protected]>
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