Skip to content

Commit

Permalink
fix(deps): update module go.opentelemetry.io/collector/pdata to v1.9.0 (
Browse files Browse the repository at this point in the history
#37)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/collector/pdata](https://togithub.com/open-telemetry/opentelemetry-collector)
| `v1.0.0` -> `v1.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcollector%2fpdata/v1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fcollector%2fpdata/v1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fcollector%2fpdata/v1.0.0/v1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fcollector%2fpdata/v1.0.0/v1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector
(go.opentelemetry.io/collector/pdata)</summary>

###
[`v1.9.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v190v01020)

##### 🛑 Breaking changes 🛑

- `envprovider`: Restricts Environment Variable names. Environment
variable names must now be ASCII only and start with a letter or an
underscore, and can only contain underscores, letters, or numbers.
([#&#8203;9531](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9531))
- `confighttp`: Apply MaxRequestBodySize to the result of a decompressed
body
([#&#8203;10289](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10289))
When using compressed payloads, the Collector would verify only the size
of the compressed payload.
This change applies the same restriction to the decompressed content. As
a security measure, a limit of 20 MiB was added, which makes this a
breaking change.
For most clients, this shouldn't be a problem, but if you often have
payloads that decompress to more than 20 MiB, you might want to either
configure your
client to send smaller batches (recommended), or increase the limit
using the MaxRequestBodySize option.

##### 💡 Enhancements 💡

- `mdatagen`: auto-generate utilities to test component telemetry
([#&#8203;19783](https://togithub.com/open-telemetry/opentelemetry-collector/issues/19783))
- `mdatagen`: support setting an AttributeSet for async instruments
([#&#8203;9674](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9674))
- `mdatagen`: support using telemetry level in telemetry builder
([#&#8203;10234](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10234))
This allows components to set the minimum level needed for them to
produce telemetry. By default, this is set to
configtelemetry.LevelBasic. If the telemetry level is below that minimum
level, then the noop meter is used for metrics.
- `mdatagen`: add support for bucket boundaries for histograms
([#&#8203;10218](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10218))
- `releases`: add documentation in how to verify the image signatures
using cosign
([#&#8203;9610](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9610))

##### 🧰 Bug fixes 🧰

- `batchprocessor`: ensure attributes are set on cardinality metadata
metric
([#&#8203;9674](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9674))
- `batchprocessor`: Fixing processor_batch_metadata_cardinality which
was broken in v0.101.0
([#&#8203;10231](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10231))
- `batchprocessor`: respect telemetry level for all metrics
([#&#8203;10234](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10234))
- `exporterhelper`: Fix potential deadlocks in BatcherSender shutdown
([#&#8203;10255](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10255))

###
[`v1.8.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v180v01010)

##### 💡 Enhancements 💡

- `mdatagen`: generate documentation for internal telemetry
([#&#8203;10170](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10170))

- `mdatagen`: add ability to use metadata.yaml to automatically generate
instruments for components
([#&#8203;10054](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10054))
    The `telemetry` section in metadata.yaml is used to generate
    instruments for components to measure telemetry about themselves.

- `confmap`: Allow Converters to write logs during startup
([#&#8203;10135](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10135))

- `otelcol`: Enable logging during configuration resolution
([#&#8203;10056](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10056))

##### 🧰 Bug fixes 🧰

- `mdatagen`: Run package tests when goleak is skipped
([#&#8203;10125](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10125))

###
[`v1.7.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v170v01000)

##### 🛑 Breaking changes 🛑

- `service`: The `validate` sub-command no longer validates that each
pipeline's type is the same as its component types
([#&#8203;10031](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10031))

##### 💡 Enhancements 💡

- `semconv`: Add support for v1.25.0 semantic convention
([#&#8203;10072](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10072))
- `builder`: remove the need to go get a module to address ambiguous
import paths
([#&#8203;10015](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10015))
- `pmetric`: Support parsing metric.metadata from OTLP JSON.
([#&#8203;10026](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10026))

##### 🧰 Bug fixes 🧰

- `exporterhelper`: Fix enabled config option for batch sender
([#&#8203;10076](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10076))

###
[`v1.6.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v160v0990)

##### 🛑 Breaking changes 🛑

- `builder`: Add strict version checking when using the builder. Add the
temporary flag ` --skip-strict-versioning `for skipping this check.
([#&#8203;9896](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9896))
Strict version checking will error on major and minor version mismatches
between the `otelcol_version` configured and the builder version or
versions
in the go.mod. This check can be temporarily disabled by using the
`--skip-strict-versioning`
    flag. This flag will be removed in a future minor version.

- `telemetry`: Distributed internal metrics across different levels.
([#&#8203;7890](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7890))
    The internal metrics levels are updated along with reported metrics:
- The default level is changed from `basic` to `normal`, which can be
overridden with `service::telmetry::metrics::level` configuration.
- Batch processor metrics are updated to be reported starting from
`normal` level:
        -   `processor_batch_batch_send_size`
        -   `processor_batch_metadata_cardinality`
        -   `processor_batch_timeout_trigger_send`
        -   `processor_batch_size_trigger_send`
- GRPC/HTTP server and client metrics are updated to be reported
starting from `detailed` level:
        -   http.client.\* metrics
        -   http.server.\* metrics
        -   rpc.server.\* metrics
        -   rpc.client.\* metrics

##### 💡 Enhancements 💡

- `confighttp`: Disable concurrency in zstd compression
([#&#8203;8216](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8216))

- `cmd/builder`: Allow configuring `confmap.Provider`s in the builder.
([#&#8203;4759](https://togithub.com/open-telemetry/opentelemetry-collector/issues/4759))
    If no providers are specified, the defaults are used.
    The default providers are: env, file, http, https, and yaml.

    To configure providers, use the `providers` key in your OCB build
    manifest with a list of Go modules for your providers.
    The modules will work the same as other Collector components.

- `mdatagen`: enable goleak tests by default via mdatagen
([#&#8203;9959](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9959))

- `cmd/mdatagen`: support excluding some metrics based on string and
regexes in resource_attributes
([#&#8203;9661](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9661))

- `cmd/mdatagen`: Generate config and factory tests covering their
requirements.
([#&#8203;9940](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9940))
    The tests are moved from cmd/builder.

- `confmap`: Add `ProviderSettings`, `ConverterSettings`,
`ProviderFactories`, and `ConverterFactories` fields to
`confmap.ResolverSettings`
([#&#8203;9516](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9516))
This allows configuring providers and converters, which are instantiated
by `NewResolver` using the given factories.

##### 🧰 Bug fixes 🧰

- `exporter/otlp`: Allow DNS scheme to be used in endpoint
([#&#8203;4274](https://togithub.com/open-telemetry/opentelemetry-collector/issues/4274))
- `service`: fix record sampler configuration
([#&#8203;9968](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9968))
- `service`: ensure the tracer provider is configured via
go.opentelemetry.io/contrib/config
([#&#8203;9967](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9967))
- `otlphttpexporter`: Fixes a bug that was preventing the otlp http
exporter from propagating status.
([#&#8203;9892](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9892))
- `confmap`: Fix decoding negative configuration values into uints
([#&#8203;9060](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9060))

###
[`v1.5.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v150v0980)

##### 🛑 Breaking changes 🛑

- `service`: emit internal collector metrics with \_ instead of / with
OTLP export
([#&#8203;9774](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9774))
This is addressing an issue w/ the names of the metrics generated by the
Collector for its
internal metrics. Note that this change only impacts users that emit
telemetry using OTLP, which
is currently still in experimental support. The prometheus metrics
already replaced `/` with `_`
    and they will do the same with `_`.

##### 💡 Enhancements 💡

- `mdatagen`: Adds unsupported platforms to the README header
([#&#8203;9794](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9794))
- `confmap`: Clarify the use of embedded structs to make unmarshaling
composable
([#&#8203;7101](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7101))
- `nopexporter`: Promote the nopexporter to beta
([#&#8203;7316](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7316))
- `nopreceiver`: Promote the nopreceiver to beta
([#&#8203;7316](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7316))
- `otlpexporter`: Checks for port in the config validation for the
otlpexporter
([#&#8203;9505](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9505))
- `service`: Validate pipeline type against component types
([#&#8203;8007](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8007))

##### 🧰 Bug fixes 🧰

- `configtls`: Fix issue where `IncludeSystemCACertsPool` was not
consistently used between `ServerConfig` and `ClientConfig`.
([#&#8203;9835](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9835))
- `component`: Fix issue where the `components` command wasn't properly
printing the component type.
([#&#8203;9856](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9856))
- `otelcol`: Fix issue where the `validate` command wasn't properly
printing valid component type.
([#&#8203;9866](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9866))
- `receiver/otlp`: Fix bug where the otlp receiver did not properly
respond with a retryable error code when possible for http
([#&#8203;9357](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9357))

###
[`v1.4.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v140v0970)

##### 🛑 Breaking changes 🛑

- `telemetry`: Remove telemetry.useOtelForInternalMetrics stable feature
gate
([#&#8203;9752](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9752))

##### 🚀 New components 🚀

- `exporter/nop`: Add the `nopexporter` to serve as a placeholder
exporter in a pipeline
([#&#8203;7316](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7316))
This is primarily useful for starting the Collector with only extensions
enabled
    or to test Collector pipeline throughput.

- `receiver/nop`: Add the `nopreceiver` to serve as a placeholder
receiver in a pipeline
([#&#8203;7316](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7316))
This is primarily useful for starting the Collector with only extensions
enabled.

##### 💡 Enhancements 💡

- `configtls`: Validates TLS min_version and max_version
([#&#8203;9475](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9475))
    Introduces `Validate()` method in TLSSetting.

- `configcompression`: Mark module as Stable.
([#&#8203;9571](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9571))

- `cmd/mdatagen`: Use go package name for the scope name by default and
add an option to provide the scope name in metadata.yaml.
([#&#8203;9693](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9693))

- `cmd/mdatagen`: Generate the lifecycle tests for components by
default.
([#&#8203;9683](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9683))
It's encouraged to have lifecycle tests for all components enadled, but
they can be disabled if needed
in metadata.yaml with `skip_lifecycle: true` and `skip_shutdown: true`
under `tests` section.

- `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.
([#&#8203;9688](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9688))

##### 🧰 Bug fixes 🧰

- `exporterhelper`: Fix persistent queue size backup on reads.
([#&#8203;9740](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9740))
- `processor/batch`: Prevent starting unnecessary goroutines.
([#&#8203;9739](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9739))
- `otlphttpexporter`: prevent error on empty response body when content
type is application/json
([#&#8203;9666](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9666))
- `confmap`: confmap honors `Unmarshal` methods on config embedded
structs.
([#&#8203;6671](https://togithub.com/open-telemetry/opentelemetry-collector/issues/6671))
- `otelcol`: Respect telemetry configuration when running as a Windows
service
([#&#8203;5300](https://togithub.com/open-telemetry/opentelemetry-collector/issues/5300))

###
[`v1.3.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v130v0960)

##### 🛑 Breaking changes 🛑

- `configgrpc`: Remove deprecated `GRPCClientSettings`,
`GRPCServerSettings`, and `ServerConfig.ToListenerContext`.
([#&#8203;9616](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9616))
- `confighttp`: Remove deprecated `HTTPClientSettings`,
`NewDefaultHTTPClientSettings`, and `CORSSettings`.
([#&#8203;9625](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9625))
- `confignet`: Removes deprecated `NetAddr` and `TCPAddr`
([#&#8203;9614](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9614))

##### 💡 Enhancements 💡

- `configtls`: Add `include_system_ca_certs_pool` to configtls, allowing
to load system certs and additional custom certs.
([#&#8203;7774](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7774))
- `otelcol`: Add `ConfigProviderSettings` to `CollectorSettings`
([#&#8203;4759](https://togithub.com/open-telemetry/opentelemetry-collector/issues/4759))
This allows passing a custom list of `confmap.Provider`s to
`otelcol.NewCommand`.
- `pdata`: Update to OTLP v1.1.0
([#&#8203;9587](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9587))
    Introduces Span and SpanLink flags.
- `confmap`: Update mapstructure to use a maintained fork,
github.com/go-viper/mapstructure/v2.
([#&#8203;9634](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9634))

[https://github.com/mitchellh/mapstructure/issues/349](https://togithub.com/mitchellh/mapstructure/issues/349)/349
for context.

##### 🧰 Bug fixes 🧰

- `configretry`: Allow max_elapsed_time to be set to 0 for indefinite
retries
([#&#8203;9641](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9641))
- `client`: Make `Metadata.Get` thread safe
([#&#8203;9595](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9595))

###
[`v1.2.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v120v0950)

##### 🛑 Breaking changes 🛑

- `all`: scope name for all generated Meter/Tracer funcs now includes
full package name
([#&#8203;9494](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9494))

##### 💡 Enhancements 💡

- `confighttp`: Adds support for Snappy decompression of HTTP requests.
([#&#8203;7632](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7632))
- `configretry`: Validate `max_elapsed_time`, ensure it is larger than
`max_interval` and `initial_interval` respectively.
([#&#8203;9489](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9489))
- `configopaque`: Mark module as stable
([#&#8203;9167](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9167))
- `otlphttpexporter`: Add support for json content encoding when
exporting telemetry
([#&#8203;6945](https://togithub.com/open-telemetry/opentelemetry-collector/issues/6945))
- `confmap/converter/expandconverter, confmap/provider/envprovider,
confmap/provider/fileprovider, confmap/provider/httprovider,
confmap/provider/httpsprovider, confmap/provider/yamlprovider`: Split
confmap.Converter and confmap.Provider implementation packages out of
confmap.
([#&#8203;4759](https://togithub.com/open-telemetry/opentelemetry-collector/issues/4759),
[#&#8203;9460](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9460))

###
[`v1.1.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v110v0940)

##### 🛑 Breaking changes 🛑

- `receiver/otlp`: Update gRPC code from `codes.InvalidArgument` to
`codes.Internal` when a permanent error doesn't contain a gRPC status
([#&#8203;9415](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9415))

##### 🚩 Deprecations 🚩

- `configgrpc`: Deprecate GRPCClientSettings, use ClientConfig instead
([#&#8203;6767](https://togithub.com/open-telemetry/opentelemetry-collector/issues/6767))

##### 💡 Enhancements 💡

- `mdatagen`: Add a generated test that checks the config struct using
`componenttest.CheckConfigStruct`
([#&#8203;9438](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9438))

- `component`: Add `component.UseLocalHostAsDefaultHost` feature gate
that changes default endpoints from 0.0.0.0 to localhost
([#&#8203;8510](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8510))
The only component in this repository affected by this is the OTLP
receiver.

- `confighttp`: Add support of Host header
([#&#8203;9395](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9395))

- `mdatagen`: Remove use of ReportFatalError in generated tests
([#&#8203;9439](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9439))

##### 🧰 Bug fixes 🧰

- `service`: fix opencensus bridge configuration in periodic readers
([#&#8203;9361](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9361))
- `otlpreceiver`: Fix goroutine leak when GRPC server is started but
HTTP server is unsuccessful
([#&#8203;9165](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9165))
- `otlpexporter`: PartialSuccess is treated as success, logged as
warning.
([#&#8203;9243](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9243))

###
[`v1.0.1`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v101v0920)

##### 🛑 Breaking changes 🛑

- `exporters/sending_queue`: Do not re-enqueue failed batches, rely on
the retry_on_failure strategy instead.
([#&#8203;8382](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8382))
The current re-enqueuing behavior is not obvious and cannot be
configured. It takes place only for persistent queue
and only if `retry_on_failure::enabled=true` even if `retry_on_failure`
is a setting for a different backoff retry
strategy. This change removes the re-enqueuing behavior. Consider
increasing `retry_on_failure::max_elapsed_time`
to reduce chances of data loss or set it to 0 to keep retrying until
requests succeed.

- `confmap`: Make the option `WithErrorUnused` enabled by default when
unmarshaling configuration
([#&#8203;7102](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7102))
The option `WithErrorUnused` is now enabled by default, and a new option
`WithIgnoreUnused` is introduced to ignore
    errors about unused fields.

- `status`: Deprecate `ReportComponentStatus` in favor of
`ReportStatus`. This new function does not return an error.
([#&#8203;9148](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9148))

##### 🚩 Deprecations 🚩

- `connectortest`: Deprecate
connectortest.New\[Metrics|Logs|Traces]Router in favour of
connector.New\[Metrics|Logs|Traces]Router
([#&#8203;9095](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9095))

- `exporterhelper`: Deprecate exporterhelper.RetrySettings in favor of
configretry.BackOffConfig
([#&#8203;9091](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9091))

- `extension/ballast`: Deprecate `memory_ballast` extension.
([#&#8203;8343](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8343))
    Use `GOMEMLIMIT` environment variable instead.

- `connector`: Deprecate \[Metrics|Logs|Traces]Router in favour of
\[Metrics|Logs|Traces]RouterAndConsumer
([#&#8203;9095](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9095))

##### 💡 Enhancements 💡

- `exporterhelper`: Add RetrySettings validation function
([#&#8203;9089](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9089))
Validate that time.Duration, multiplier values in configretry are
non-negative, and randomization_factor is between 0 and 1

- `service`: Enable `telemetry.useOtelForInternalMetrics` by updating
the flag to beta
([#&#8203;7454](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7454))
The metrics generated should be consistent with the metrics generated
    previously with OpenCensus. Users can disable the behaviour
    by setting `--feature-gates -telemetry.useOtelForInternalMetrics` at
    collector start.

- `mdatagen`: move component from contrib to core
([#&#8203;9172](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9172))

- `semconv`: Generated Semantic conventions 1.22.0.
([#&#8203;8686](https://togithub.com/open-telemetry/opentelemetry-collector/issues/8686))

- `confignet`: Add `dialer_timeout` config option.
([#&#8203;9066](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9066))

- `processor/memory_limiter`: Update config validation errors
([#&#8203;9059](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9059))
- Fix names of the config fields that are validated in the error
messages
    -   Move the validation from start to the initialization phrase

- `exporterhelper`: Add config Validate for TimeoutSettings
([#&#8203;9104](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9104))

##### 🧰 Bug fixes 🧰

- `memorylimiterprocessor`: Fixed leaking goroutines from
memorylimiterprocessor
([#&#8203;9099](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9099))
- `cmd/otelcorecol`: Fix the code detecting if the collector is running
as a service on Windows.
([#&#8203;7350](https://togithub.com/open-telemetry/opentelemetry-collector/issues/7350))
Removed the `NO_WINDOWS_SERVICE` environment variable given it is not
needed anymore.
- `otlpexporter`: remove dependency of otlphttpreceiver on otlpexporter
([#&#8203;6454](https://togithub.com/open-telemetry/opentelemetry-collector/issues/6454))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ymotongpoo/opentelemetry-collector-extra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent f2ffaa1 commit 644467a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
16 changes: 8 additions & 8 deletions exporter/discordexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ require (
go.opentelemetry.io/collector/component v0.91.0
go.opentelemetry.io/collector/consumer v0.91.0
go.opentelemetry.io/collector/exporter v0.91.0
go.opentelemetry.io/collector/pdata v1.0.0
go.opentelemetry.io/collector/pdata v1.9.0
)

require (
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand All @@ -36,11 +36,11 @@ require (
go.opentelemetry.io/otel/trace v1.21.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
)
15 changes: 15 additions & 0 deletions exporter/discordexporter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
Expand Down Expand Up @@ -161,6 +162,8 @@ go.opentelemetry.io/collector/pdata v1.0.0-rcv0018 h1:a2IHOZKphRzPagcvOHQHHUE0Dl
go.opentelemetry.io/collector/pdata v1.0.0-rcv0018/go.mod h1:oNIcTRyEJYIfMcRYyyh5lquDU0Vl+ktTL6ka+p+dYvg=
go.opentelemetry.io/collector/pdata v1.0.0 h1:ECP2jnLztewsHmL1opL8BeMtWVc7/oSlKNhfY9jP8ec=
go.opentelemetry.io/collector/pdata v1.0.0/go.mod h1:TsDFgs4JLNG7t6x9D8kGswXUz4mme+MyNChHx8zSF6k=
go.opentelemetry.io/collector/pdata v1.9.0 h1:qyXe3HEVYYxerIYu0rzgo1Tx2d1Zs6iF+TCckbHLFOw=
go.opentelemetry.io/collector/pdata v1.9.0/go.mod h1:vk7LrfpyVpGZrRWcpjyy0DDZzL3SZiYMQxfap25551w=
go.opentelemetry.io/collector/receiver v0.89.0 h1:wC/FB8e2Ej06jjNW2OiuZoyiSyB8TQNIzYyPlh9oRqI=
go.opentelemetry.io/collector/receiver v0.89.0/go.mod h1:Rk7Bkz45fVdrcJaVDsPTnHa97ZfSs1ULO76LXc4kLN0=
go.opentelemetry.io/otel v1.20.0 h1:vsb/ggIY+hUjD/zCAQHpzTmndPqv/ml2ArbsbfBYTAc=
Expand Down Expand Up @@ -195,6 +198,8 @@ golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
golang.org/x/crypto v0.15.0 h1:frVn1TEaCEaZcn3Tmd7Y2b5KKPaZ+I32Q2OA3kYp5TA=
golang.org/x/crypto v0.15.0/go.mod h1:4ChreQoLWfG3xLDer1WdlH5NdlQ3+mwnQq1YTKY+72g=
golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
Expand All @@ -215,6 +220,8 @@ golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/net v0.18.0 h1:mIYleuAkSbHh0tCv7RvjL3F6ZVbLjq4+R7zbOn3Kokg=
golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand All @@ -230,6 +237,8 @@ golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
Expand All @@ -256,13 +265,17 @@ google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d h1:uvYuEyMHKNt+lT4K3bN6fGswmK8qSvcreM3BwjDh+y4=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 h1:NnYq6UN9ReLM9/Y01KWNOWyI5xQ9kbIms5GGJVwS/Yc=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk=
google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98=
google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=
google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand All @@ -276,6 +289,8 @@ google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp0
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
Expand Down

0 comments on commit 644467a

Please sign in to comment.