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
Opentelemetry_Exporter type of consumer fails to send the collected metrics.
Verifying by tcpdump on the target shows that no attempt to open the tcp connection to send the report is made.
In the /var/log/restnoded/restnoded.log file this line is printed:
Wait for the poller to collect data and observe the restnoded.log file for result. Also, verify with tcpdump if any connection is attempted to the consumer.
Expected Behavior
The consumer of type OpenTelemetry_Exporter would be succesful in sending telemetry reports using gRPC.
Actual Behavior
No report is sent out. Based on logs, data is collected, but sending to the consumer fails even before a TCP connection is attempted:
New versions of OTEL library can't be used because node.js is too old and OTEL libs has been updated and it fails now. So it even fails on the version that worked in the past: the server side was updated and as result the client side (TS) tries to trigger the code that even does not exist in the library or does not work on node.js 8.11.1
New versions of OTEL library can't be used because node.js is too old and OTEL libs has been updated and it fails now. So it even fails on the version that worked in the past: the server side was updated and as result the client side (TS) tries to trigger the code that even does not exist in the library or does not work on node.js 8.11.1.
Can you try http/protobuf instead of grpc if you server configured to accept it?
Environment
Summary
Opentelemetry_Exporter type of consumer fails to send the collected metrics.
Verifying by tcpdump on the target shows that no attempt to open the tcp connection to send the report is made.
In the /var/log/restnoded/restnoded.log file this line is printed:
Impact is that I cannot use gRPC to send Opentelemetry reports from BIG-IP.
Steps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The consumer of type OpenTelemetry_Exporter would be succesful in sending telemetry reports using gRPC.
Actual Behavior
No report is sent out. Based on logs, data is collected, but sending to the consumer fails even before a TCP connection is attempted:
The text was updated successfully, but these errors were encountered: