Open motaparthipavankumar opened 8 months ago
Triage: there are multiple things in this ticket 1) support for HTTP, not gRPC 2) TLS support (provide CA, client certs?) 3) potentially: provide HTTP header with auth
One thing that would also be useful is using nodeIP
in some ways... As it's common to deploy otel-collectors as a daemonSet
related:
Description
When otel-collector is deployed with below receiver configuration and MeshTrace policy is configured to use grpc endpoint we can see spans in the otel collector logs and works fine. Would also like to have support for HTTP/HTTPS as well, right now when we use http endpoints we don't see any connection established as spans are not received.
Following works currently
Would also like to have this working