-
Notifications
You must be signed in to change notification settings - Fork 820
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 OpenTelemetry Collector exporter for web #499
Comments
Please suggest name for the package. One suggestion: opentelemetry-exporter-web-collector opentelemetry-exporter-* is matching with other exporters name pattern, web is to indicate that this is meant for browser and collector is the backend name similat to zipkin/jaeger. |
|
I agree with |
it appeared to be easier to create web and node at the same time. I named this as |
Add OpenTelemetry Collector (aka "agent") exporter for Web SDK. The OpenTelemetry Collector can receive traces and metrics from processes instrumented by OpenTelemetry and exports traces and metrics to one or more monitoring/tracing backends. One of the advantage of this approach is that you don't have to write all exporters in native language.
The best reference architecture would be Browser > OpenTelemetry Collector Exporter > OpenTelemetry Collector > Destination(s)
Reference code: https://github.com/census-instrumentation/opencensus-web/tree/master/packages/opencensus-web-exporter-ocagent
The text was updated successfully, but these errors were encountered: