-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Otel can't handle messages from Databricks Diagnostic Tool with Event Hubs #33280
Comments
Pinging code owners for receiver/azureeventhub: @atoulme @cparkins. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@cparkins could we ingest the data point without setting the start timestamp? |
@atoulme @dannyamaya According to the documentation only Logs are available: Also when I looked I could only see 'Logs'. |
Yes, you're right Databricks can't support metrics by the date of this post so that's probably why otel can't handle those messages and shows that error, my bad, thanks for clarifying. |
No worries, it's probably not exactly clear that the mapping is done by the pipeline data type from the documentation. But that is how I wrote it to work. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Describe the bug
Messages from databricks sent through Event Hubs doesn't has the Time Grain value, you get this error for every new message.
Steps to reproduce
Activate the diagnostic tool for Databricks connect it to a eventhub and then to an Otel instance.
What did you expect to see?
Message should arrive with no problem, time grain parameter should be optional with a default value.
What did you see instead?
What version did you use?
Latest Otel.
What config did you use?
Environment
Azure App service running Otel with Latest Otel Version.
Additional context
I already tried running Otel in pure Linux & Kubernetes.
The text was updated successfully, but these errors were encountered: