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

Import Issues - sdk/export/metric/aggregation #71

Closed
glozow opened this issue Jul 23, 2020 · 0 comments
Closed

Import Issues - sdk/export/metric/aggregation #71

glozow opened this issue Jul 23, 2020 · 0 comments

Comments

@glozow
Copy link
Contributor

glozow commented Jul 23, 2020

I'm trying to use the metrics exporter, but getting an import error:

package go.opentelemetry.io/otel/sdk/export/metric/aggregator: cannot find package "go.opentelemetry.io/otel/sdk/export/metric/aggregator" in any of:
	/usr/local/Cellar/go/1.14.5/libexec/src/go.opentelemetry.io/otel/sdk/export/metric/aggregator (from $GOROOT)
	/Users/gloriazhao/go/src/go.opentelemetry.io/otel/sdk/export/metric/aggregator (from $GOPATH)
	/Users/gloriazhao/stackdriver-sandbox/src/go.opentelemetry.io/otel/sdk/export/metric/aggregator

Not 100% sure what the issue is, but at quick glance it seems like it's trying to import aggregator package but it should be aggregation package. Is there something I can do to fix it?

Oh I see - it looks like it was called aggregator in v0.4.0 but was changed to aggregation recently.

@glozow glozow closed this as completed Jul 23, 2020
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

No branches or pull requests

1 participant