Skip to content

Commit

Permalink
build(deps): bump the otel-collector group with 14 updates (#5001)
Browse files Browse the repository at this point in the history
Bumps the otel-collector group with 14 updates:

| Package | From | To |
| --- | --- | --- |
|
[github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `0.90.1` | `0.91.0` |
|
[github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `0.90.1` | `0.91.0` |
|
[github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `0.90.1` | `0.91.0` |
|
[github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `0.90.1` | `0.91.0` |
|
[github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib)
| `0.90.1` | `0.91.0` |
|
[go.opentelemetry.io/collector/connector/forwardconnector](https://github.com/open-telemetry/opentelemetry-collector)
| `0.90.1` | `0.91.0` |
|
[go.opentelemetry.io/collector/exporter/loggingexporter](https://github.com/open-telemetry/opentelemetry-collector)
| `0.90.1` | `0.91.0` |
|
[go.opentelemetry.io/collector/exporter/otlpexporter](https://github.com/open-telemetry/opentelemetry-collector)
| `0.90.1` | `0.91.0` |
|
[go.opentelemetry.io/collector/exporter/otlphttpexporter](https://github.com/open-telemetry/opentelemetry-collector)
| `0.90.1` | `0.91.0` |
|
[go.opentelemetry.io/collector/extension/ballastextension](https://github.com/open-telemetry/opentelemetry-collector)
| `0.90.1` | `0.91.0` |
|
[go.opentelemetry.io/collector/extension/zpagesextension](https://github.com/open-telemetry/opentelemetry-collector)
| `0.90.1` | `0.91.0` |
|
[go.opentelemetry.io/collector/otelcol](https://github.com/open-telemetry/opentelemetry-collector)
| `0.90.1` | `0.91.0` |
|
[go.opentelemetry.io/collector/processor/batchprocessor](https://github.com/open-telemetry/opentelemetry-collector)
| `0.90.1` | `0.91.0` |
|
[go.opentelemetry.io/collector/processor/memorylimiterprocessor](https://github.com/open-telemetry/opentelemetry-collector)
| `0.90.1` | `0.91.0` |

Updates
`github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector`
from 0.90.1 to 0.91.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/releases">github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's
releases</a>.</em></p>
<blockquote>
<h2>v0.91.0</h2>
<p>The OpenTelemetry Collector Contrib contains everything in the <a
href="https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.91.0">opentelemetry-collector
release</a>, be sure to check the release notes there as well.</p>
<h2>End user facing changes</h2>
<h3>🚀 New components 🚀</h3>
<ul>
<li><code>alertmanagerexporter</code>: Add Alertmanager exporter
implementation and tests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23569">#23569</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li>
<p><code>spanmetricsconnector</code>: Add exemplars to sum metric (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27451">#27451</a>)</p>
</li>
<li>
<p><code>exporter/datadogexporter</code>: Add support for nested log
attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29633">#29633</a>)</p>
</li>
<li>
<p><code>jaegerreceiver,jaegerremotesamplingextension</code>: mark
featuregates to replace Thrift-gen with Proto-gen types for sampling
strategies as stable (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27636">#27636</a>)
The following featuregates are stable:</p>
<ul>
<li>extension.jaegerremotesampling.replaceThriftWithProto</li>
<li>receiver.jaegerreceiver.replaceThriftWithProto</li>
</ul>
</li>
<li>
<p><code>awsemfexporter/awscloudwatchlogsexporter</code>: Add component
name to user agent header for outgoing put log even requests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29595">#29595</a>)</p>
</li>
<li>
<p><code>elasticsearchexporter</code>: Logstash format compatibility.
Traces or Logs data can be written into an index in logstash format. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29624">#29624</a>)</p>
</li>
<li>
<p><code>extension/opampextension</code>: Implement
<code>extension.NotifyConfig</code> to be notified of the Collector's
effective config and report it to the OpAMP server. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27293">#27293</a>)</p>
</li>
<li>
<p><code>receiver/influxdbreceiver</code>: Endpoint <code>/ping</code>
added to enhance compatibility with third party products (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29594">#29594</a>)</p>
</li>
<li>
<p><code>kafkareceiver</code>: Add the ability to consume logs from
Azure Diagnostic Settings streamed through Event Hubs using the Kafka
API. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/18210">#18210</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Add detection of host.ip to
system detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/24450">#24450</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Add detection of host.mac to
system detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29587">#29587</a>)</p>
</li>
<li>
<p><code>pkg/ottl</code>: Add <code>silent</code> ErrorMode to allow
disabling logging of errors that are ignored. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29710">#29710</a>)</p>
</li>
<li>
<p><code>postgresqlreceiver</code>: Add config property for excluding
specific databases from scraping (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29605">#29605</a>)</p>
</li>
<li>
<p><code>redisreceiver</code>: Upgrade the redis library dependency to
resolve security vulns in v7 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29600">#29600</a>)</p>
</li>
<li>
<p><code>signalfxexporter</code>: Enable HTTP/2 health check by default
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29716">#29716</a>)</p>
</li>
<li>
<p><code>splunkhecexporter</code>: Enable HTTP/2 health check by default
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29717">#29717</a>)</p>
</li>
<li>
<p><code>statsdreceiver</code>: Add support for 'simple' tags that do
not have a defined value, to accommodate DogStatsD metrics that may
utilize these. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29012">#29012</a>)
This functionality is gated behind a new <code>enable_simple_tags</code>
config boolean, as it is not part of the StatsD spec.</p>
</li>
</ul>
<h3>🧰 Bug fixes 🧰</h3>
<ul>
<li>
<p><code>exporter/prometheusremotewrite</code>: prometheusremotewrite
exporter fix created metrics missing timestamp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/24915">#24915</a>)</p>
</li>
<li>
<p><code>connector/spanmetrics</code>: Fix memory leak when the
cumulative temporality is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27654">#27654</a>)</p>
</li>
<li>
<p><code>awscontainerinsightreceiver</code>: Filter terminated pods from
node request metrics (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27262">#27262</a>)</p>
</li>
<li>
<p><code>clickhouseexporter</code>: Fix regression error introduced in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29095">#29095</a>
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29573">#29573</a>)</p>
</li>
<li>
<p><code>prometheusexporter</code>: Fix panic when exporter mutates data
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29574">#29574</a>)</p>
</li>
<li>
<p><code>splunkhecexporter</code>: Do not send null event field values
in HEC events. Replace null values with an empty string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29551">#29551</a>)</p>
</li>
<li>
<p><code>k8sobjectsreceiver</code>: fix k8sobjects receiver fails when
some unrelated Kubernetes API is down (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29706">#29706</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Change type of
<code>host.cpu.model.id</code> and <code>host.cpu.model.family</code>
from int to string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29025">#29025</a>)</p>
<ul>
<li>Disable the
<code>processor.resourcedetection.hostCPUModelAndFamilyAsString</code>
feature gate to get the old behavior.</li>
</ul>
</li>
<li>
<p><code>Fix problem where checkpoints could be lost when collector is
shutdown abruptly</code>: filelogreceiver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29609">#29609</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29491">#29491</a>)</p>
</li>
<li>
<p><code>googlecloudspannerreceiver</code>: Google Cloud Spanner
Receiver currently generates an exception and exits if it attempts to
read data from a database that doesn't exist. However it's normal for a
single receiver to poll multiple databases, so this is not graceful
failure. This PR makes a change to gracefully generate an error in case
of an unreadable missing database and then continue reading other
databases.. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26732">#26732</a>)</p>
</li>
<li>
<p><code>pkg/stanza</code>: Allow <code>key_value_parser</code> to parse
values that contain the delimiter string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29629">#29629</a>)</p>
</li>
</ul>
<h2>API changes</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md">github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's
changelog</a>.</em></p>
<blockquote>
<h2>v0.91.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>pkg/ottl</code>: Rename <code>Statements</code> to
<code>StatementSequence</code>. Remove <code>Eval</code> function from
<code>StatementSequence</code>, use <code>ConditionSequence</code>
instead. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29598">#29598</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>pkg/ottl</code>: Add <code>ConditionSequence</code> for
evaluating lists of conditions (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29339">#29339</a>)</li>
</ul>
<h2>v0.90.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>clickhouseexporter</code>: Replace
<code>Config.QueueSettings</code> field with
<code>exporterhelper.QueueSettings</code> and remove
<code>QueueSettings</code> struct (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27653">#27653</a>)</li>
<li><code>kafkareceiver</code>: Do not export the function
<code>WithTracesUnmarshalers</code>,
<code>WithMetricsUnmarshalers</code>, <code>WithLogsUnmarshalers</code>
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>datadogreceiver</code>: The datadogreceiver supports the new
datadog protocol that is sent by the datadog agent API/v0.2/traces. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27045">#27045</a>)</li>
<li><code>pkg/ottl</code>: Add ability to independently parse OTTL
conditions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29315">#29315</a>)</li>
</ul>
<h3>🧰 Bug fixes 🧰</h3>
<ul>
<li><code>cassandraexporter</code>: Exist check for keyspace and dynamic
timeout (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27633">#27633</a>)</li>
</ul>
<h2>v0.89.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>carbonreceiver</code>: Do not export function New and pass
checkapi. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
<li><code>collectdreceiver</code>: Move to use
confighttp.HTTPServerSettings (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28811">#28811</a>)</li>
<li><code>kafkaexporter</code>: Do not export function
WithTracesMarshalers, WithMetricsMarshalers, WithLogsMarshalers and pass
checkapi (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
<li><code>remoteobserverprocessor</code>: Rename remoteobserverprocessor
to remotetapprocessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27873">#27873</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>extension/encoding</code>: Introduce interfaces for encoding
extensions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28686">#28686</a>)</li>
<li><code>exporter/awss3exporter</code>: This feature allows role
assumption for s3 exportation. It is especially useful on Kubernetes
clusters that are using IAM roles for service accounts (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28674">#28674</a>)</li>
</ul>
<h2>v0.88.0</h2>
<h3>🚩 Deprecations 🚩</h3>
<ul>
<li><code>pkg/stanza</code>: Deprecate 'flush.WithPeriod'. Use
'flush.WithFunc' instead. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27843">#27843</a>)</li>
</ul>
<h2>v0.87.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/f6e043f1c663faea9370f78cb5db1eeb7f04ab24"><code>f6e043f</code></a>
[chore] Prepare release 0.91.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29747">#29747</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/6db9f4841bb7bf917cd9997623bdfef1efe0ab21"><code>6db9f48</code></a>
[chore] Update collector core dependency (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29739">#29739</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/95cb7336823185453e7a6538dc38988ee6596042"><code>95cb733</code></a>
[chore] move awss3 to be tested with a generated test (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29735">#29735</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/609d562ad70c96a2f6ee76bcf68ccfa0004422c9"><code>609d562</code></a>
[chore] add extension/remotetapextension to otelcontribcol (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29725">#29725</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/ecdbe1efb1f5f9d1c59b660f19627dd1d6a075c9"><code>ecdbe1e</code></a>
[exporter/signalfx] enabled http2 healthcheck (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29716">#29716</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/caad6ff5a3801a71948c05b8960e68363a470702"><code>caad6ff</code></a>
update servicegraph processor README typo (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29724">#29724</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/26b061021ea827a53ba74ca9a3ff0bbe0120c995"><code>26b0610</code></a>
[exporter/splunkhec] enabled http2 healthcheck (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29717">#29717</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/40ddee91d047319b770d704f69111df78916ce69"><code>40ddee9</code></a>
[chore] regenerate CODEOWNERS (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29727">#29727</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/3557f26746b625ca705be69deacc2aa2755cd9e6"><code>3557f26</code></a>
[k8sobjectsreceiver] fix receiver fails when some unrelated API is down
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29707">#29707</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/6d2b00934f030bf62c079213c1d4a4a4abd99466"><code>6d2b009</code></a>
Promote <a
href="https://github.com/bryan-aguilar"><code>@​bryan-aguilar</code></a>
to Approver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29736">#29736</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.90.1...v0.91.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter`
from 0.90.1 to 0.91.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/releases">github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter's
releases</a>.</em></p>
<blockquote>
<h2>v0.91.0</h2>
<p>The OpenTelemetry Collector Contrib contains everything in the <a
href="https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.91.0">opentelemetry-collector
release</a>, be sure to check the release notes there as well.</p>
<h2>End user facing changes</h2>
<h3>🚀 New components 🚀</h3>
<ul>
<li><code>alertmanagerexporter</code>: Add Alertmanager exporter
implementation and tests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23569">#23569</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li>
<p><code>spanmetricsconnector</code>: Add exemplars to sum metric (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27451">#27451</a>)</p>
</li>
<li>
<p><code>exporter/datadogexporter</code>: Add support for nested log
attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29633">#29633</a>)</p>
</li>
<li>
<p><code>jaegerreceiver,jaegerremotesamplingextension</code>: mark
featuregates to replace Thrift-gen with Proto-gen types for sampling
strategies as stable (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27636">#27636</a>)
The following featuregates are stable:</p>
<ul>
<li>extension.jaegerremotesampling.replaceThriftWithProto</li>
<li>receiver.jaegerreceiver.replaceThriftWithProto</li>
</ul>
</li>
<li>
<p><code>awsemfexporter/awscloudwatchlogsexporter</code>: Add component
name to user agent header for outgoing put log even requests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29595">#29595</a>)</p>
</li>
<li>
<p><code>elasticsearchexporter</code>: Logstash format compatibility.
Traces or Logs data can be written into an index in logstash format. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29624">#29624</a>)</p>
</li>
<li>
<p><code>extension/opampextension</code>: Implement
<code>extension.NotifyConfig</code> to be notified of the Collector's
effective config and report it to the OpAMP server. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27293">#27293</a>)</p>
</li>
<li>
<p><code>receiver/influxdbreceiver</code>: Endpoint <code>/ping</code>
added to enhance compatibility with third party products (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29594">#29594</a>)</p>
</li>
<li>
<p><code>kafkareceiver</code>: Add the ability to consume logs from
Azure Diagnostic Settings streamed through Event Hubs using the Kafka
API. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/18210">#18210</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Add detection of host.ip to
system detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/24450">#24450</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Add detection of host.mac to
system detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29587">#29587</a>)</p>
</li>
<li>
<p><code>pkg/ottl</code>: Add <code>silent</code> ErrorMode to allow
disabling logging of errors that are ignored. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29710">#29710</a>)</p>
</li>
<li>
<p><code>postgresqlreceiver</code>: Add config property for excluding
specific databases from scraping (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29605">#29605</a>)</p>
</li>
<li>
<p><code>redisreceiver</code>: Upgrade the redis library dependency to
resolve security vulns in v7 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29600">#29600</a>)</p>
</li>
<li>
<p><code>signalfxexporter</code>: Enable HTTP/2 health check by default
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29716">#29716</a>)</p>
</li>
<li>
<p><code>splunkhecexporter</code>: Enable HTTP/2 health check by default
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29717">#29717</a>)</p>
</li>
<li>
<p><code>statsdreceiver</code>: Add support for 'simple' tags that do
not have a defined value, to accommodate DogStatsD metrics that may
utilize these. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29012">#29012</a>)
This functionality is gated behind a new <code>enable_simple_tags</code>
config boolean, as it is not part of the StatsD spec.</p>
</li>
</ul>
<h3>🧰 Bug fixes 🧰</h3>
<ul>
<li>
<p><code>exporter/prometheusremotewrite</code>: prometheusremotewrite
exporter fix created metrics missing timestamp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/24915">#24915</a>)</p>
</li>
<li>
<p><code>connector/spanmetrics</code>: Fix memory leak when the
cumulative temporality is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27654">#27654</a>)</p>
</li>
<li>
<p><code>awscontainerinsightreceiver</code>: Filter terminated pods from
node request metrics (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27262">#27262</a>)</p>
</li>
<li>
<p><code>clickhouseexporter</code>: Fix regression error introduced in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29095">#29095</a>
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29573">#29573</a>)</p>
</li>
<li>
<p><code>prometheusexporter</code>: Fix panic when exporter mutates data
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29574">#29574</a>)</p>
</li>
<li>
<p><code>splunkhecexporter</code>: Do not send null event field values
in HEC events. Replace null values with an empty string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29551">#29551</a>)</p>
</li>
<li>
<p><code>k8sobjectsreceiver</code>: fix k8sobjects receiver fails when
some unrelated Kubernetes API is down (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29706">#29706</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Change type of
<code>host.cpu.model.id</code> and <code>host.cpu.model.family</code>
from int to string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29025">#29025</a>)</p>
<ul>
<li>Disable the
<code>processor.resourcedetection.hostCPUModelAndFamilyAsString</code>
feature gate to get the old behavior.</li>
</ul>
</li>
<li>
<p><code>Fix problem where checkpoints could be lost when collector is
shutdown abruptly</code>: filelogreceiver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29609">#29609</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29491">#29491</a>)</p>
</li>
<li>
<p><code>googlecloudspannerreceiver</code>: Google Cloud Spanner
Receiver currently generates an exception and exits if it attempts to
read data from a database that doesn't exist. However it's normal for a
single receiver to poll multiple databases, so this is not graceful
failure. This PR makes a change to gracefully generate an error in case
of an unreadable missing database and then continue reading other
databases.. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26732">#26732</a>)</p>
</li>
<li>
<p><code>pkg/stanza</code>: Allow <code>key_value_parser</code> to parse
values that contain the delimiter string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29629">#29629</a>)</p>
</li>
</ul>
<h2>API changes</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md">github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter's
changelog</a>.</em></p>
<blockquote>
<h2>v0.91.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>pkg/ottl</code>: Rename <code>Statements</code> to
<code>StatementSequence</code>. Remove <code>Eval</code> function from
<code>StatementSequence</code>, use <code>ConditionSequence</code>
instead. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29598">#29598</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>pkg/ottl</code>: Add <code>ConditionSequence</code> for
evaluating lists of conditions (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29339">#29339</a>)</li>
</ul>
<h2>v0.90.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>clickhouseexporter</code>: Replace
<code>Config.QueueSettings</code> field with
<code>exporterhelper.QueueSettings</code> and remove
<code>QueueSettings</code> struct (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27653">#27653</a>)</li>
<li><code>kafkareceiver</code>: Do not export the function
<code>WithTracesUnmarshalers</code>,
<code>WithMetricsUnmarshalers</code>, <code>WithLogsUnmarshalers</code>
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>datadogreceiver</code>: The datadogreceiver supports the new
datadog protocol that is sent by the datadog agent API/v0.2/traces. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27045">#27045</a>)</li>
<li><code>pkg/ottl</code>: Add ability to independently parse OTTL
conditions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29315">#29315</a>)</li>
</ul>
<h3>🧰 Bug fixes 🧰</h3>
<ul>
<li><code>cassandraexporter</code>: Exist check for keyspace and dynamic
timeout (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27633">#27633</a>)</li>
</ul>
<h2>v0.89.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>carbonreceiver</code>: Do not export function New and pass
checkapi. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
<li><code>collectdreceiver</code>: Move to use
confighttp.HTTPServerSettings (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28811">#28811</a>)</li>
<li><code>kafkaexporter</code>: Do not export function
WithTracesMarshalers, WithMetricsMarshalers, WithLogsMarshalers and pass
checkapi (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
<li><code>remoteobserverprocessor</code>: Rename remoteobserverprocessor
to remotetapprocessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27873">#27873</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>extension/encoding</code>: Introduce interfaces for encoding
extensions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28686">#28686</a>)</li>
<li><code>exporter/awss3exporter</code>: This feature allows role
assumption for s3 exportation. It is especially useful on Kubernetes
clusters that are using IAM roles for service accounts (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28674">#28674</a>)</li>
</ul>
<h2>v0.88.0</h2>
<h3>🚩 Deprecations 🚩</h3>
<ul>
<li><code>pkg/stanza</code>: Deprecate 'flush.WithPeriod'. Use
'flush.WithFunc' instead. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27843">#27843</a>)</li>
</ul>
<h2>v0.87.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/f6e043f1c663faea9370f78cb5db1eeb7f04ab24"><code>f6e043f</code></a>
[chore] Prepare release 0.91.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29747">#29747</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/6db9f4841bb7bf917cd9997623bdfef1efe0ab21"><code>6db9f48</code></a>
[chore] Update collector core dependency (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29739">#29739</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/95cb7336823185453e7a6538dc38988ee6596042"><code>95cb733</code></a>
[chore] move awss3 to be tested with a generated test (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29735">#29735</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/609d562ad70c96a2f6ee76bcf68ccfa0004422c9"><code>609d562</code></a>
[chore] add extension/remotetapextension to otelcontribcol (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29725">#29725</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/ecdbe1efb1f5f9d1c59b660f19627dd1d6a075c9"><code>ecdbe1e</code></a>
[exporter/signalfx] enabled http2 healthcheck (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29716">#29716</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/caad6ff5a3801a71948c05b8960e68363a470702"><code>caad6ff</code></a>
update servicegraph processor README typo (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29724">#29724</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/26b061021ea827a53ba74ca9a3ff0bbe0120c995"><code>26b0610</code></a>
[exporter/splunkhec] enabled http2 healthcheck (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29717">#29717</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/40ddee91d047319b770d704f69111df78916ce69"><code>40ddee9</code></a>
[chore] regenerate CODEOWNERS (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29727">#29727</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/3557f26746b625ca705be69deacc2aa2755cd9e6"><code>3557f26</code></a>
[k8sobjectsreceiver] fix receiver fails when some unrelated API is down
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29707">#29707</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/6d2b00934f030bf62c079213c1d4a4a4abd99466"><code>6d2b009</code></a>
Promote <a
href="https://github.com/bryan-aguilar"><code>@​bryan-aguilar</code></a>
to Approver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29736">#29736</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.90.1...v0.91.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver`
from 0.90.1 to 0.91.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/releases">github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver's
releases</a>.</em></p>
<blockquote>
<h2>v0.91.0</h2>
<p>The OpenTelemetry Collector Contrib contains everything in the <a
href="https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.91.0">opentelemetry-collector
release</a>, be sure to check the release notes there as well.</p>
<h2>End user facing changes</h2>
<h3>🚀 New components 🚀</h3>
<ul>
<li><code>alertmanagerexporter</code>: Add Alertmanager exporter
implementation and tests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23569">#23569</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li>
<p><code>spanmetricsconnector</code>: Add exemplars to sum metric (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27451">#27451</a>)</p>
</li>
<li>
<p><code>exporter/datadogexporter</code>: Add support for nested log
attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29633">#29633</a>)</p>
</li>
<li>
<p><code>jaegerreceiver,jaegerremotesamplingextension</code>: mark
featuregates to replace Thrift-gen with Proto-gen types for sampling
strategies as stable (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27636">#27636</a>)
The following featuregates are stable:</p>
<ul>
<li>extension.jaegerremotesampling.replaceThriftWithProto</li>
<li>receiver.jaegerreceiver.replaceThriftWithProto</li>
</ul>
</li>
<li>
<p><code>awsemfexporter/awscloudwatchlogsexporter</code>: Add component
name to user agent header for outgoing put log even requests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29595">#29595</a>)</p>
</li>
<li>
<p><code>elasticsearchexporter</code>: Logstash format compatibility.
Traces or Logs data can be written into an index in logstash format. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29624">#29624</a>)</p>
</li>
<li>
<p><code>extension/opampextension</code>: Implement
<code>extension.NotifyConfig</code> to be notified of the Collector's
effective config and report it to the OpAMP server. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27293">#27293</a>)</p>
</li>
<li>
<p><code>receiver/influxdbreceiver</code>: Endpoint <code>/ping</code>
added to enhance compatibility with third party products (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29594">#29594</a>)</p>
</li>
<li>
<p><code>kafkareceiver</code>: Add the ability to consume logs from
Azure Diagnostic Settings streamed through Event Hubs using the Kafka
API. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/18210">#18210</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Add detection of host.ip to
system detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/24450">#24450</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Add detection of host.mac to
system detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29587">#29587</a>)</p>
</li>
<li>
<p><code>pkg/ottl</code>: Add <code>silent</code> ErrorMode to allow
disabling logging of errors that are ignored. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29710">#29710</a>)</p>
</li>
<li>
<p><code>postgresqlreceiver</code>: Add config property for excluding
specific databases from scraping (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29605">#29605</a>)</p>
</li>
<li>
<p><code>redisreceiver</code>: Upgrade the redis library dependency to
resolve security vulns in v7 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29600">#29600</a>)</p>
</li>
<li>
<p><code>signalfxexporter</code>: Enable HTTP/2 health check by default
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29716">#29716</a>)</p>
</li>
<li>
<p><code>splunkhecexporter</code>: Enable HTTP/2 health check by default
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29717">#29717</a>)</p>
</li>
<li>
<p><code>statsdreceiver</code>: Add support for 'simple' tags that do
not have a defined value, to accommodate DogStatsD metrics that may
utilize these. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29012">#29012</a>)
This functionality is gated behind a new <code>enable_simple_tags</code>
config boolean, as it is not part of the StatsD spec.</p>
</li>
</ul>
<h3>🧰 Bug fixes 🧰</h3>
<ul>
<li>
<p><code>exporter/prometheusremotewrite</code>: prometheusremotewrite
exporter fix created metrics missing timestamp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/24915">#24915</a>)</p>
</li>
<li>
<p><code>connector/spanmetrics</code>: Fix memory leak when the
cumulative temporality is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27654">#27654</a>)</p>
</li>
<li>
<p><code>awscontainerinsightreceiver</code>: Filter terminated pods from
node request metrics (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27262">#27262</a>)</p>
</li>
<li>
<p><code>clickhouseexporter</code>: Fix regression error introduced in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29095">#29095</a>
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29573">#29573</a>)</p>
</li>
<li>
<p><code>prometheusexporter</code>: Fix panic when exporter mutates data
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29574">#29574</a>)</p>
</li>
<li>
<p><code>splunkhecexporter</code>: Do not send null event field values
in HEC events. Replace null values with an empty string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29551">#29551</a>)</p>
</li>
<li>
<p><code>k8sobjectsreceiver</code>: fix k8sobjects receiver fails when
some unrelated Kubernetes API is down (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29706">#29706</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Change type of
<code>host.cpu.model.id</code> and <code>host.cpu.model.family</code>
from int to string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29025">#29025</a>)</p>
<ul>
<li>Disable the
<code>processor.resourcedetection.hostCPUModelAndFamilyAsString</code>
feature gate to get the old behavior.</li>
</ul>
</li>
<li>
<p><code>Fix problem where checkpoints could be lost when collector is
shutdown abruptly</code>: filelogreceiver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29609">#29609</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29491">#29491</a>)</p>
</li>
<li>
<p><code>googlecloudspannerreceiver</code>: Google Cloud Spanner
Receiver currently generates an exception and exits if it attempts to
read data from a database that doesn't exist. However it's normal for a
single receiver to poll multiple databases, so this is not graceful
failure. This PR makes a change to gracefully generate an error in case
of an unreadable missing database and then continue reading other
databases.. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26732">#26732</a>)</p>
</li>
<li>
<p><code>pkg/stanza</code>: Allow <code>key_value_parser</code> to parse
values that contain the delimiter string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29629">#29629</a>)</p>
</li>
</ul>
<h2>API changes</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md">github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver's
changelog</a>.</em></p>
<blockquote>
<h2>v0.91.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>pkg/ottl</code>: Rename <code>Statements</code> to
<code>StatementSequence</code>. Remove <code>Eval</code> function from
<code>StatementSequence</code>, use <code>ConditionSequence</code>
instead. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29598">#29598</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>pkg/ottl</code>: Add <code>ConditionSequence</code> for
evaluating lists of conditions (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29339">#29339</a>)</li>
</ul>
<h2>v0.90.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>clickhouseexporter</code>: Replace
<code>Config.QueueSettings</code> field with
<code>exporterhelper.QueueSettings</code> and remove
<code>QueueSettings</code> struct (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27653">#27653</a>)</li>
<li><code>kafkareceiver</code>: Do not export the function
<code>WithTracesUnmarshalers</code>,
<code>WithMetricsUnmarshalers</code>, <code>WithLogsUnmarshalers</code>
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>datadogreceiver</code>: The datadogreceiver supports the new
datadog protocol that is sent by the datadog agent API/v0.2/traces. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27045">#27045</a>)</li>
<li><code>pkg/ottl</code>: Add ability to independently parse OTTL
conditions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29315">#29315</a>)</li>
</ul>
<h3>🧰 Bug fixes 🧰</h3>
<ul>
<li><code>cassandraexporter</code>: Exist check for keyspace and dynamic
timeout (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27633">#27633</a>)</li>
</ul>
<h2>v0.89.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>carbonreceiver</code>: Do not export function New and pass
checkapi. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
<li><code>collectdreceiver</code>: Move to use
confighttp.HTTPServerSettings (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28811">#28811</a>)</li>
<li><code>kafkaexporter</code>: Do not export function
WithTracesMarshalers, WithMetricsMarshalers, WithLogsMarshalers and pass
checkapi (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
<li><code>remoteobserverprocessor</code>: Rename remoteobserverprocessor
to remotetapprocessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27873">#27873</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>extension/encoding</code>: Introduce interfaces for encoding
extensions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28686">#28686</a>)</li>
<li><code>exporter/awss3exporter</code>: This feature allows role
assumption for s3 exportation. It is especially useful on Kubernetes
clusters that are using IAM roles for service accounts (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28674">#28674</a>)</li>
</ul>
<h2>v0.88.0</h2>
<h3>🚩 Deprecations 🚩</h3>
<ul>
<li><code>pkg/stanza</code>: Deprecate 'flush.WithPeriod'. Use
'flush.WithFunc' instead. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27843">#27843</a>)</li>
</ul>
<h2>v0.87.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/f6e043f1c663faea9370f78cb5db1eeb7f04ab24"><code>f6e043f</code></a>
[chore] Prepare release 0.91.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29747">#29747</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/6db9f4841bb7bf917cd9997623bdfef1efe0ab21"><code>6db9f48</code></a>
[chore] Update collector core dependency (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29739">#29739</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/95cb7336823185453e7a6538dc38988ee6596042"><code>95cb733</code></a>
[chore] move awss3 to be tested with a generated test (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29735">#29735</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/609d562ad70c96a2f6ee76bcf68ccfa0004422c9"><code>609d562</code></a>
[chore] add extension/remotetapextension to otelcontribcol (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29725">#29725</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/ecdbe1efb1f5f9d1c59b660f19627dd1d6a075c9"><code>ecdbe1e</code></a>
[exporter/signalfx] enabled http2 healthcheck (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29716">#29716</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/caad6ff5a3801a71948c05b8960e68363a470702"><code>caad6ff</code></a>
update servicegraph processor README typo (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29724">#29724</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/26b061021ea827a53ba74ca9a3ff0bbe0120c995"><code>26b0610</code></a>
[exporter/splunkhec] enabled http2 healthcheck (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29717">#29717</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/40ddee91d047319b770d704f69111df78916ce69"><code>40ddee9</code></a>
[chore] regenerate CODEOWNERS (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29727">#29727</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/3557f26746b625ca705be69deacc2aa2755cd9e6"><code>3557f26</code></a>
[k8sobjectsreceiver] fix receiver fails when some unrelated API is down
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29707">#29707</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/6d2b00934f030bf62c079213c1d4a4a4abd99466"><code>6d2b009</code></a>
Promote <a
href="https://github.com/bryan-aguilar"><code>@​bryan-aguilar</code></a>
to Approver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29736">#29736</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/compare/v0.90.1...v0.91.0">compare
view</a></li>
</ul>
</details>
<br />

Updates
`github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver`
from 0.90.1 to 0.91.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/releases">github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver's
releases</a>.</em></p>
<blockquote>
<h2>v0.91.0</h2>
<p>The OpenTelemetry Collector Contrib contains everything in the <a
href="https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.91.0">opentelemetry-collector
release</a>, be sure to check the release notes there as well.</p>
<h2>End user facing changes</h2>
<h3>🚀 New components 🚀</h3>
<ul>
<li><code>alertmanagerexporter</code>: Add Alertmanager exporter
implementation and tests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/23569">#23569</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li>
<p><code>spanmetricsconnector</code>: Add exemplars to sum metric (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27451">#27451</a>)</p>
</li>
<li>
<p><code>exporter/datadogexporter</code>: Add support for nested log
attributes. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29633">#29633</a>)</p>
</li>
<li>
<p><code>jaegerreceiver,jaegerremotesamplingextension</code>: mark
featuregates to replace Thrift-gen with Proto-gen types for sampling
strategies as stable (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27636">#27636</a>)
The following featuregates are stable:</p>
<ul>
<li>extension.jaegerremotesampling.replaceThriftWithProto</li>
<li>receiver.jaegerreceiver.replaceThriftWithProto</li>
</ul>
</li>
<li>
<p><code>awsemfexporter/awscloudwatchlogsexporter</code>: Add component
name to user agent header for outgoing put log even requests (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29595">#29595</a>)</p>
</li>
<li>
<p><code>elasticsearchexporter</code>: Logstash format compatibility.
Traces or Logs data can be written into an index in logstash format. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29624">#29624</a>)</p>
</li>
<li>
<p><code>extension/opampextension</code>: Implement
<code>extension.NotifyConfig</code> to be notified of the Collector's
effective config and report it to the OpAMP server. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27293">#27293</a>)</p>
</li>
<li>
<p><code>receiver/influxdbreceiver</code>: Endpoint <code>/ping</code>
added to enhance compatibility with third party products (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29594">#29594</a>)</p>
</li>
<li>
<p><code>kafkareceiver</code>: Add the ability to consume logs from
Azure Diagnostic Settings streamed through Event Hubs using the Kafka
API. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/18210">#18210</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Add detection of host.ip to
system detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/24450">#24450</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Add detection of host.mac to
system detector. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29587">#29587</a>)</p>
</li>
<li>
<p><code>pkg/ottl</code>: Add <code>silent</code> ErrorMode to allow
disabling logging of errors that are ignored. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29710">#29710</a>)</p>
</li>
<li>
<p><code>postgresqlreceiver</code>: Add config property for excluding
specific databases from scraping (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29605">#29605</a>)</p>
</li>
<li>
<p><code>redisreceiver</code>: Upgrade the redis library dependency to
resolve security vulns in v7 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29600">#29600</a>)</p>
</li>
<li>
<p><code>signalfxexporter</code>: Enable HTTP/2 health check by default
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29716">#29716</a>)</p>
</li>
<li>
<p><code>splunkhecexporter</code>: Enable HTTP/2 health check by default
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29717">#29717</a>)</p>
</li>
<li>
<p><code>statsdreceiver</code>: Add support for 'simple' tags that do
not have a defined value, to accommodate DogStatsD metrics that may
utilize these. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29012">#29012</a>)
This functionality is gated behind a new <code>enable_simple_tags</code>
config boolean, as it is not part of the StatsD spec.</p>
</li>
</ul>
<h3>🧰 Bug fixes 🧰</h3>
<ul>
<li>
<p><code>exporter/prometheusremotewrite</code>: prometheusremotewrite
exporter fix created metrics missing timestamp (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/24915">#24915</a>)</p>
</li>
<li>
<p><code>connector/spanmetrics</code>: Fix memory leak when the
cumulative temporality is used. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27654">#27654</a>)</p>
</li>
<li>
<p><code>awscontainerinsightreceiver</code>: Filter terminated pods from
node request metrics (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27262">#27262</a>)</p>
</li>
<li>
<p><code>clickhouseexporter</code>: Fix regression error introduced in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29095">#29095</a>
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29573">#29573</a>)</p>
</li>
<li>
<p><code>prometheusexporter</code>: Fix panic when exporter mutates data
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29574">#29574</a>)</p>
</li>
<li>
<p><code>splunkhecexporter</code>: Do not send null event field values
in HEC events. Replace null values with an empty string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29551">#29551</a>)</p>
</li>
<li>
<p><code>k8sobjectsreceiver</code>: fix k8sobjects receiver fails when
some unrelated Kubernetes API is down (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29706">#29706</a>)</p>
</li>
<li>
<p><code>resourcedetectionprocessor</code>: Change type of
<code>host.cpu.model.id</code> and <code>host.cpu.model.family</code>
from int to string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29025">#29025</a>)</p>
<ul>
<li>Disable the
<code>processor.resourcedetection.hostCPUModelAndFamilyAsString</code>
feature gate to get the old behavior.</li>
</ul>
</li>
<li>
<p><code>Fix problem where checkpoints could be lost when collector is
shutdown abruptly</code>: filelogreceiver (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29609">#29609</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29491">#29491</a>)</p>
</li>
<li>
<p><code>googlecloudspannerreceiver</code>: Google Cloud Spanner
Receiver currently generates an exception and exits if it attempts to
read data from a database that doesn't exist. However it's normal for a
single receiver to poll multiple databases, so this is not graceful
failure. This PR makes a change to gracefully generate an error in case
of an unreadable missing database and then continue reading other
databases.. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26732">#26732</a>)</p>
</li>
<li>
<p><code>pkg/stanza</code>: Allow <code>key_value_parser</code> to parse
values that contain the delimiter string. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29629">#29629</a>)</p>
</li>
</ul>
<h2>API changes</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md">github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver's
changelog</a>.</em></p>
<blockquote>
<h2>v0.91.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>pkg/ottl</code>: Rename <code>Statements</code> to
<code>StatementSequence</code>. Remove <code>Eval</code> function from
<code>StatementSequence</code>, use <code>ConditionSequence</code>
instead. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29598">#29598</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>pkg/ottl</code>: Add <code>ConditionSequence</code> for
evaluating lists of conditions (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29339">#29339</a>)</li>
</ul>
<h2>v0.90.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>clickhouseexporter</code>: Replace
<code>Config.QueueSettings</code> field with
<code>exporterhelper.QueueSettings</code> and remove
<code>QueueSettings</code> struct (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27653">#27653</a>)</li>
<li><code>kafkareceiver</code>: Do not export the function
<code>WithTracesUnmarshalers</code>,
<code>WithMetricsUnmarshalers</code>, <code>WithLogsUnmarshalers</code>
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>datadogreceiver</code>: The datadogreceiver supports the new
datadog protocol that is sent by the datadog agent API/v0.2/traces. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27045">#27045</a>)</li>
<li><code>pkg/ottl</code>: Add ability to independently parse OTTL
conditions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29315">#29315</a>)</li>
</ul>
<h3>🧰 Bug fixes 🧰</h3>
<ul>
<li><code>cassandraexporter</code>: Exist check for keyspace and dynamic
timeout (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27633">#27633</a>)</li>
</ul>
<h2>v0.89.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<ul>
<li><code>carbonreceiver</code>: Do not export function New and pass
checkapi. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
<li><code>collectdreceiver</code>: Move to use
confighttp.HTTPServerSettings (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28811">#28811</a>)</li>
<li><code>kafkaexporter</code>: Do not export function
WithTracesMarshalers, WithMetricsMarshalers, WithLogsMarshalers and pass
checkapi (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/26304">#26304</a>)</li>
<li><code>remoteobserverprocessor</code>: Rename remoteobserverprocessor
to remotetapprocessor (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27873">#27873</a>)</li>
</ul>
<h3>💡 Enhancements 💡</h3>
<ul>
<li><code>extension/encoding</code>: Introduce interfaces for encoding
extensions. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28686">#28686</a>)</li>
<li><code>exporter/awss3exporter</code>: This feature allows role
assumption for s3 exportation. It is especially useful on Kubernetes
clusters that are using IAM roles for service accounts (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/28674">#28674</a>)</li>
</ul>
<h2>v0.88.0</h2>
<h3>🚩 Deprecations 🚩</h3>
<ul>
<li><code>pkg/stanza</code>: Deprecate 'flush.WithPeriod'. Use
'flush.WithFunc' instead. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/27843">#27843</a>)</li>
</ul>
<h2>v0.87.0</h2>
<h3>🛑 Breaking changes 🛑</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/f6e043f1c663faea9370f78cb5db1eeb7f04ab24"><code>f6e043f</code></a>
[chore] Prepare release 0.91.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29747">#29747</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/6db9f4841bb7bf917cd9997623bdfef1efe0ab21"><code>6db9f48</code></a>
[chore] Update collector core dependency (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29739">#29739</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/95cb7336823185453e7a6538dc38988ee6596042"><code>95cb733</code></a>
[chore] move awss3 to be tested with a generated test (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29735">#29735</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-collector-contrib/commit/609d562ad70c96a2f6ee76bcf68ccfa0004422c9"><code>609d562</code></a>
[chore] add extension/remotetapextension to otelcontribcol (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/issues/29725">#29725</a>)</li>
<li><a
href="https://github.c…
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent fcda3b2 commit 87942b4
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 146 deletions.
98 changes: 50 additions & 48 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ require (
github.com/hashicorp/go-plugin v1.6.0
github.com/kr/pretty v0.3.1
github.com/olivere/elastic v6.2.37+incompatible
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.90.1
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.90.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.90.1
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.90.1
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.90.1
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.90.1
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.91.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.91.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.91.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.91.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.91.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.91.0
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/client_model v0.5.0
github.com/prometheus/common v0.45.0
Expand All @@ -50,27 +50,27 @@ require (
github.com/stretchr/testify v1.8.4
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/xdg-go/scram v1.1.2
go.opentelemetry.io/collector/component v0.90.1
go.opentelemetry.io/collector/config/configgrpc v0.90.1
go.opentelemetry.io/collector/config/confighttp v0.90.1
go.opentelemetry.io/collector/config/configtls v0.90.1
go.opentelemetry.io/collector/connector v0.90.1
go.opentelemetry.io/collector/connector/forwardconnector v0.90.1
go.opentelemetry.io/collector/consumer v0.90.1
go.opentelemetry.io/collector/exporter v0.90.1
go.opentelemetry.io/collector/exporter/loggingexporter v0.90.1
go.opentelemetry.io/collector/exporter/otlpexporter v0.90.1
go.opentelemetry.io/collector/exporter/otlphttpexporter v0.90.1
go.opentelemetry.io/collector/extension v0.90.1
go.opentelemetry.io/collector/extension/ballastextension v0.90.1
go.opentelemetry.io/collector/extension/zpagesextension v0.90.1
go.opentelemetry.io/collector/otelcol v0.90.1
go.opentelemetry.io/collector/component v0.91.0
go.opentelemetry.io/collector/config/configgrpc v0.91.0
go.opentelemetry.io/collector/config/confighttp v0.91.0
go.opentelemetry.io/collector/config/configtls v0.91.0
go.opentelemetry.io/collector/connector v0.91.0
go.opentelemetry.io/collector/connector/forwardconnector v0.91.0
go.opentelemetry.io/collector/consumer v0.91.0
go.opentelemetry.io/collector/exporter v0.91.0
go.opentelemetry.io/collector/exporter/loggingexporter v0.91.0
go.opentelemetry.io/collector/exporter/otlpexporter v0.91.0
go.opentelemetry.io/collector/exporter/otlphttpexporter v0.91.0
go.opentelemetry.io/collector/extension v0.91.0
go.opentelemetry.io/collector/extension/ballastextension v0.91.0
go.opentelemetry.io/collector/extension/zpagesextension v0.91.0
go.opentelemetry.io/collector/otelcol v0.91.0
go.opentelemetry.io/collector/pdata v1.0.0
go.opentelemetry.io/collector/processor v0.90.1
go.opentelemetry.io/collector/processor/batchprocessor v0.90.1
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.90.1
go.opentelemetry.io/collector/receiver v0.90.1
go.opentelemetry.io/collector/receiver/otlpreceiver v0.90.1
go.opentelemetry.io/collector/processor v0.91.0
go.opentelemetry.io/collector/processor/batchprocessor v0.91.0
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.91.0
go.opentelemetry.io/collector/receiver v0.91.0
go.opentelemetry.io/collector/receiver/otlpreceiver v0.91.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
go.opentelemetry.io/otel v1.21.0
Expand All @@ -96,7 +96,7 @@ require (
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
github.com/IBM/sarama v1.42.1 // indirect
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.48.5 // indirect
github.com/aws/aws-sdk-go v1.48.14 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
Expand Down Expand Up @@ -142,7 +142,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.3 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
github.com/knadh/koanf/v2 v2.0.1 // indirect
Expand All @@ -164,10 +164,11 @@ require (
github.com/oklog/run v1.1.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.90.1 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.90.1 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.90.1 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.90.1 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.91.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.91.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.91.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure v0.91.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.91.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/openzipkin/zipkin-go v0.4.2 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
Expand All @@ -179,11 +180,12 @@ require (
github.com/prometheus/procfs v0.11.1 // indirect
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/relvacode/iso8601 v1.3.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/shirou/gopsutil/v3 v3.23.10 // indirect
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
Expand All @@ -199,36 +201,36 @@ require (
github.com/yusufpapurcu/wmi v1.2.3 // indirect
go.mongodb.org/mongo-driver v1.13.1 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/collector v0.90.1 // indirect
go.opentelemetry.io/collector/config/configauth v0.90.1 // indirect
go.opentelemetry.io/collector/config/configcompression v0.90.1 // indirect
go.opentelemetry.io/collector/config/confignet v0.90.1 // indirect
go.opentelemetry.io/collector/config/configopaque v0.90.1 // indirect
go.opentelemetry.io/collector/config/configtelemetry v0.90.1 // indirect
go.opentelemetry.io/collector/config/internal v0.90.1 // indirect
go.opentelemetry.io/collector/confmap v0.90.1 // indirect
go.opentelemetry.io/collector/extension/auth v0.90.1 // indirect
go.opentelemetry.io/collector v0.91.0 // indirect
go.opentelemetry.io/collector/config/configauth v0.91.0 // indirect
go.opentelemetry.io/collector/config/configcompression v0.91.0 // indirect
go.opentelemetry.io/collector/config/confignet v0.91.0 // indirect
go.opentelemetry.io/collector/config/configopaque v0.91.0 // indirect
go.opentelemetry.io/collector/config/configtelemetry v0.91.0 // indirect
go.opentelemetry.io/collector/config/internal v0.91.0 // indirect
go.opentelemetry.io/collector/confmap v0.91.0 // indirect
go.opentelemetry.io/collector/extension/auth v0.91.0 // indirect
go.opentelemetry.io/collector/featuregate v1.0.0 // indirect
go.opentelemetry.io/collector/semconv v0.90.1 // indirect
go.opentelemetry.io/collector/service v0.90.0 // indirect
go.opentelemetry.io/collector/semconv v0.91.0 // indirect
go.opentelemetry.io/collector/service v0.91.0 // indirect
go.opentelemetry.io/contrib/config v0.1.1 // indirect
go.opentelemetry.io/contrib/propagators/b3 v1.21.1 // indirect
go.opentelemetry.io/contrib/zpages v0.46.1 // indirect
go.opentelemetry.io/otel/bridge/opencensus v0.44.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.44.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.44.1-0.20231201153405-6027c1ae76f2 // indirect
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.44.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.21.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/text v0.14.0 // indirect
gonum.org/v1/gonum v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 87942b4

Please sign in to comment.