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

Add user facing logging API for OpenTelemetry C++ #2093

Closed
ThomsonTan opened this issue Apr 13, 2023 · 0 comments · Fixed by #2094
Closed

Add user facing logging API for OpenTelemetry C++ #2093

ThomsonTan opened this issue Apr 13, 2023 · 0 comments · Fixed by #2094

Comments

@ThomsonTan
Copy link
Contributor

Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue on opentelemetry-specification first.

Is your feature request related to a problem?
The OpenTelemetry Spec currently defines bridge-api which is not intended to be called by application developers. OpenTelemetry C++ needs create its own user facing C++ for application developer to instrument their code.

Describe the solution you'd like
Design a new set of logging API to support common scenario based on the bridge API.

Describe alternatives you've considered
Existing API has drawbacks to be used in production for large volume instrumentation.

Additional context
Add any other context about the feature request here.

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 a pull request may close this issue.

1 participant