OpenMetrics, OpenTracing, OpenTelemetry - are we there yet? - Alexey Zimarev - NDC Oslo 2020

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024
  • Microservices and distributed systems became a norm over the last couple of years. With all the benefits of having small, decoupled units of processing messages and requests, comes the pain. The pain of losing control. The pain of not knowing what exactly happened when users start to complain that some part of a large system misbehaves.
    We learned about monitoring, metrics and traces - those pillars of observability. We use a bunch of tools to collect and categorise the information, but then we start drowning in the sea of logs, graphs and dashboards.
    Over recent years we saw multiple products and protocols emerging and even become de-facto standards. It happened with Prometheus that formed a foundation for OpenMetrics and with OpenTracing that is now widely supported by popular libraries and by monitoring software vendors. Then, the OpenTelemetry initiative emerged, aiming to rule them all, but it's still work in progress.
    It can be quite confusing for developers that want to instrument their systems and gain proper insights. During this talk, we'll go through the currently available standards and how we can instrument systems to collect logs, metrics and traces. Then, we'll try to look forward in time and see how OpenTelemetry might change all that, and what we can do to prepare for that future.
    Code examples will be given using C# and .NET Core.

ความคิดเห็น • 2

  • @matthiaskoch8758
    @matthiaskoch8758 3 ปีที่แล้ว +6

    Come on NDC people! Can’t you please fix audio offsets before upload?

  • @RafiBenAvi
    @RafiBenAvi 2 ปีที่แล้ว

    Well explained