File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ inline const char* const variable_names[] = {
7272StringView name (Variable variable);
7373
7474// Return the value of the specified environment `variable`, or return
75- // `std::nullptr ` if that variable is not set in the environment.
75+ // `nullopt ` if that variable is not set in the environment.
7676Optional<StringView> lookup (Variable variable);
7777
7878nlohmann::json to_json ();
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ class Span {
160160 void inject (DictWriter& writer) const ;
161161
162162 // Return a reference to this span's trace segment. The trace segment has
163- // member functions that effect the trace as a whole, such as
163+ // member functions that affect the trace as a whole, such as
164164 // `TraceSegment::override_sampling_priority`.
165165 TraceSegment& trace_segment ();
166166 const TraceSegment& trace_segment () const ;
Original file line number Diff line number Diff line change 44// traces that originate in this process will be sent to Datadog.
55//
66// `TraceSampler` is not instantiated directly, but is instead configured via
7- // `TracerConfig::span_sampler `.
7+ // `TracerConfig::trace_sampler `.
88//
99// When a span is extracted from an outside context (i.e.
1010// `Tracer::extract_span`), then the trace sampling decision is included in the
You can’t perform that action at this time.
0 commit comments