Skip to content
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

HTTP support OLTP receivers support #56

Open
pollosp opened this issue Jun 5, 2024 · 0 comments
Open

HTTP support OLTP receivers support #56

pollosp opened this issue Jun 5, 2024 · 0 comments

Comments

@pollosp
Copy link

pollosp commented Jun 5, 2024

Is your feature request related to a problem? Please describe

Looks like currently the module only support sending OTEL data via GRPC OLTP receivers , would be nice to support HTTP as there are many OTEL users which relay in HTTP instead of GRPC due some load balancers.

Describe the solution you'd like

Into the otel_exporter configuration you can set protocol explicitly working with GRPC as default

 otel_exporter {
        endpoint localhost:4317;
        protocol http
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant