You MUST Instrument Your Code With OpenTelemetry (OTEL)!

  Рет қаралды 47,596

DevOps Toolkit

DevOps Toolkit

Күн бұрын

Пікірлер: 86
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Do you instrument your code?
@devnetindonesia9716
@devnetindonesia9716 2 жыл бұрын
Hi Viktor, you type it "Robuta" in description, hope you find this usefull
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Thanks for the note. Corrected :)
@fpvclub7256
@fpvclub7256 2 жыл бұрын
We use Dynatrace today for tracing.. I will investigate openTelemetry and see how it can add value and prevent vendor lock-ing. Thanks for another great vid!.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
@@fpvclub7256 Dynatrace support OpenTelemetry (not sure whether they support all all of or only a subset), so that part should not be a problem.
@DanielRadu
@DanielRadu 2 жыл бұрын
Thanks for the content, Viktor. Would love to see a trilogy of videos on 1. the otel instrumentation needed to get red metrics, such that one can answer health questions 2. instrument more rich spans around the places where metrics are instrumented and unlock answering questions about change. 3. wrap it up with trying to answer health and change questions in various backends (garafana, datadog, honeycomb).
@SV-tc8cu
@SV-tc8cu Жыл бұрын
Man, this is a best, most clear and concise answer to the question on what is OT. You are simply the best!
@felipeozoski
@felipeozoski Жыл бұрын
This channel is my daily podcast ❤
@mohali4338
@mohali4338 2 жыл бұрын
Dear, you have one of the best channels about DevOps. I always enjoy your content. Please keep it on.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Wow, thank you!
@luisrodriguezgarcia1282
@luisrodriguezgarcia1282 2 жыл бұрын
Huge topic for just one video, a serie for this, digging in the different parts (tracing, monitoring, alerting and logging) and the integration with other tools, grafana, Jaeger, Prometheus etc..., would be terrific 😊. Anyway thanks for your work, keep it up!
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Jaeger video was just published and is available at kzbin.info/www/bejne/fHyTpptjbNN3ick.
@fatihbaltac1482
@fatihbaltac1482 2 жыл бұрын
Great video on OpenTelemetry! It's definitely a game-changer in the world of observability. Can't wait for the future videos.
@maxnemchenko8200
@maxnemchenko8200 2 жыл бұрын
I love your overviews so much! Thank you and good luck!
@snehotoshbanerjee1938
@snehotoshbanerjee1938 Жыл бұрын
Great insight! Great video as always!
@felipeozoski
@felipeozoski Жыл бұрын
My new favorite channel 😃❤ thank you Viktor
@javisartdesign
@javisartdesign 2 жыл бұрын
Thanks for these series! Open tracing and Open Census were good project and with Open Telemetry it also comes with auto-instrumetation. For Java there are Java agents based that propagates the headers, traces, spams, etc.. to upstream services.
@logicstv
@logicstv 11 ай бұрын
Need to do a full devops training course. You are a very good teacher
@MsPBJTime
@MsPBJTime 2 жыл бұрын
Excellent and concise overview. Thank you! Teams must also be mindful of how this data is used and queried. From what you said in this video, I think you'll get into that in more detail in the next video.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
It's a very big subject so it'll take more than one more video. The next one related to OTel is coming next Monday.
@abdmaster
@abdmaster 2 жыл бұрын
Waiting for next video.... very excited :)
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
It's coming next Monday :)
@holgerwinkelmann6219
@holgerwinkelmann6219 2 жыл бұрын
as you asked, in term of Otel Receiver, you might consider Grafana Tempo as Receiver and Visualization, as you have all three types of Otel in one Visualization, Traces, Logs, metrics, and cold even correlate them (implemented right)
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Tempo is amazing
@holgerwinkelmann6219
@holgerwinkelmann6219 Жыл бұрын
@@DevOpsToolkit BTW, do you know Crossplane (runtime) will get OTEL Tracing one day, I think it's a great fit for such a tool interacting with so. many components (Compositions, Providers) down and upstream...
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
@holgerwinkelmann6219 it's on the roadmap.
@n0kodoko143
@n0kodoko143 2 жыл бұрын
Looking forward to the tracing video!!
@trantrunghieu1698
@trantrunghieu1698 2 жыл бұрын
I'm really curious to see how the instrumentation work with jaeger tracing components. Looking forward to it!
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Already scheduled for next week :)
@kevin22214
@kevin22214 2 жыл бұрын
@@DevOpsToolkit It would be also interesting to see comparison with other tracing tools like Zipkin
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
It would. I’ll do my best to do it soon.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Done! kzbin.info/www/bejne/fHyTpptjbNN3ick
@dirien
@dirien 2 жыл бұрын
Yeah awesome video! I need now to build in the tracing library! A video about Jaeger and Tempo would be nice, Viktor!
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
One of those two requests is coming next Monday :)
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Jaeger was just published (kzbin.info/www/bejne/fHyTpptjbNN3ick).
@singhmausam
@singhmausam 11 ай бұрын
Thank you for explaining it.
@papaclarke
@papaclarke Жыл бұрын
Just found your videos, amazing thanks
@Kats0unam1
@Kats0unam1 Ай бұрын
Does using the otel-collector makes sense if you already instrumented your app with Prometheus, Loki and Tempo ?
@DevOpsToolkit
@DevOpsToolkit Ай бұрын
Prometheus will fetch metrics from places where metrics exist (e.g. kubernetes API). Your app needs to be instrumented to provide those metrics so you do need to instrument it besides having those tools if you want app-specific metrics to be in Prometheus.
@holgerwinkelmann6219
@holgerwinkelmann6219 2 жыл бұрын
Hi, have you seen any way how to document Otel metrics based on some kind of Schema, basically like OpenAPI or MIB for Cloud Native Metrics?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I haven’t seen something like that :(
@cristineees
@cristineees 8 ай бұрын
Hi, Can we get the javascript files and method name details in tracing in a non node.js app?
@DevOpsToolkit
@DevOpsToolkit 8 ай бұрын
I'm not sure I understood the question. Are you referring to traces in other languages or tracing with JavaScript without nodejs?
@cristineees
@cristineees 8 ай бұрын
@@DevOpsToolkit When I access the webapp (not node.js) which is a java based webapp, can I get the js files and the js functions that gets invoked from the browser side?
@DevOpsToolkit
@DevOpsToolkit 8 ай бұрын
@cristineees not that I know. I believe it is server side only. I don't work much with frontend so I might be wrong though.
@Sebastian-or4xw
@Sebastian-or4xw 2 жыл бұрын
Any thoughts on Grafana Tempo vs Jaeger? Does it make sense to stick to Grafana tools if you already use them for most other things?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Grafana tools are awesome and they are my default recommendation. Tempo works with OpenTelemetry so no problems on that side.
@LionelMarks-bj6ku
@LionelMarks-bj6ku 2 жыл бұрын
Excellent content!
@Sebastian-or4xw
@Sebastian-or4xw 2 жыл бұрын
Is the logging part intended to replace promtail + loki or does it do something differently?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
OpenTelemetry does not replace any specific tool or, to be more precise, does not have to replace anything. It's mostly focused on standardizing the API that other tools might use and instrumenting your code with that API.
@Denis-ez8gd
@Denis-ez8gd 2 жыл бұрын
You mentioned several times that we should use OpenTelemetry to be able to switch one observability solution to another. I remember a time, when people had the same argument for ORMs, which allegedly allow to switch database, but give you least common API. So you kinda exchange part of features to possibility of changing database/observability solution. Maybe in some cases a Datadog agent is not that bad, especially if we consider that observability consist of several parts (agents, collectors, storage backend, UI and so on, and one vendor could integrate these parts better, than common solution).
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Many other attempts to standardize something failed because of the lack of support. Having a standard that is not implemented by many is not very useful. OpenTelemetry, however, is one of the few "standards" that managed to rally everyone. Almost every vendor or a project in the observability space supports it or is working on the support (including Datadog). Something similar happened to Kubernetes API a bit earlier (almost everyone gathered behind it). So, OpenTelemetry is different than others due to the size of its adoption and contributions coming from vendors and projects. As a counter example, we have OAM (Open Application Model) for which I had high hopes but which failed to convince a significant percentage of the industry to adopt it.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
One more thing... I don't care much about agents. They can be OpenTelemetry or anything else since there is almost no work involved in switching from one to the other. What I do care is what we use to instrument our code since that represents invesment (mainly in time).
@davehoffman515
@davehoffman515 2 жыл бұрын
Datadog supports otel pretty well but it works much better with the agent. Same with New Relic, Instana, splunk and most of the hosted services out there. It's how the softly push you in to vendor lock in to make it less appealing to switch away.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
@@davehoffman515 That follows typical stages of adoption of standards. 1. We will not support this. Our stuff is better and we have the competitive edge. 2. We have to support this because others are supporting it and prospects are asking for it, but we will not make it as good as our own stuff. 3. We have to support it well because our customers do not want to use our own API. They are leaving because they do not want to be locked in. Most vendors are in the phase 2 right now, and will be moving towards the phase 3 soon. P.S. Most attempts to standardize something never pass the phase 1 and eventually die. OpenTelemetry managed to get to the phase 2 thus (probably) securing its future.
@zuowang5185
@zuowang5185 4 ай бұрын
log still not ready? have they given up
@DevOpsToolkit
@DevOpsToolkit 4 ай бұрын
The spec for logs has been done a while ago (but might change over time). As for implementations, it depends on the language you're using. Some are stable and others are in beta. Both are stable and can be used. There are a few that are in development and you might want to avoid those.
@LandMextrem
@LandMextrem 2 жыл бұрын
Video with Jaeger would be nice
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Often, I wait to see whether people are interested in a topic I propose and, if they are, I start working on it some time in the future. That often results in it coming weeks or months later. Jaeger is different. Many already asked for it and I'm already on it. It will be released next week.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Done! kzbin.info/www/bejne/fHyTpptjbNN3ick
@chargen7224
@chargen7224 Жыл бұрын
Excellent fwd to the twitter
@agardnerit
@agardnerit Жыл бұрын
You should do a video on OpenFeature!
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
Adding it to my to-do list... 🙂
@Rundik
@Rundik Жыл бұрын
Title: MUST!!!! Actual video: maybe should 🥺👉👈
@ganeshwankhede3329
@ganeshwankhede3329 2 ай бұрын
what the pricing ?
@DevOpsToolkit
@DevOpsToolkit 2 ай бұрын
OTEL Is open source and owned by cncf so there's nothing to pay.
@ganeshwankhede3329
@ganeshwankhede3329 2 ай бұрын
@@DevOpsToolkit ok cool, so means I install only OTEL and Grafana is enough for me, no need for Promothous and loki ?? can you help me understand this more ?
@DevOpsToolkit
@DevOpsToolkit 2 ай бұрын
OTEL Is, first and foremost a protocol that most vendors (both open source and commercial) are adopting. On top of that there are OTEL agents. They are optional and are used to aggregate, filter, and transport data. You often do not need those. There are at least three types of data. There are metrics, traces, and logs. You can collect and store metrics with Prometheus, logs with Loki, and traced with Jaeger. There are many other options available, some are open source while others are commercial. Grafana does not store and data. It is used to visualize data from other places (like those i mentioned).
@ganeshwankhede3329
@ganeshwankhede3329 2 ай бұрын
thanks
@fenarRH
@fenarRH 2 жыл бұрын
I must NOT ask my app vendors to do additional coding (plus maintaining it) that will cost for "emit" when that application consumed unless consumer is really needed that if and when. Or stick with git-driven config change enforcement for enabling those information elements that will steer app to ship that that to a remote server via pull or push rather, some stuff we inherit from legacy not necessarily bad but optimized over ages of operational experience and cost for it.
@fanemanelistu9235
@fanemanelistu9235 2 жыл бұрын
And here I thought Robusta is a coffee species.
@danielhd6719
@danielhd6719 2 жыл бұрын
Robusta is two dudes spamming Linkedin constantly with their vision about "Limits make no sense, dont put limits in your deployments"... After short discussion with "CEO" stopped wasting my time with them.
@captainsalami2113
@captainsalami2113 4 ай бұрын
Jaegermaister!!!
@pierreancelot8864
@pierreancelot8864 Жыл бұрын
OT logging is still to this day inexistent or experimental.
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
Yes. Logging is behind other types of telemetry.
@mr_wormhole
@mr_wormhole Жыл бұрын
Otel collector + tempo pls 😆
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
Tempo is already on my to-do list :)
@ahmad-hamade
@ahmad-hamade 2 жыл бұрын
I have conducted research on enabling OpenTelemetry for multi-services written in Go, and I have chosen to utilize Signoz as a visualization tool that combines traces, metrics, and logs. Signoz is also an open-source project, and I highly recommend that you check it out.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Adding it to my TODO list... :)
@Phil-W
@Phil-W 3 ай бұрын
Interrupting the content with your ads makes the content confusing and makes me dislike the ad product
@DevOpsToolkit
@DevOpsToolkit 3 ай бұрын
I understand that. However, they are means for me to cover the production cost of the videos and I'm not sure which alternative i could employ.
@LyndMavis
@LyndMavis 5 ай бұрын
Thomas Amy Thomas Michael Moore Mark
@cmkjfnve
@cmkjfnve 2 ай бұрын
But there is a big problem with OTel itself. It tries to do tooo much and is unjustifiably complex and bloated. Classical stupidity of OTel designers called intellectual masturbation: observability, metrics, logs, traces, spans, layers, collectors, context propagators, receiver, connector, backend, etc.....other $4it.
@DevOpsToolkit
@DevOpsToolkit 2 ай бұрын
I agree. It is complex and bloated, mostly as a result of too many companies contributing and adding "stuff" that matters to them. As far as I know, they already started working on reducing the spec. In spite of that, it is a good thing that we do not have to instrument code using vendor-specific libraries/specs and being forever locked.
@cmkjfnve
@cmkjfnve 2 ай бұрын
@@DevOpsToolkit Totally agree with you. I am not fan of AWS, GC.etc, however this is what happens in the end: > Here is the kicker: Despite all the bloat and inefficiency, OpenTelemetry still feels incomplete. This is because large enterprises are more interested in creating an open-source product that is ‘good enough’ to get us in the door but not so good that it satisfies all our needs. If you want the full observability package - optimized performance, advanced analytics, smooth scaling - you would be nudged toward their proprietary tools and services. It is a classic bait-and-switch. In other words, OpenTelemetry is functional enough for basic observability, but when things get complex, you are often pushed into premium enterprise add-ons. It is not a coincidence - this is part of the corporate strategy. They contribute just enough to the open-source project to make it widely adopted but hold back the best features for their paid offerings. (excerpt)
Distributed Tracing With Jaeger And OpenTelemetry In Kubernetes
18:58
DevOps Toolkit
Рет қаралды 31 М.
What is OpenTelemetry? - Explanation and Demo
24:54
Better Stack
Рет қаралды 4,2 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Вагиф Абилов - Распределенный трейсинг OpenTelemetry вместо логирования всего подряд
56:45
DotNext — конференция для .NET‑разработчиков
Рет қаралды 3,9 М.
10 Must-Have Kubernetes Tools
18:53
DevOps Toolkit
Рет қаралды 40 М.
Top 10 DevOps Tools You MUST Use in 2025!
44:44
DevOps Toolkit
Рет қаралды 23 М.
What is OpenTelemetry?
12:55
Highlight
Рет қаралды 20 М.
8 Design Patterns | Prime Reacts
22:10
ThePrimeTime
Рет қаралды 454 М.
OpenTelemetry Demystified: An Observability Tutorial for Beginners
23:27
Is it Observable
Рет қаралды 46 М.
Introduction to Tracing : OpenTelemetry & Opentracing
23:38
That DevOps Guy
Рет қаралды 93 М.
Александр Казанцев (hh.ru) - История внедрения OpenTelemetry
22:10
JPoint, Joker и JUG ru — Java-конференции
Рет қаралды 3,3 М.
Proxy vs Reverse Proxy vs Load Balancer | Simply Explained
13:19
TechWorld with Nana
Рет қаралды 279 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН