|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [1.3.0] - 2022-05-19 |
| 6 | + |
5 | 7 | ### General
|
6 | 8 |
|
7 | 9 | - Add support information into versioning specification.
|
| 10 | +- Add behaviors specification. |
8 | 11 | - Refactor profiling into existing specification structure.
|
9 | 12 |
|
10 | 13 | #### Bug fixes
|
11 | 14 |
|
12 | 15 | - Replaced the example for Java system properties in `specification/configuration.md`.
|
13 | 16 | - Increase profiling rate from 1s to 10s.
|
14 | 17 |
|
| 18 | +### Configuration |
| 19 | + |
| 20 | +#### Breaking Changes |
| 21 | + |
| 22 | +- Change the Kubernetes package management solutions configuration option |
| 23 | + default for `splunkPlatform.metricsEnabled` to be `false`. |
| 24 | + |
| 25 | +#### Enhancements |
| 26 | + |
| 27 | +- Add `SPLUNK_REALM` to required environment variables that need to be |
| 28 | + supported by instrumentation libraries. |
| 29 | +- Add `SPLUNK_PROFILER*` environment variables |
| 30 | + (`SPLUNK_PROFILER_CALL_STACK_INTERVAL`, `SPLUNK_PROFILER_ENABLED`, |
| 31 | + `SPLUNK_PROFILER_LOGS_ENDPOINT`) to the required configuration for |
| 32 | + instrumentation libraries. |
| 33 | +- Add `OTEL_TRACES_EXPORTER` to required environment variables that need to be |
| 34 | + supported by serverless instrumentation libraries. |
| 35 | + |
| 36 | +### Semantic Conventions |
| 37 | + |
| 38 | +#### Breaking Changes |
| 39 | + |
| 40 | +- Use `os.name` instead of `os.type` for mobile RUM libraries. |
| 41 | + |
| 42 | +#### Bugfixes |
| 43 | + |
| 44 | +- Correct stability guarantee of the RUM section as experimental. |
| 45 | + |
| 46 | +#### Enhancements |
| 47 | + |
| 48 | +- Add experimental profiling semantic conventions. |
| 49 | + |
15 | 50 | ## [1.2.0] - 2021-11-15
|
16 | 51 |
|
17 | 52 | ### General
|
|
122 | 157 | - Primary focus is on Instrumentation Libraries for initial 1.0 release
|
123 | 158 | - Initial Collector specification defined
|
124 | 159 |
|
125 |
| -[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.2.0...HEAD |
| 160 | +[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.3.0...HEAD |
| 161 | +[1.3.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.3.0 |
126 | 162 | [1.2.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.2.0
|
127 | 163 | [1.1.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.1.0
|
128 | 164 | [1.0.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.0.0
|
|
0 commit comments