-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for non datadog agent propagation zero percent sampling.
- Loading branch information
bryn
committed
Dec 13, 2024
1 parent
55ec86e
commit 3b5d256
Showing
2 changed files
with
68 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...router/tests/integration/telemetry/fixtures/datadog_agent_sampling_disabled_0.router.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
telemetry: | ||
apollo: | ||
field_level_instrumentation_sampler: always_off | ||
exporters: | ||
tracing: | ||
experimental_response_trace_id: | ||
enabled: true | ||
header_name: apollo-custom-trace-id | ||
common: | ||
service_name: router | ||
sampler: 0.0 | ||
preview_datadog_agent_sampling: false | ||
datadog: | ||
enabled: true | ||
batch_processor: | ||
scheduled_delay: 100ms | ||
fixed_span_names: false | ||
enable_span_mapping: false | ||
instrumentation: | ||
spans: | ||
mode: spec_compliant | ||
|