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
Please answer these questions before submitting a bug report.
What version of OpenTelemetry are you using?
0.11
What version of Node are you using?
12
Please provide the code you used to setup the OpenTelemetry SDK
'use strict';constopentelemetry=require("@opentelemetry/core")const{ NodeTracerProvider }=require("@opentelemetry/node")constprovider=newNodeTracerProvider({logLevel: opentelemetry.LogLevel.INFO});// Initialize the providerprovider.register();
Hello, I was planning to use open telemetry at my workspace but encounter an API issue between opentelemetry-ruby and opentelemetry-js - each of them uses a different header key to propagate the baggage items.
js uses otcorrelations - while this key was the specified key in OT specs, nowadays it changed to baggage
rb changed to baggage to sync with the latest specs.
Is there a way to override the CORRELATION_CONTEXT_HEADER key? or should I wait/open a PR for this?
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting a bug report.
What version of OpenTelemetry are you using?
0.11
What version of Node are you using?
12
Please provide the code you used to setup the OpenTelemetry SDK
Hello, I was planning to use open telemetry at my workspace but encounter an API issue between opentelemetry-ruby and opentelemetry-js - each of them uses a different header key to propagate the baggage items.
otcorrelations
- while this key was the specified key in OT specs, nowadays it changed tobaggage
baggage
to sync with the latest specs.Is there a way to override the
CORRELATION_CONTEXT_HEADER
key? or should I wait/open a PR for this?The text was updated successfully, but these errors were encountered: