-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 back the otlpmetric{http,grpc} exporter code #2807
Comments
Looking at the previous package structure, I do not think the Instead of bringing this confusion forward into the next release I propose these types are removed from the func New(ctx context.Context, opts ...Option) (metric.Exporter, error) |
Now is a good time to reduce the options included in the |
This might not be possible if we plan to continue support for environment variables. A connection will need to be setup in that case. |
Giving this some thought, the need for consistency out-weighs the improvements this alternate approach would offer. Users already using the |
Closed by #3155 |
Blocked by the metric SDK having a working example in the new_sdk/main branchRemoved in #2802
The text was updated successfully, but these errors were encountered: