Comment
Databricks Employee
Databricks Employee

@Vicky_Bukta_DB This is super cool! I decided to give it a try.

 

1. Deployed K8s locally on my laptop
2. Deployed an OTel collector on the K8s cluster
 
3. Pointed the OTel collector to the. zerobus endpoint on my workspace
4. Wrote a simple Spring Boot app and instrumented it so that it sends traces via OTel to zerobus
 
Once I got everything working, it was great to explore what I could do with the data. Here are a few highlights:
 
I used Genie Code to spin up this dashboard with a simple prompt.
User16295109490_1-1776035294767.png

Not only was I able to do some simple analytics/exploration of the logs:

User16295109490_2-1776035341329.png
 

Genie also rightly identified the my mistake setting up the table within UC: 

User16295109490_4-1776035400170.png

While all that already exciting, I also managed to get Genie to build a neat dump of the trace data:

User16295109490_6-1776035502916.png

I then got around to getting Genie to not analyze root cause:

User16295109490_7-1776035586967.png

I also got it to perform correlation across the trace and metric data to confirm it:

User16295109490_9-1776035641557.png

 


 #superexcited to see this. This dramatically simplifies ingestion of observability data ... that unlocks so much power on the platform.