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

otlp exporter readme appears to be out of date #1395

Closed
pmcollins opened this issue Dec 11, 2020 · 0 comments · Fixed by #1441
Closed

otlp exporter readme appears to be out of date #1395

pmcollins opened this issue Dec 11, 2020 · 0 comments · Fixed by #1441
Labels
bug Something isn't working documentation Provides helpful information good first issue Good for newcomers help wanted Extra attention is needed

Comments

@pmcollins
Copy link
Member

Hi!

I wanted to experiment with the code listed here but found that it doesn't compile for me.

The line

	pusher := push.New(simple.NewWithInexpensiveDistribution(), exporter)

has the error Cannot use 'simple.NewWithInexpensiveDistribution()' (type export.AggregatorSelector) as type export.Checkpointer Type does not implement 'export.Checkpointer'. I think I found the solution by looking at test code but thought I should add this to track updating the readme.

Thanks!

@MrAlias MrAlias added bug Something isn't working documentation Provides helpful information good first issue Good for newcomers help wanted Extra attention is needed labels Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Provides helpful information good first issue Good for newcomers help wanted Extra attention is needed
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants