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
Error: 13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: Protocol error
at callErrorFromStatus (/home/otel/grpc_nodejs_demo/node_modules/@grpc/grpc-js/build/src/call.js:31:19)
at Object.onReceiveStatus (/home/otel/grpc_nodejs_demo/node_modules/@grpc/grpc-js/build/src/client.js:193:76)
at Object.onReceiveStatus (/home/otel/grpc_nodejs_demo/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:360:141)
at Object.onReceiveStatus (/home/otel/grpc_nodejs_demo/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:323:181)
at /home/otel/grpc_nodejs_demo/node_modules/@grpc/grpc-js/build/src/resolving-call.js:129:78
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
for call at
at ServiceClientImpl.makeUnaryRequest (/home/otel/grpc_nodejs_demo/node_modules/@grpc/grpc-js/build/src/client.js:161:32)
at ServiceClientImpl.export (/home/otel/grpc_nodejs_demo/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)
at OTLPTraceExporter.send [as _send] (/home/otel/grpc_nodejs_demo/node_modules/@opentelemetry/auto-instrumentations-node/node_modules/@opentelemetry/otlp-grpc-exporter-base/build/src/util.js:76:39)
at /home/otel/grpc_nodejs_demo/node_modules/@opentelemetry/auto-instrumentations-node/node_modules/@opentelemetry/otlp-grpc-exporter-base/build/src/OTLPGRPCExporterNodeBase.js:44:18
at new Promise (<anonymous>)
at OTLPTraceExporter._sendPromise (/home/otel/grpc_nodejs_demo/node_modules/@opentelemetry/auto-instrumentations-node/node_modules/@opentelemetry/otlp-grpc-exporter-base/build/src/OTLPGRPCExporterNodeBase.js:43:25)
at Immediate.<anonymous> (/home/otel/grpc_nodejs_demo/node_modules/@opentelemetry/auto-instrumentations-node/node_modules/@opentelemetry/otlp-grpc-exporter-base/build/src/OTLPGRPCExporterNodeBase.js:74:22)
at process.processImmediate (node:internal/timers:478:21)
at process.callbackTrampoline (node:internal/async_hooks:130:17) {
code: 13,
details: 'Received RST_STREAM with code 2 triggered by internal client error: Protocol error',
metadata: Metadata { internalRepr: Map(0) {}, options: {} }
}
Operating System and Version
Ubuntu 22.04
Runtime and Version
Node.js v20.11.0
The text was updated successfully, but these errors were encountered:
What happened?
Steps to Reproduce
Expected Result
Collect telemetry data and send to opentelemetry collector.
Actual Result
Protocol error when connecting to collector endpoint.
Additional Details
Java auto instrumentations works fine with gRPC, but nodejs not.
Opentelemetry colector ingress yaml as follows:
OpenTelemetry Setup Code
package.json
Relevant log output
Operating System and Version
Ubuntu 22.04
Runtime and Version
Node.js v20.11.0
The text was updated successfully, but these errors were encountered: