Skip to content

Commit 26087ae

Browse files
authored
Clarify default sampler (#284)
1 parent ce84954 commit 26087ae

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,19 @@
1212

1313
#### Enhancements
1414

15-
- Require a CLA Assistant GitHub workflow. (#269)
16-
- Update the CLA notice in `CONTRIBUTING.md` template. (#269, #274)
17-
- Add Renovate as an acceptable alternative to Dependabot. (#271)
15+
- Clarify the default sampling algorithm.
16+
[#284](https://github.com/signalfx/gdi-specification/pull/284)
17+
- Require a CLA Assistant GitHub workflow.
18+
[#269](https://github.com/signalfx/gdi-specification/pull/269)
19+
- Update the CLA notice in `CONTRIBUTING.md` template.
20+
[#269](https://github.com/signalfx/gdi-specification/pull/269)
21+
[#274](https://github.com/signalfx/gdi-specification/pull/274)
22+
- Add Renovate as an acceptable alternative to Dependabot.
23+
[#271](https://github.com/signalfx/gdi-specification/pull/271)
1824
- Add disk buffering configuration options for RUM mobile instrumentation
19-
libraries. (#275)
20-
- Update telemetry resource attributes (#277):
25+
libraries. [#275](https://github.com/signalfx/gdi-specification/pull/275)
26+
- Update telemetry resource attributes
27+
[#277](https://github.com/signalfx/gdi-specification/pull/277):
2128
- Deprecate `splunk.distro.version`,
2229
- Change `telemetry.auto.version` to `telemetry.distro.version`,
2330
- Add `telemetry.distro.name` resource attribute.

specification/configuration.md

+4
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ are required.
244244
telemetry directly to Splunk Observability Cloud.
245245
```
246246
247+
- `OTEL_TRACES_SAMPLER`
248+
- Distribution MUST default to `always_on`
249+
(not OpenTelemetry default)
250+
247251
In addition to environment variables, other ways of defining configuration also exist:
248252
249253
- [Java System

0 commit comments

Comments
 (0)