Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Dec 12, 2023
1 parent 09feff6 commit 0865a6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion sig/datadog/core/telemetry/collector.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Datadog

private

TARGET_OPTIONS: ::Array["ci.enabled" | "logger.level" | "profiling.advanced.code_provenance_enabled" | "profiling.advanced.endpoint.collection.enabled" | "profiling.enabled" | "runtime_metrics.enabled" | "tracing.analytics.enabled" | "tracing.distributed_tracing.propagation_inject_style" | "tracing.distributed_tracing.propagation_extract_style" | "tracing.enabled" | "tracing.log_injection" | "tracing.partial_flush.enabled" | "tracing.partial_flush.min_spans_threshold" | "tracing.priority_sampling" | "tracing.report_hostname" | "tracing.sampling.default_rate" | "tracing.sampling.rate_limit"]
TARGET_OPTIONS: ::Array[::String]

def additional_payload_variables: () -> untyped

Expand Down
2 changes: 0 additions & 2 deletions spec/datadog/tracing/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ def agent_receives_span_step3(previous_success)
let(:stats) { tracer.writer.stats }

let(:custom_sampler) { nil }
let(:priority_sampling) { false }

let(:trace_sampling_rate) { nil }
let(:json_rules) { JSON.dump(rules) if rules }
Expand Down Expand Up @@ -508,7 +507,6 @@ def agent_receives_span_step3(previous_success)

context 'by direct sampling' do
let(:custom_sampler) { no_sampler }
let(:priority_sampling) { false }

let(:no_sampler) do
Class.new do
Expand Down

0 comments on commit 0865a6f

Please sign in to comment.