Skip to content

Commit

Permalink
[DOC] Fix typo tace_id -> trace_id in logger.h (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
yijiem authored Jun 17, 2024
1 parent 9af3c99 commit 05bfb8a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions api/include/opentelemetry/logs/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ class Logger
* Severity -> severity, severity_text
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand Down Expand Up @@ -86,9 +86,9 @@ class Logger
* Severity -> severity, severity_text
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -109,9 +109,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -133,9 +133,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -157,9 +157,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -181,9 +181,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -205,9 +205,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -229,9 +229,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand Down

1 comment on commit 05bfb8a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 05bfb8a Previous: 9af3c99 Ratio
BM_BaselineBuffer/1 14458098.411560059 ns/iter 6294351.100921631 ns/iter 2.30

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.