You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do a simple test by using the run-with-telemetry GH Action with the Github Receiver by OpenTelemetry.
The following services are running on my personal laptop:
OpenTelemetry Collector v. 0.119.0
Github Runner
I created a simple GH Action Workflow to deploy a few resources into a Databricks workspace. This is the config file:
The OpenTelemetry Github Receiver that you are using is different to the intended use cases for run-with-telemetry.
The one that you have enabled, was recently renamed from git and only provides metrics telemetry and not traces.
I donated my implementation (27460) of the receiver with trace telemetry capabilities to the maintainers of the OpenTelemetry Collector a couple of years ago, and it's still not been implemented.
For this reason I created a custom OTel Collector distribution with the Github Actions receiver with traces enabled, so folks can take advantage of converting Github events to spans. This is the version which will work nicely with run-with-telemetry.
It's a shame they've taken 2 years to approve a fully implemented solution. We've been running this implementation for a couple of years without issue, so its battle hardened in the enterprise. I guess that's the nature of large Open Source projects sometimes.
Hello,
I'm trying to do a simple test by using the run-with-telemetry GH Action with the Github Receiver by OpenTelemetry.
The following services are running on my personal laptop:
I created a simple GH Action Workflow to deploy a few resources into a Databricks workspace. This is the config file:
This is instead the config file of the OpenTelemetry collector that I'm using:
The workflow executes successfully but I don't receive any trace in output:
In addition, I see the following error in the logs of the GH Workflow:
I followed the documentation of the repo but can't find the mistake I'm committing.
Any help is super appreciated, thanks
The text was updated successfully, but these errors were encountered: