Practical OpenTelemetry for .NET - Martin Thwaites - NDC Oslo 2023

19,562
0
2023-06-22に共有
OpenTelemetry is the biggest project to come out of The Cloud Native Compute Foundation since a little thing they did called "Kubernetes", and it's become the De Facto Standard for exporting telemetry data from your application. So how do you implement it? is it hard?

In this talk, we'll go through Tracing, Metrics, and Logs from a .NET perspective. I'll show how easy and simple it is to implement, and give you the heads up on the gotchas you might face.


Check out our new channel:
NDC Clips:
‪@ndcclips‬

Check out more of our featured speakers and talks at
ndcconferences.com/
ndcoslo.com/

コメント (11)
  • @DamienSawyer
    That was excellent. Exactly what I was after. Thank you!
  • I personally prefer the static implementation of the DiagnosticConfig as opposed to injecting it. Nice to know it can be done that way as well.
  • Wow a lot of internet manual/tutorial over the internet MUST he updated, there are a lot of changes with this new version.
  • @Gab-ub2pw
    I did not unterstand properly: what is particular wrong with his injection implementation ?
  • a bit aggressive tone. also would be good if the data generated could be shared. other than that good presentation, thank you.