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
In previous PR #706, resource is passed to exporter recordable structure, but it is still not populated to proto::collector::trace::v1::ExportTraceServiceRequest, so the OTLP receiver will not get any resource from the OpenTelemetry C++ SDK.
Steps to reproduce
Run example_otlp and OpenTelemetry collector with OTLP collector.
What is the expected behavior?
We should see "Resource labels" in the receive data.
What is the actual behavior?
No "Resource labels" sent to OpenTelemetry collector.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
In previous PR #706, resource is passed to exporter recordable structure, but it is still not populated to
proto::collector::trace::v1::ExportTraceServiceRequest
, so the OTLP receiver will not get any resource from the OpenTelemetry C++ SDK.Steps to reproduce
Run example_otlp and OpenTelemetry collector with OTLP collector.
What is the expected behavior?
We should see "Resource labels" in the receive data.
What is the actual behavior?
No "Resource labels" sent to OpenTelemetry collector.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: