From 05bfb8a2578aa7af8145b0bb0e3fd9e87b60dd71 Mon Sep 17 00:00:00 2001 From: Yijie Ma Date: Sun, 16 Jun 2024 23:51:42 -0700 Subject: [PATCH] [DOC] Fix typo tace_id -> trace_id in logger.h (#2703) --- api/include/opentelemetry/logs/logger.h | 32 ++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/api/include/opentelemetry/logs/logger.h b/api/include/opentelemetry/logs/logger.h index 46fd8bca72..dc09a0c2b4 100644 --- a/api/include/opentelemetry/logs/logger.h +++ b/api/include/opentelemetry/logs/logger.h @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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