Splunk OpenTelemetry JS version 3.0 breaking changes 🔗
The Splunk OpenTelemetry JS version 3.0 contains a set of breaking changes. Previous versions (version 2.15.0 and prior) are compatible with these new changes. For more information about previous versions, see Splunk Observability Cloud に Node.js アプリケーションをインストルメンテーションする.
Update to Splunk OpenTelemetry JS version 3.0 🔗
To update your Splunk Distribution for OpenTelemetry JS agent to version 3.0, see Node.jsアプリケーションをSplunk Observability Cloudにインストルメンテーションする and install the latest version of the Splunk OpenTelemetry JS agent.
Default port and protocol changes 🔗
In the Node.js 3.x instrumentation, the default protocol changed from gRPC to http/protobuf.
If a custom configuration overrides the default endpoint setting, you must make sure of the following:
Verify that the Node.js agent configuration is correct:
選択したプロトコルに正しいポートを使用していることを確認します。
gRPC: 4317
http/protobuf: 4318
Verify that the custom endpoint configuration uses the correct port. For example:
OTEL_EXPORTER_OTLP_ENDPOINT=http://<host>:4318
.Verify that the custom protocol configuration uses the correct protocol. For example:
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
.
In the OTel Collector configuration file, verify that the associated OTLP receiver protocols match those used by the Node.js agent. Here is an example OTLP receiver configuration in the OTel Collector file:
otlp: protocols: grpc: endpoint: "${SPLUNK_LISTEN_INTERFACE}:4317" http: endpoint: "${SPLUNK_LISTEN_INTERFACE}:4318"
トラブルシューティング 🔗
Splunk Observability Cloudをご利用のお客様で、Splunk Observability Cloudでデータを確認できない場合は、以下の方法でサポートを受けることができます。
Splunk Observability Cloudをご利用のお客様
Submit a case in the Splunk Support Portal .
Contact Splunk Support .
見込み客および無料トライアルユーザー様
Splunk Answers のコミュニティサポートで質問し、回答を得る
Splunk #observability ユーザーグループの Slack チャンネルに参加して、世界中の顧客、パートナー、Splunk 社員とのコミュニケーションを図る。参加するには、Get Started with Splunk Community マニュアルの チャットグループ を参照してください。