File tree 2 files changed +16
-5
lines changed
2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
#### Enhancements
14
14
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 )
18
24
- 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 ) :
21
28
- Deprecate ` splunk.distro.version ` ,
22
29
- Change ` telemetry.auto.version ` to ` telemetry.distro.version ` ,
23
30
- Add ` telemetry.distro.name ` resource attribute.
Original file line number Diff line number Diff line change @@ -244,6 +244,10 @@ are required.
244
244
telemetry directly to Splunk Observability Cloud.
245
245
```
246
246
247
+ - `OTEL_TRACES_SAMPLER`
248
+ - Distribution MUST default to `always_on`
249
+ (not OpenTelemetry default)
250
+
247
251
In addition to environment variables, other ways of defining configuration also exist:
248
252
249
253
- [Java System
You can’t perform that action at this time.
0 commit comments