Тёмный
Aspecto
Aspecto
Aspecto
Подписаться
Aspecto is a developer-native distributed tracing platform powered by OpenTelemetry
Комментарии
@zasbds
@zasbds 28 дней назад
Thanks a lot @Aspecto.
@serguei5000
@serguei5000 Месяц назад
it was pretty convoluted way to go over "fundamentals". 1 star
@fygure8756
@fygure8756 2 месяца назад
you say "uhh uhh uhhhh" every few seconds
@amolfuke
@amolfuke 2 месяца назад
Thanks for Great session. I have few questions. What is the benefit of using opentelemetry over normal spring boot default metrics? We have a batch auto scaling application and We are doing analysis if We can use otel
@kwesikwaa
@kwesikwaa 4 месяца назад
the best explanation sofar. thank you
@aaronscherling4927
@aaronscherling4927 4 месяца назад
This man is goated
@rondi2637
@rondi2637 4 месяца назад
עוזר ממש כל הכבוד
@lakshanrathnayaka4058
@lakshanrathnayaka4058 5 месяцев назад
This is really helpful
@dtherhtun6951
@dtherhtun6951 5 месяцев назад
is that possible to sample both the parent base and trace ratio base on the SDK side?
@mohamedamri-jc9vu
@mohamedamri-jc9vu 6 месяцев назад
I have downloaded the code yesterday. I have started the items and users services on my local. I have also run docker compose, so all the apps are running, no problem. I see the items and users app are started with the 8081 and 8091 for prometheus to scrape metrics from. My question is, I don't see any app started on 8081 or 8092. Also, I see on the video when you trigger localhost:8081/metrics you can see metrics displayed, on my local it shows no connection found. Did you start explicitly any app listening on 8081 and 8092 ?
@swati346
@swati346 6 месяцев назад
00:00 Introduction to OpenTelemetry and its purpose 02:22 Expert in microservices and open telemetry, offering free boot camp 07:19 Live debugging and troubleshooting process 09:42 Troubleshooting service A's inability to write to db1 14:15 The importance of having logs, metrics, and traces for resolving issues quickly. 16:46 OpenTelemetry is about logs, metrics, and traces for observability. 21:15 OpenTelemetry collects logs, metrics, and traces for applications. 23:23 Introduction to OpenTelemetry and its Implementation 27:55 OpenTelemetry helps construct the structure of a trace. 30:01 Introduction to OpenTelemetry implementation 34:39 Improving Moki UI performance can enhance overall trace performance and latency. 36:55 Setting up metric configuration and Prometheus exporter 41:25 Attaching trace ID to logs for effective troubleshooting. 43:28 OpenTelemetry enables automatic tracing and logging of API calls. 47:48 Troubleshooting failures and achieving goals in OpenTelemetry deployment 49:58 OpenTelemetry is about collecting and distributing data, not just data visualization. 54:04 Promoting OpenTelemetry to the community Highlights of this video for me :) Amazing !!
@boot-strapper
@boot-strapper 7 месяцев назад
Where is the code repository for this example?
@boot-strapper
@boot-strapper 7 месяцев назад
opentelemetry is so overcomplicated.
@drtobbyas
@drtobbyas 8 месяцев назад
Really great walkthrough. Can you post the link to the Github for the source code?
@zenobikraweznick
@zenobikraweznick 8 месяцев назад
Very informative, thank you!
@user-kr3yz4vz4r
@user-kr3yz4vz4r 9 месяцев назад
can you please make a video on collecting infra level metrics & logs from kubernetes cluster using opentelemetry using deamonset mode (without doing instrumentation to application/microservices). And View those metrics & logs in grafana and store those metrics & logs in Storage Accounts &/ Database. Is it possible?
@SimKieu
@SimKieu 9 месяцев назад
Hi thank you for your video. Do you have github code for the example you used in the video at 35:41? Thanks a lot!
@prasadpulaguntla9255
@prasadpulaguntla9255 9 месяцев назад
Thank you for the video, really helpful! One question I had was why doesn't Jaeger show different colors for different services : for example different colors for "otel-troubleshooting" and "redis" services?
@cnkumar20
@cnkumar20 11 месяцев назад
what is the difference between OTEL collector and statsD ?
@hariharasudhann17
@hariharasudhann17 Год назад
Learning lot from this bootcamp, Thanks
@AbdulHanan-dx3cr
@AbdulHanan-dx3cr Год назад
Great series!
@user-hp3bp9pm2j
@user-hp3bp9pm2j Год назад
Thanks, great video! Any chances to get access to the demo code?
@iamrobesh
@iamrobesh Год назад
i am getting this app errors while running the docker-compose . (artstore) robeshranjan@robeshranjan-mac user % docker logs todo-user Error: No such container: todo-user (artstore) robeshranjan@robeshranjan-mac user % docker logs 9229c266ea62 Traceback (most recent call last): File "/usr/local/bin/opentelemetry-instrument", line 8, in <module> sys.exit(run()) File "/usr/local/lib/python3.9/site-packages/opentelemetry/instrumentation/auto_instrumentation/__init__.py", line 115, in run execl(executable, executable, *args.command_args) File "/usr/lib64/python3.9/os.py", line 542, in execl execv(file, args) TypeError: execv: path should be string, bytes or os.PathLike, not NoneType (artstore) robeshranjan@robeshranjan-mac user %
@bikumandla
@bikumandla Год назад
Can we integrate Open Telemetry with scala application, if yes, can you share the details on the same?
@kartik93abc
@kartik93abc Год назад
This is was really helpful. It is hard to find information about redis pub sub tracing.
@MartinHAndersen
@MartinHAndersen Год назад
Can the collector replace filebeat and metricbeat and send log, metric and traces directly to ElasticSearch?
@rick_123
@rick_123 Год назад
Thanks! That saved me a bunch of time, coming from Datadog/Sentry, OTel is a bit heavier on the jargon and has a few more moving parts to get right.
@shameekagarwal4872
@shameekagarwal4872 Год назад
i am using java, and apart from context propagation, all bits (that i need to start with) are automatically instrumented.... how do i configure context propagation for rest requests, rabbit messages, etc?
@aspecto_io
@aspecto_io Год назад
Context propagation should work out-of-the-box for HTTP-REST and rabbit as well. if something doesn't work you can share some code example
@bashardlaleh2110
@bashardlaleh2110 Год назад
git repo for the code?
@aspecto_io
@aspecto_io Год назад
github.com/aspecto-io/opentelemetry-bootcamp
@semirohon2584
@semirohon2584 Год назад
This video was very helpful for me.
@aspecto_io
@aspecto_io Год назад
I'm so glad!
@cramhead
@cramhead Год назад
I thought that one of the important architectural characteristics of Prometheus is that it collects data from the services that it monitors. By having the Prometheus exporter is it providing a new location to scrape or is it pushing data to Prometheus?
@cramhead
@cramhead Год назад
Michael you totally answered the question, i..e. Prometheus collects it from the OTEL-collector. Thanks for being so through
@researchera1654
@researchera1654 Год назад
A PPT show? -Very unprofessional for the subject matter.
@aspecto_io
@aspecto_io Год назад
What would you recommend instead?
@pennpeng1750
@pennpeng1750 Год назад
I have a naive question about that why you need to use a col-agent and a col-gateway? I mean it's ok to use only one otel-collector to receive, process, and then export the span data to jaeger-collecor then store into ES? Meanwhile, another question is that in your scenario, if the jaeger-agent component is unnecessary because your endpoint is "jaeger:14250" which means your directly connect to jaeger-collector?
@aspecto_io
@aspecto_io Год назад
Hi! so for the first question, you can use a single collector, there is nothing wrong with that. Yes, you don't have to user the jaeger-agent you can work directly with the collector
@kavishkamadhudhan1943
@kavishkamadhudhan1943 Год назад
Hi. can I export open telemetry data diretly to mongodb or some another data base and configure jaeger to get data from it. Do we have any direct exporters we can use to export data from OpenTelemetry collector to DB?
@aspecto_io
@aspecto_io Год назад
Yes of course. There are several databases you can export to. All the exporters can be found in the OpenTelemetry contrib repo: github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter
@kavishkamadhudhan1943
@kavishkamadhudhan1943 Год назад
@@aspecto_io Ok. Thank you very much.
@nabiharaza13
@nabiharaza13 Год назад
Good Lesson. Please next time, make sure to put your code as a reference for us to play and try. It saves a hell lot of time. Thanks
@pietart3596
@pietart3596 Год назад
He doesn't need to share his code of he doesn't want to, this is a guide you're supposed to try yourself
@aspecto_io
@aspecto_io Год назад
Sure, will do. here is some relevant code examples: github.com/aspecto-io/python-otel-example
@swati346
@swati346 Год назад
Agree
@agengputra8082
@agengputra8082 Год назад
can i get the github link of those projects above?
@AbhayWagh-fj8yj
@AbhayWagh-fj8yj Год назад
+1
@aspecto_io
@aspecto_io Год назад
github.com/aspecto-io/python-otel-example
@aggbak1
@aggbak1 9 месяцев назад
The link you sent is a complete different project@@aspecto_io
@agengputra8082
@agengputra8082 Год назад
can i get the github link from that project used in this video?
@aspecto_io
@aspecto_io Год назад
github.com/aspecto-io/python-otel-example
@prasadnay
@prasadnay Год назад
Thanks for the explanation! However export to any vendor is not working ? Does it have dependency on docker , i don't have docker setup in my PC
@aspecto_io
@aspecto_io Год назад
It should work, depending on the vendor you are using the configuration may be different.
@abdulquadir1575
@abdulquadir1575 Год назад
I liked the bootcamp and really benefited from it. I would like to add a note at 26:53 , OTLP expoter now supports telemetry signal "logs" , we would need to use otel-collector >0.61.0
@aspecto_io
@aspecto_io Год назад
You are correct, now it is supported!
@fabrizziocht
@fabrizziocht Год назад
Thanks for the information 🙂
@aspecto_io
@aspecto_io Год назад
My pleasure 😊
@vijayganjepatil820
@vijayganjepatil820 Год назад
Thanks for the information. This is really helpful. I have one query. I came across one issue in OTEL collector pod for DataDog Exporter. I am not able to set a proxy for DataDog exporter as the Data Dog site is only accessible through proxy. Do you have any idea. Your help will be highly appreciated. Thanks.
@vineet_soul
@vineet_soul 9 месяцев назад
hey have you got solution?
@timvanrooijen3324
@timvanrooijen3324 Год назад
Thanks very helpful!
@anamikasinha5738
@anamikasinha5738 Год назад
How can I sample traces based on url ? Thanks in advance
@aspecto_io
@aspecto_io Год назад
Yes of course, you need to create your own sampler
@getlocust
@getlocust Год назад
@@aspecto_io but how? I cant find any documentation on this.
@gerardorosiles8918
@gerardorosiles8918 Год назад
@aspecto_io Is this a better lecture to follow regarding the collector with respect to the one given on your bootcamp?
@ninastejskal6493
@ninastejskal6493 Год назад
pքɾօʍօʂʍ
@AmolGaitonde
@AmolGaitonde Год назад
Thank you Michael
@yanivdavidi
@yanivdavidi Год назад
Amazing!! 🚀
@alexpetchesi6968
@alexpetchesi6968 Год назад
Love the presentation on open telemetry, thanks for sharing. I have a question regarding the following scenario. Is there a possibility to connect the trace is and span id with information coming from other sources. For example I run function x with input this and output that for which I have a span generated that I will add in the logs with structured logging and would like to cross reference it with metrics that were collected by kubernetes, or other sources to be able to identify which function generated an unusual spike in my memory graph. I would like to be able to navigate between graphs and see different aspects of the same problem for root cause analysis. A second question would be, if I use hibernate and use a span for it, can I somehow connect the transaction on the hibernate side in Java, through a unique id to a database transaction, so that in case I have issues with the call to be able to investigate (database in the beginning, networking maybe afterwards). Last question as to do with the response to an http(s) request. I would like to be able to capture the end time, packet received and success or failure as part of this in an application as part of the end to end flow. Can it call back somewhere to the gateway as the end step of the flow to finalize the validation of the package arrival?
@aspecto_io
@aspecto_io Год назад
Hi Alex, thanks for the kind words. For your first question, OpenTelemetry offers to correlate an example of trace to a metric, you can read about it more here: opentelemetry.io/docs/reference/specification/metrics/data-model/ For your second question: Yes, you can add to the span some unique id as an attribute, and that will help you to correlate. And for your last question: I'm not sure I got this one, but the HTTP response will automatically have latency, HTTP code etc...
@alexpetchesi6968
@alexpetchesi6968 Год назад
Thank you.
@alexpetchesi6968
@alexpetchesi6968 Год назад
Regarding the third one I would like to be able to send back to the same data source the result on the front-end side. When the response was received by the client (calculate cycle time between gateway and client), was it a 200 response, what was the payload. In case of a failure not only the code but maybe the root case (similar to the ones done in unit testing, expected this but got that). I believe such a setup (of course taking into consideration the sampling where the trace is stable) could be used for multiple aspects to characterize the service connecting it to SLA''s at multiple levels and isolating parts of the system that seem to have issues. Later on, you can group such traces into multiple business functions and understand how they each perform at all levels in the company and understand the system constraints. Might be able at some point in time to connect to some financial metrics too to re-architect the solution. (seen lately a company move their CDN from the cloud to a local solution that produced significant changes to the cost of the sevice). Thanks again for the presentation and the information provided, very valuable.
@mottibechhofer1581
@mottibechhofer1581 Год назад
Amazing really brilliant idea
@Rob_III
@Rob_III Год назад
@0:30 How is a collector different from an agent? I still need to run a collector to get my telemetry; wether I call it an agent or collector seems no difference to me?
@aspecto_io
@aspecto_io Год назад
You are correct Rob! They are both images for the collector. The agent is supposed to run near the application and serve as its own private collector. The OpenTelemetry collector is the primary collector that receives all the spans from all the apps.