You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`confignet`: Deprecates `DialContext` and `ListenContext` functions. Use `Dial` and `Listen` instead. (#9258)
1001
1001
Unlike the previous `Dial` and `Listen` functions, the new `Dial` and `Listen` functions take a `context.Context` like `DialContext` and `ListenContext`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1056,7 +1056,7 @@ This release includes 2 very important breaking changes.
1056
1056
-`configcompression`: Mark module as Stable. (#9571)
1057
1057
-`cmd/mdatagen`: Use go package name for the scope name by default and add an option to provide the scope name in metadata.yaml. (#9693)
1058
1058
-`cmd/mdatagen`: Generate the lifecycle tests for components by default. (#9683)
1059
-
It's encouraged to have lifecycle tests for all components enadled, but they can be disabled if needed
1059
+
It's encouraged to have lifecycle tests for all components enabled, but they can be disabled if needed
1060
1060
in metadata.yaml with `skip_lifecycle: true` and `skip_shutdown: true` under `tests` section.
1061
1061
1062
1062
-`cmd/mdatagen`: optimize the mdatagen for the case like batchprocessor which use a common struct to implement consumer.Traces, consumer.Metrics, consumer.Logs in the meantime. (#9688)
@@ -1714,8 +1714,8 @@ This release includes 2 very important breaking changes.
1714
1714
-`componenttest`: Remove deprecated funcs from componenttest (#6836)
1715
1715
-`batchprocessor`: Remove deprecated batchprocessor.MetricViews and batchprocessor.OtelMetricViews (#6861)
1716
1716
-`component`: Remove deprecated component.[Factories|MakeProcessorFactoryMap] and componenttest.NewNopFactories (#6835)
-`component`: Remove deprecated component [Traces|Metrics|Logs]Processor and ProcessorFactory (#6884)
1720
1720
-`service`: Remove deprecated service service.ConfigService and service.ConfigServicePipeline (#6859)
1721
1721
@@ -2651,7 +2651,7 @@ There isn't a valid core binary for this release. Use v0.57.2 instead.
2651
2651
- Update OTLP to v0.17.0 (#5335)
2652
2652
- Add optional min/max fields to histograms (#5399)
2653
2653
- User-defined Resource attributes can be specified under `service.telemetry.resource`
2654
-
configuration key and will be included as metric lables for own telemetry.
2654
+
configuration key and will be included as metric labels for own telemetry.
2655
2655
If `service.instance.id` is not specified it will be auto-generated. Previously
2656
2656
`service.instance.id` was always auto-generated, so the default of the new
2657
2657
behavior matches the old behavior. (#5402)
@@ -2799,9 +2799,9 @@ There isn't a valid core binary for this release. Use v0.57.2 instead.
2799
2799
- Deprecate global flag in `featuregates` (#5060)
2800
2800
- Deprecate last funcs/structs in componenthelper (#5069)
2801
2801
- Change structs in otlpgrpc to follow standard go encoding interfaces (#5062)
2802
-
- Deprecate `UnmarshalJSON[Traces|Metrics|Logs][Reques|Response]` in favor of `UnmarshalJSON`.
2803
-
- Deprecate `[Traces|Metrics|Logs][Reques|Response].Marshal` in favor of `MarshalProto`.
2804
-
- Deprecate `UnmarshalJSON[Traces|Metrics|Logs][Reques|Response]` in favor of `UnmarshalProto`.
2802
+
- Deprecate `UnmarshalJSON[Traces|Metrics|Logs][Request|Response]` in favor of `UnmarshalJSON`.
2803
+
- Deprecate `[Traces|Metrics|Logs][Request|Response].Marshal` in favor of `MarshalProto`.
2804
+
- Deprecate `UnmarshalJSON[Traces|Metrics|Logs][Request|Response]` in favor of `UnmarshalProto`.
2805
2805
- Deprecating following pdata methods/types following OTLP v0.15.0 upgrade (#5076):
2806
2806
- InstrumentationLibrary is now InstrumentationScope
2807
2807
- NewInstrumentationLibrary is now NewInstrumentationScope
@@ -3047,7 +3047,7 @@ There isn't a valid core binary for this release. Use v0.57.2 instead.
3047
3047
3048
3048
- Remove reference to `defaultcomponents` in core and deprecate `include_core` flag (#4087)
3049
3049
- Remove `config.NewConfigMapFrom[File|Buffer]`, add testonly version (#4502)
3050
-
-`configtls`: TLS 1.2 is the new default mininum version (#4503)
3050
+
-`configtls`: TLS 1.2 is the new default minimum version (#4503)
3051
3051
-`confighttp`: `ToServer` now accepts a `component.Host`, in line with gRPC's counterpart (#4514)
3052
3052
- CORS configuration for OTLP/HTTP receivers has been moved into a `cors:` block, instead of individual `cors_allowed_origins` and `cors_allowed_headers` settings (#4492)
3053
3053
@@ -3841,7 +3841,7 @@ This release is marked as "bad" since the metrics pipelines will produce bad dat
3841
3841
- Add `CustomRoundTripper` function to httpclientconfig (#2085)
3842
3842
- Allow for more logging options to be passed to `service` (#2132)
3843
3843
- Add config parameters for `jaeger` receiver (#2068)
3844
-
- Map unset status code for `jaegar` translator as per spec (#2134)
3844
+
- Map unset status code for `jaeger` translator as per spec (#2134)
3845
3845
- Add more trace annotations to the queue-retry logic (#2136)
3846
3846
- Add config settings for component telemetry (#2148)
3847
3847
- Use net.SplitHostPort for IPv6 support in `prometheus` receiver (#2154)
@@ -4091,7 +4091,7 @@ This release is marked as "bad" since the metrics pipelines will produce bad dat
4091
4091
### 🚀 New components 🚀
4092
4092
4093
4093
- Receivers
4094
-
-`fluentfoward` runs a TCP server that accepts events via the [Fluent Forward protocol](https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1) (#1173)
4094
+
-`fluentforward` runs a TCP server that accepts events via the [Fluent Forward protocol](https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1) (#1173)
4095
4095
- Exporters
4096
4096
-`kafka` exports traces to Kafka (#1439)
4097
4097
- Extensions
@@ -4162,7 +4162,7 @@ This release is marked as "bad" since the metrics pipelines will produce bad dat
4162
4162
of different versions
4163
4163
- Make "--new-metrics" command line flag the default (#1148)
4164
4164
- Change `endpoint` to `url` in Zipkin exporter config (#1186)
4165
-
- Change `tls_credentials` to `tls_settings` in Jaegar receiver config (#1233)
4165
+
- Change `tls_credentials` to `tls_settings` in Jaeger receiver config (#1233)
4166
4166
- OTLP receiver config change for `protocols` to support mTLS (#1223)
4167
4167
- Remove `export_resource_labels` flag from Zipkin exporter (#1163)
Copy file name to clipboardExpand all lines: exporter/exporterhelper/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The following configuration options can be modified:
26
26
-`batch` disabled by default if not defined
27
27
-`flush_timeout`: time after which a batch will be sent regardless of its size. Must be a non-zero value
28
28
-`min_size`: the minimum size of a batch.
29
-
-`max_size`: the maximum size of a batch, enables batch splitting. The maximum size of a batch should be greater than or equal to the mininum size of a batch.
29
+
-`max_size`: the maximum size of a batch, enables batch splitting. The maximum size of a batch should be greater than or equal to the minimum size of a batch.
30
30
-`timeout` (default = 5s): Time to wait per individual attempt to send data to a backend
31
31
32
32
The `initial_interval`, `max_interval`, `max_elapsed_time`, and `timeout` options accept
0 commit comments