-
Notifications
You must be signed in to change notification settings - Fork 282
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
How to continue using a OTLP/gRPC exporter with ebpf-profiler #285
Comments
I also was getting this error, but seem to have it resolved.
You will then need to enable the feature flag for profiles service:
Hope that helps! |
This is due to the upgrade to the latest proto version, where Because the profiler is still experimental, we do not yet follow semantic versioning and there are and will be breaking changes like this. |
Hi,
I have a collector for OpenTelemetry's default OTLP exporter on the ports 4317 for gRPC which I was using to receive profiles through the collection-agent :
sudo ./ebpf-profiler -collection-agent=127.0.0.1:4317 -disable-tls
But now I am getting the following errors:
I see that changes have been introduced in #208 for the agent collector deployment. How can I continue using my own collector that receives data using OTLP/gRpc protocol? Is there a OTLP exporter which was introduced? If yes, how can I use it?
The text was updated successfully, but these errors were encountered: