feat(opentelemetry-node): support ELASTIC_OTEL_OPAMP_HEADERS#1130
feat(opentelemetry-node): support ELASTIC_OTEL_OPAMP_HEADERS#1130
Conversation
Typically this is expected to be used for specifying an Authorization header for the OpAMP endpoint. Closes: #1069
…e whitespace removal)
🔍 Preview links for changed docs |
|
Skipping the 1st test fixture makes the test pass again. So I guess some state remains and affects the failing one. |
So it seems we need to call |
Before this we were making assertions on OpAMP server requests before this test case started.
Yup thanks. I did it just for this one test this time. It will be the only fixture affected because (a) it is the only one using /**
* Clear any cached data. This is useful when starting a test.
*/
testReset() {
assert.ok(this._testMode, 'must set testMode:true option');
this._activeAgents.clear();
this._testRequests = [];
}
There isn't an easy way to run a thing before each of the test fixture tests; no |
Typically this is expected to be used for specifying an Authorization header
for the OpAMP endpoint.
Closes: #1069