🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@anirbanadhikary7997 Жыл бұрын
Hi Anton I am interested in one-one mentorship. What should I do for the same
@danielwojnar387611 ай бұрын
Great content! One of the best channels to learn from.
@AntonPutra11 ай бұрын
❤️
@alkklajslkdajlk2 ай бұрын
this is a best for studying trace basic with tempo and opentelemetry
@AntonPutra2 ай бұрын
thanks!
@TrầnThếChinh-i9c10 ай бұрын
Great content! very useful. Thank you very much!
@thanhkhiet5089 Жыл бұрын
oh very detail explanation and useful, thank a lot!!!
@AntonPutra Жыл бұрын
Thank you, Thanh!
@agun21st Жыл бұрын
Very helpful video about tracing. I will implement on my project. Please make video on nodejs microservices Tracing with Opentelemetry and Tempo on AWS EKS.
@AntonPutra Жыл бұрын
Thanks noted! I’ll definitely create one about distributed tracing
@YordisPrieto Жыл бұрын
I wish you showed case using helm to add the tempo data source using terraform as well
@AntonPutra Жыл бұрын
I have an example but in different video - github.com/antonputra/tutorials/blob/8d7dd79f9c3c99eaa1f0af72e1936152634932a3/lessons/141/grafana/datasources.yaml#L4
@denisrazumnyi6456 Жыл бұрын
Well done what about make video about Grafana-agent? It's a very promising thing and can replace all exporters in the cluste.
@AntonPutra Жыл бұрын
Thanks! Well, they push Grafana Cloud very hard. I wouldn't be surprised if, in the future, they leave it as the only option or introduce some kind of constraints that make it less usable for enterprises. By the way, they recently changed Grafana's license, which already has an effect. So be careful with them :)
@arozendojr7 ай бұрын
Do you know anything about frontend tracing? Do you know of any implementation with Angular or React?
@AntonPutra7 ай бұрын
I'm very familiar with react, i may create something in the future
@arozendojr7 ай бұрын
@@AntonPutra I found Sentry, very good, frontend trancing and also runs on docker on primeses
@AntonPutra7 ай бұрын
@@arozendojr Ok I'll take a look. In prod we usually compile frontend to static files (httpml, js, css) and run it on CDN, but I guess you can ajax requests to public events.
@arozendojr Жыл бұрын
Is it normal to have to manually place Jaeger Tracing in the application to be able to place the body inside Jaeger Web or is there an automatic way to see the body on a Tracing platform like Jaeger Web?
@AntonPutra Жыл бұрын
Some SDKs provide this functionality out of the box; for example, Java - as detailed at [opentelemetry.io/docs/instrumentation/java/manual/#automatic-configuration]. However, you still need to modify the source code. If you only want to trace calls between different microservices, it can be done at the infrastructure level.
@ragnadrok72 ай бұрын
How can I export metrics to prometheus ? metrics like count / histogram maybe
@AntonPutra2 ай бұрын
of course you can
@bhanusudheer4939 ай бұрын
it doesn't need otel operator to be installed
@quantforce5 ай бұрын
По акценту сразу понял, что ты русскоговорящий)
@AntonPutra5 ай бұрын
yeap
@arozendojr11 ай бұрын
Jaeger UI not the localhost ?
@AntonPutra11 ай бұрын
Did I even use Jaeger in that example? As far as I remember, I used the OpenTelemetry SDK to send data to Tempo storage and queried it from Grafana. Everything was hosted in Kubernetes.