Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

add ability to attach custom headers to traces #2105

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix indentation
  • Loading branch information
kirbyquerby committed Aug 19, 2022
commit f0a6b0df03107e54a37f99f89ddef1f65964ee99
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static void createAndRegister(OcAgentTraceExporterConfiguration configura
configuration.getRetryInterval(),
configuration.getEnableConfig(),
configuration.getDeadline(),
configuration.getHeaders());
configuration.getHeaders());
registerInternal(newHandler);
}
}
Expand Down