Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Dec 25, 2023
1 parent 3d20b40 commit c87f3ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/opentelemetry_xray_logger_filter.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
%%
%% Erlang logger filter to format trace id in X-Ray format.
%%
%% This module implements a logger filter which formats the trace_id in X-Ray
%% format so log messages can be correlated with traces.
%% This module implements a logger filter which converts the otel_trace_id
%% field into a new xray_trace_id field in X-Ray format so log messages can be
%% correlated with traces.
%%
%% See:
%% * https://www.erlang.org/doc/man/logger#type-filter
%% * https://github.com/aws/aws-xray-sdk-python/issues/188
%% * https://github.com/aws/aws-xray-sdk-python/issues/188#issuecomment-982022464
%% * https://github.com/aws-observability/aws-otel-python/issues/46
%% @end

-module(opentelemetry_xray_logger_filter).
Expand Down

0 comments on commit c87f3ff

Please sign in to comment.