-
Notifications
You must be signed in to change notification settings - Fork 379
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
use OpenTelemetry with Google Trace #9656
Comments
Currently, no - but we're looking at this, as captured in #8366. Assigning to @Rishabh-V to see if there's more to this issue than I can spot (as he's been looking at this) but I suspect it'll be best if you (@christopheblin) subscribe to #8366 and we keep that as the single source of updates for OpenTelemetry. |
Hi @christopheblin, There is an option to use OpenTelemetry with ASP.NET Core and Google Cloud Trace.
These steps should get you started. However, we can't actually recommend these packages at the moment, partly as they're third-party packages we're not responsible for, and partly because they're pre-releases. |
@jskeet @Rishabh-V thanks for the detailed answers, I already follow #8366 so I'm glad it will be included there ! this is such a pleasure to work with you ❤️ I'll investigate the solution proposed by @Rishabh-V next week and report here |
Great, thanks. I'll close this issue now, so we can keep everything on the other issue. |
Hi Christopheblin, Did you give it a try. Wondering if you evaluated it(telemetry dot net with StackDriver exporter ) as I wanted to give it a try. |
In my code, I am currently using builder.Services.AddGoogleDiagnosticsForAspNetCore() as documetned in https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Diagnostics.AspNetCore3/latest
Now, I'd like to switch to a more generic Opentelemetry approach (like very well described with zipkin in https://craftbakery.dev/try-zipkin/)
I see that other languages should directly use Open Telemetry (https://cloud.google.com/trace/docs/setup#recommended_client_libraries)
=> is there a chance that we can already switch to Open Telemetry with Asp.NET Core ?
If yes, is there a chance to have some pointers ?
The text was updated successfully, but these errors were encountered: