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

Metrics: Rename sdk/export/metric.ExportKind to aggregation.Temporality #2274

Merged
merged 13 commits into from Oct 15, 2021

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Oct 1, 2021

This is a re-do of #2272.
Part of #2273.

@codecov
Copy link

codecov bot commented Oct 1, 2021

Codecov Report

Merging #2274 (790cf48) into main (e72a235) will increase coverage by 0.0%.
The diff coverage is 89.5%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2274   +/-   ##
=====================================
  Coverage   72.6%   72.6%           
=====================================
  Files        171     172    +1     
  Lines      11918   11918           
=====================================
+ Hits        8660    8663    +3     
+ Misses      3023    3021    -2     
+ Partials     235     234    -1     
Impacted Files Coverage Δ
...tlp/otlpmetric/internal/otlpmetrictest/otlptest.go 0.0% <0.0%> (ø)
...dk/export/metric/aggregation/temporality_string.go 0.0% <0.0%> (ø)
sdk/export/metric/metric.go 0.0% <ø> (-44.7%) ⬇️
sdk/metric/controller/controllertest/test.go 100.0% <ø> (ø)
sdk/metric/processor/processortest/test.go 85.5% <85.7%> (ø)
sdk/export/metric/aggregation/temporality.go 96.1% <96.1%> (ø)
bridge/opencensus/exporter.go 100.0% <100.0%> (ø)
exporters/otlp/otlpmetric/exporter.go 60.6% <100.0%> (ø)
...otlp/otlpmetric/internal/metrictransform/metric.go 79.0% <100.0%> (ø)
exporters/otlp/otlpmetric/options.go 100.0% <100.0%> (ø)
... and 4 more

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
sdk/export/metric/aggregation/temporality.go Outdated Show resolved Hide resolved
sdk/export/metric/aggregation/temporality.go Outdated Show resolved Hide resolved
sdk/export/metric/aggregation/temporality.go Outdated Show resolved Hide resolved
sdk/export/metric/aggregation/temporality.go Outdated Show resolved Hide resolved
sdk/export/metric/aggregation/temporality.go Outdated Show resolved Hide resolved
sdk/export/metric/aggregation/temporality.go Outdated Show resolved Hide resolved
jmacd and others added 5 commits October 14, 2021 04:25
…entelemetry-go into jmacd/exportkind_aggtemporality
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
@MrAlias
Copy link
Contributor

MrAlias commented Oct 14, 2021

It looks like the stringer generation needs to be run again.

…o jmacd/exportkind_aggtemporality

Apply a few "ekind" -> "temporality" fixes while resolving conflicts.
@jmacd
Copy link
Contributor Author

jmacd commented Oct 15, 2021

Are we expected to manually insert the vanity import for generated files?

@jmacd
Copy link
Contributor Author

jmacd commented Oct 15, 2021

make lint succeeds for me locally. Can anyone suggest a fix?

@MrAlias
Copy link
Contributor

MrAlias commented Oct 15, 2021

Are we expected to manually insert the vanity import for generated files?

I'm not that familiar with the vanity import tooling that was added, but that doesn't seem ideal. It seems like that is what was done in the PR that added that instrumentation -

package attribute // import "go.opentelemetry.io/otel/attribute"

@MrAlias
Copy link
Contributor

MrAlias commented Oct 15, 2021

It looks like the latest update of that tooling has a fix to skip generated files and dependabot just opened a PR for it #2288.

I'll plan to merge this first though given we have a manual fix.

@MrAlias MrAlias merged commit 6df0de1 into open-telemetry:main Oct 15, 2021
@jmacd jmacd deleted the jmacd/exportkind_aggtemporality branch July 7, 2022 15:08
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.

None yet

3 participants