Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for OTEL spanmetrics processor #5484

Conversation

varshith257
Copy link
Contributor

@varshith257 varshith257 commented May 23, 2024

Which problem is this PR solving?

Description of the changes

  • removed support for the spanmetrics processor flag.

How was this change tested?

  • CI

Checklist

Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
@varshith257 varshith257 requested a review from a team as a code owner May 23, 2024 17:18
@varshith257 varshith257 marked this pull request as draft May 23, 2024 17:19
@varshith257
Copy link
Contributor Author

varshith257 commented May 23, 2024

I have found the related code in three files:

image

Am I on the right path?

Copy link

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.20%. Comparing base (14197fe) to head (acaccde).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5484      +/-   ##
==========================================
+ Coverage   96.18%   96.20%   +0.01%     
==========================================
  Files         327      327              
  Lines       16007    16005       -2     
==========================================
  Hits        15397    15397              
+ Misses        434      432       -2     
  Partials      176      176              
Flag Coverage Δ
badger_v1 8.05% <ø> (ø)
badger_v2 1.93% <ø> (ø)
cassandra-3.x-v1 16.45% <ø> (ø)
cassandra-3.x-v2 1.85% <ø> (ø)
cassandra-4.x-v1 16.45% <ø> (ø)
cassandra-4.x-v2 1.85% <ø> (ø)
elasticsearch-7-v1 18.89% <ø> (ø)
elasticsearch-8-v1 19.09% <ø> (ø)
elasticsearch-8-v2 19.09% <ø> (+0.01%) ⬆️
grpc_v1 9.47% <ø> (?)
grpc_v2 7.53% <ø> (ø)
kafka 9.77% <ø> (ø)
opensearch-1-v1 18.94% <ø> (+0.01%) ⬆️
opensearch-2-v1 18.93% <ø> (-0.02%) ⬇️
opensearch-2-v2 18.94% <ø> (ø)
unittests 94.07% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -59,28 +59,28 @@ func initOtherServicesSamplers() map[model.SamplerType]string {
}

// SpanProcessorMetrics contains all the necessary metrics for the SpanProcessor
type SpanProcessorMetrics struct {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this class has nothing to do with the ticket. SpanMetricsProcessor refers to an OTEL Collector component.

Copy link
Contributor Author

@varshith257 varshith257 Jun 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, got it. When this PR was raised, I thought it was a Jaeger component. After working on my proposal for SPM, I got a clear context.

Now, I will remove that flag and corresponding code and will make the default of the spanmetrics connector and add it the same in Readme

dependabot bot and others added 17 commits June 2, 2024 10:06
Bumps the otel-instrumentation group with 2 updates:
[go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib)
and
[go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib).

Updates
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`
from 0.51.0 to 0.52.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0</h2>
<h2>Overview</h2>
<h3>Added</h3>
<ul>
<li>Add the new <code>go.opentelemetry.io/contrib/instrgen</code>
package to provide auto-generated source code instrumentation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3068">#3068</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3108">#3108</a>)</li>
<li>Add an experimental <code>OTEL_METRICS_PRODUCERS</code> environment
variable to <code>go.opentelemetry.io/contrib/autoexport</code> to be
set metrics producers. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>)
<ul>
<li><code>prometheus</code> and <code>none</code> are supported values.
You can specify multiple producers separated by a comma.</li>
<li>Add <code>WithFallbackMetricProducer</code> option that adds a
fallback if the <code>OTEL_METRICS_PRODUCERS</code> is not set or
empty.</li>
</ul>
</li>
<li>The
<code>go.opentelemetry.io/contrib/processors/baggage/baggagetrace</code>
module. This module provides a Baggage Span Processor. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5404">#5404</a>)</li>
<li>Add gRPC trace <code>Filter</code> for stats handler to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>Add a repository Code Ownership Policy. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5555">#5555</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>
module. This module provides an OpenTelemetry logging bridge for
<code>github.com/sirupsen/logrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5355">#5355</a>)</li>
<li>The <code>WithVersion</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>. This option
function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the logged package
version. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>The <code>WithSchemaURL</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>. This option
function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the semantic convention
schema URL for the logged records. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>Add support for Cloud Run jobs in
<code>go.opentelemetry.io/contrib/detectors/gcp</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5559">#5559</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>The gRPC trace <code>Filter</code> for interceptor is renamed to
<code>InterceptorFilter</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p>The gRPC trace filter functions <code>Any</code>, <code>All</code>,
<code>None</code>, <code>Not</code>, <code>MethodName</code>,
<code>MethodPrefix</code>, <code>FullMethodName</code>,
<code>ServiceName</code>, <code>ServicePrefix</code> and
<code>HealthCheck</code> for interceptor are moved to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor</code>.
With this change, the filters in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
are now working for stats handler. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p><code>NewLogger</code> now accepts a <code>name</code>
<code>string</code> as the first argument. This parameter is used as a
replacement of <code>WithInstrumentationScope</code> to specify the name
of the logger backing the underlying <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p><code>NewHandler</code> now accepts a <code>name</code>
<code>string</code> as the first argument. This parameter is used as a
replacement of <code>WithInstrumentationScope</code> to specify the name
of the logger backing the returned <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</p>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>WithInstrumentationScope</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code> is removed.
Use the <code>name</code> parameter added to <code>NewHandler</code> and
<code>NewLogger</code> as well as <code>WithVersion</code> and
<code>WithSchema</code> as replacements. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>InterceptorFilter</code> type in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
is deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5436">open-telemetry/opentelemetry-go-contrib#5436</a></li>
<li>build(deps): bump github.com/aws/aws-sdk-go from 1.51.25 to 1.51.30
in /detectors/aws/ec2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5435">open-telemetry/opentelemetry-go-contrib#5435</a></li>
<li>Add update-all-otel-deps target in Makefile by <a
href="https://github.com/XSAM"><code>@​XSAM</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5434">open-telemetry/opentelemetry-go-contrib#5434</a></li>
<li>build(deps): bump github.com/golangci/golangci-lint from 1.57.2 to
1.58.0 in /tools by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5441">open-telemetry/opentelemetry-go-contrib#5441</a></li>
<li>build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5445">open-telemetry/opentelemetry-go-contrib#5445</a></li>
<li>autoexport: Add OTEL_METRICS_PRODUCERS environment variable support
by <a href="https://github.com/gouthamve"><code>@​gouthamve</code></a>
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5281">open-telemetry/opentelemetry-go-contrib#5281</a></li>
<li>Fix changelog for <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>
by <a href="https://github.com/pellared"><code>@​pellared</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5450">open-telemetry/opentelemetry-go-contrib#5450</a></li>
<li>processors/baggage: add baggage span processor by <a
href="https://github.com/codeboten"><code>@​codeboten</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5404">open-telemetry/opentelemetry-go-contrib#5404</a></li>
<li>Configure Renovate by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/4579">open-telemetry/opentelemetry-go-contrib#4579</a></li>
<li>chore(deps): update module github.com/gabriel-vasile/mimetype to
v1.4.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5462">open-telemetry/opentelemetry-go-contrib#5462</a></li>
<li>[chore] Renovate to add Skip Changelog label by <a
href="https://github.com/pellared"><code>@​pellared</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5464">open-telemetry/opentelemetry-go-contrib#5464</a></li>
<li>chore(deps): update module github.com/golang/snappy to v0.0.4 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5465">open-telemetry/opentelemetry-go-contrib#5465</a></li>
<li>chore(deps): update module github.com/mattn/go-isatty to v0.0.20 by
<a href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5467">open-telemetry/opentelemetry-go-contrib#5467</a></li>
<li>chore(deps): update module github.com/klauspost/cpuid/v2 to v2.2.7
by <a href="https://github.com/renovate"><code>@​renovate</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5466">open-telemetry/opentelemetry-go-contrib#5466</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's
changelog</a>.</em></p>
<blockquote>
<h2>[1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21</h2>
<h3>Added</h3>
<ul>
<li>Add the new <code>go.opentelemetry.io/contrib/instrgen</code>
package to provide auto-generated source code instrumentation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3068">#3068</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3108">#3108</a>)</li>
<li>Add an experimental <code>OTEL_METRICS_PRODUCERS</code> environment
variable to <code>go.opentelemetry.io/contrib/autoexport</code> to be
set metrics producers. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>)
<ul>
<li><code>prometheus</code> and <code>none</code> are supported values.
You can specify multiple producers separated by a comma.</li>
<li>Add <code>WithFallbackMetricProducer</code> option that adds a
fallback if the <code>OTEL_METRICS_PRODUCERS</code> is not set or
empty.</li>
</ul>
</li>
<li>The
<code>go.opentelemetry.io/contrib/processors/baggage/baggagetrace</code>
module. This module provides a Baggage Span Processor. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5404">#5404</a>)</li>
<li>Add gRPC trace <code>Filter</code> for stats handler to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>Add a repository Code Ownership Policy. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5555">#5555</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>
module.
This module provides an OpenTelemetry logging bridge for
<code>github.com/sirupsen/logrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5355">#5355</a>)</li>
<li>The <code>WithVersion</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>.
This option function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the logged package
version. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>The <code>WithSchemaURL</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>.
This option function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the semantic convention
schema URL for the logged records. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>Add support for Cloud Run jobs in
<code>go.opentelemetry.io/contrib/detectors/gcp</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5559">#5559</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>The gRPC trace <code>Filter</code> for interceptor is renamed to
<code>InterceptorFilter</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p>The gRPC trace filter functions <code>Any</code>, <code>All</code>,
<code>None</code>, <code>Not</code>, <code>MethodName</code>,
<code>MethodPrefix</code>, <code>FullMethodName</code>,
<code>ServiceName</code>, <code>ServicePrefix</code> and
<code>HealthCheck</code> for interceptor are moved to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor</code>.
With this change, the filters in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
are now working for stats handler. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p><code>NewLogger</code> now accepts a <code>name</code>
<code>string</code> as the first argument.
This parameter is used as a replacement of
<code>WithInstrumentationScope</code> to specify the name of the logger
backing the underlying <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p><code>NewHandler</code> now accepts a <code>name</code>
<code>string</code> as the first argument.
This parameter is used as a replacement of
<code>WithInstrumentationScope</code> to specify the name of the logger
backing the returned <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</p>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>WithInstrumentationScope</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code> is removed.
Use the <code>name</code> parameter added to <code>NewHandler</code> and
<code>NewLogger</code> as well as <code>WithVersion</code> and
<code>WithSchema</code> as replacements. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>InterceptorFilter</code> type in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
is deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>The
<code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo</code>
package is deprecated.
If you would like to become a Code Owner of this module and prevent it
from being removed, see <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">#5551</a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5598">#5598</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">#5551</a>:
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">open-telemetry/opentelemetry-go-contrib#5551</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/007ae66d4a15c43bea20b382c0fd900c66133328"><code>007ae66</code></a>
Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5628">#5628</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e6f7c8e154e05e093938d57e374650b3510689be"><code>e6f7c8e</code></a>
otelzap: Add skeleton for array encoder (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5611">#5611</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c47a69c6aa70540196527701ac68301a76977303"><code>c47a69c</code></a>
Bump semconv/v1.24.0 to v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/52ee3c48b98bdcfe040e37087b45a807a0211752"><code>52ee3c4</code></a>
otelzap: Implement Uint methods on encoder (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5609">#5609</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a91e60beace7c1d96302fe359050d705c4723e72"><code>a91e60b</code></a>
fix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5616">#5616</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bf9b41d6ada6be766fd905b82987ee525a5a4cbb"><code>bf9b41d</code></a>
[chore] Rebuild .tools as they can be outdated (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5603">#5603</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d2e306956348d9256d322e7c57a359b6f22e19bb"><code>d2e3069</code></a>
chore(deps): update module google.golang.org/genproto/googleapis/rpc to
v0.0....</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5860ad635d86b1f42b462c3853762fede7b5ff4d"><code>5860ad6</code></a>
fix(deps): update module google.golang.org/genproto/googleapis/api to
v0.0.0-...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/6f3b2540b48fc979977a802086e6f86fcb16f176"><code>6f3b254</code></a>
fix(deps): update opentelemetry-go monorepo to 49c866f (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5608">#5608</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5f9783291f36776f7890b3a5626ee2099f5711fe"><code>5f97832</code></a>
chore(deps): update codecov/codecov-action action to v4.4.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5613">#5613</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.51.0...zpages/v0.52.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`
from 0.51.0 to 0.52.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/releases">go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0</h2>
<h2>Overview</h2>
<h3>Added</h3>
<ul>
<li>Add the new <code>go.opentelemetry.io/contrib/instrgen</code>
package to provide auto-generated source code instrumentation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3068">#3068</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3108">#3108</a>)</li>
<li>Add an experimental <code>OTEL_METRICS_PRODUCERS</code> environment
variable to <code>go.opentelemetry.io/contrib/autoexport</code> to be
set metrics producers. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>)
<ul>
<li><code>prometheus</code> and <code>none</code> are supported values.
You can specify multiple producers separated by a comma.</li>
<li>Add <code>WithFallbackMetricProducer</code> option that adds a
fallback if the <code>OTEL_METRICS_PRODUCERS</code> is not set or
empty.</li>
</ul>
</li>
<li>The
<code>go.opentelemetry.io/contrib/processors/baggage/baggagetrace</code>
module. This module provides a Baggage Span Processor. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5404">#5404</a>)</li>
<li>Add gRPC trace <code>Filter</code> for stats handler to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>Add a repository Code Ownership Policy. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5555">#5555</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>
module. This module provides an OpenTelemetry logging bridge for
<code>github.com/sirupsen/logrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5355">#5355</a>)</li>
<li>The <code>WithVersion</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>. This option
function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the logged package
version. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>The <code>WithSchemaURL</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>. This option
function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the semantic convention
schema URL for the logged records. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>Add support for Cloud Run jobs in
<code>go.opentelemetry.io/contrib/detectors/gcp</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5559">#5559</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>The gRPC trace <code>Filter</code> for interceptor is renamed to
<code>InterceptorFilter</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p>The gRPC trace filter functions <code>Any</code>, <code>All</code>,
<code>None</code>, <code>Not</code>, <code>MethodName</code>,
<code>MethodPrefix</code>, <code>FullMethodName</code>,
<code>ServiceName</code>, <code>ServicePrefix</code> and
<code>HealthCheck</code> for interceptor are moved to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor</code>.
With this change, the filters in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
are now working for stats handler. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p><code>NewLogger</code> now accepts a <code>name</code>
<code>string</code> as the first argument. This parameter is used as a
replacement of <code>WithInstrumentationScope</code> to specify the name
of the logger backing the underlying <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p><code>NewHandler</code> now accepts a <code>name</code>
<code>string</code> as the first argument. This parameter is used as a
replacement of <code>WithInstrumentationScope</code> to specify the name
of the logger backing the returned <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</p>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>WithInstrumentationScope</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code> is removed.
Use the <code>name</code> parameter added to <code>NewHandler</code> and
<code>NewLogger</code> as well as <code>WithVersion</code> and
<code>WithSchema</code> as replacements. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>InterceptorFilter</code> type in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
is deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5436">open-telemetry/opentelemetry-go-contrib#5436</a></li>
<li>build(deps): bump github.com/aws/aws-sdk-go from 1.51.25 to 1.51.30
in /detectors/aws/ec2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5435">open-telemetry/opentelemetry-go-contrib#5435</a></li>
<li>Add update-all-otel-deps target in Makefile by <a
href="https://github.com/XSAM"><code>@​XSAM</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5434">open-telemetry/opentelemetry-go-contrib#5434</a></li>
<li>build(deps): bump github.com/golangci/golangci-lint from 1.57.2 to
1.58.0 in /tools by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5441">open-telemetry/opentelemetry-go-contrib#5441</a></li>
<li>build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5445">open-telemetry/opentelemetry-go-contrib#5445</a></li>
<li>autoexport: Add OTEL_METRICS_PRODUCERS environment variable support
by <a href="https://github.com/gouthamve"><code>@​gouthamve</code></a>
in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5281">open-telemetry/opentelemetry-go-contrib#5281</a></li>
<li>Fix changelog for <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>
by <a href="https://github.com/pellared"><code>@​pellared</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5450">open-telemetry/opentelemetry-go-contrib#5450</a></li>
<li>processors/baggage: add baggage span processor by <a
href="https://github.com/codeboten"><code>@​codeboten</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5404">open-telemetry/opentelemetry-go-contrib#5404</a></li>
<li>Configure Renovate by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/4579">open-telemetry/opentelemetry-go-contrib#4579</a></li>
<li>chore(deps): update module github.com/gabriel-vasile/mimetype to
v1.4.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5462">open-telemetry/opentelemetry-go-contrib#5462</a></li>
<li>[chore] Renovate to add Skip Changelog label by <a
href="https://github.com/pellared"><code>@​pellared</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5464">open-telemetry/opentelemetry-go-contrib#5464</a></li>
<li>chore(deps): update module github.com/golang/snappy to v0.0.4 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5465">open-telemetry/opentelemetry-go-contrib#5465</a></li>
<li>chore(deps): update module github.com/mattn/go-isatty to v0.0.20 by
<a href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5467">open-telemetry/opentelemetry-go-contrib#5467</a></li>
<li>chore(deps): update module github.com/klauspost/cpuid/v2 to v2.2.7
by <a href="https://github.com/renovate"><code>@​renovate</code></a> in
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/5466">open-telemetry/opentelemetry-go-contrib#5466</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md">go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's
changelog</a>.</em></p>
<blockquote>
<h2>[1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21</h2>
<h3>Added</h3>
<ul>
<li>Add the new <code>go.opentelemetry.io/contrib/instrgen</code>
package to provide auto-generated source code instrumentation. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3068">#3068</a>,
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/3108">#3108</a>)</li>
<li>Add an experimental <code>OTEL_METRICS_PRODUCERS</code> environment
variable to <code>go.opentelemetry.io/contrib/autoexport</code> to be
set metrics producers. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5281">#5281</a>)
<ul>
<li><code>prometheus</code> and <code>none</code> are supported values.
You can specify multiple producers separated by a comma.</li>
<li>Add <code>WithFallbackMetricProducer</code> option that adds a
fallback if the <code>OTEL_METRICS_PRODUCERS</code> is not set or
empty.</li>
</ul>
</li>
<li>The
<code>go.opentelemetry.io/contrib/processors/baggage/baggagetrace</code>
module. This module provides a Baggage Span Processor. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5404">#5404</a>)</li>
<li>Add gRPC trace <code>Filter</code> for stats handler to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>Add a repository Code Ownership Policy. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5555">#5555</a>)</li>
<li>The <code>go.opentelemetry.io/contrib/bridges/otellogrus</code>
module.
This module provides an OpenTelemetry logging bridge for
<code>github.com/sirupsen/logrus</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5355">#5355</a>)</li>
<li>The <code>WithVersion</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>.
This option function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the logged package
version. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>The <code>WithSchemaURL</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code>.
This option function is used as a replacement of
<code>WithInstrumentationScope</code> to specify the semantic convention
schema URL for the logged records. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
<li>Add support for Cloud Run jobs in
<code>go.opentelemetry.io/contrib/detectors/gcp</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5559">#5559</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>The gRPC trace <code>Filter</code> for interceptor is renamed to
<code>InterceptorFilter</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p>The gRPC trace filter functions <code>Any</code>, <code>All</code>,
<code>None</code>, <code>Not</code>, <code>MethodName</code>,
<code>MethodPrefix</code>, <code>FullMethodName</code>,
<code>ServiceName</code>, <code>ServicePrefix</code> and
<code>HealthCheck</code> for interceptor are moved to
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/filters/interceptor</code>.
With this change, the filters in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
are now working for stats handler. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</p>
</li>
<li>
<p><code>NewLogger</code> now accepts a <code>name</code>
<code>string</code> as the first argument.
This parameter is used as a replacement of
<code>WithInstrumentationScope</code> to specify the name of the logger
backing the underlying <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p><code>NewHandler</code> now accepts a <code>name</code>
<code>string</code> as the first argument.
This parameter is used as a replacement of
<code>WithInstrumentationScope</code> to specify the name of the logger
backing the returned <code>Handler</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</p>
</li>
<li>
<p>Upgrade all dependencies of
<code>go.opentelemetry.io/otel/semconv/v1.24.0</code> to
<code>go.opentelemetry.io/otel/semconv/v1.25.0</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</p>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The <code>WithInstrumentationScope</code> option function in
<code>go.opentelemetry.io/contrib/bridges/otelslog</code> is removed.
Use the <code>name</code> parameter added to <code>NewHandler</code> and
<code>NewLogger</code> as well as <code>WithVersion</code> and
<code>WithSchema</code> as replacements. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5588">#5588</a>)</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>InterceptorFilter</code> type in
<code>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc</code>
is deprecated. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5196">#5196</a>)</li>
<li>The
<code>go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo</code>
package is deprecated.
If you would like to become a Code Owner of this module and prevent it
from being removed, see <a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">#5551</a>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5598">#5598</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">#5551</a>:
<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5551">open-telemetry/opentelemetry-go-contrib#5551</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/007ae66d4a15c43bea20b382c0fd900c66133328"><code>007ae66</code></a>
Release v1.27.0/v0.52.0/v0.21.0/v0.7.0/v0.2.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5628">#5628</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e6f7c8e154e05e093938d57e374650b3510689be"><code>e6f7c8e</code></a>
otelzap: Add skeleton for array encoder (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5611">#5611</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c47a69c6aa70540196527701ac68301a76977303"><code>c47a69c</code></a>
Bump semconv/v1.24.0 to v1.25.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5605">#5605</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/52ee3c48b98bdcfe040e37087b45a807a0211752"><code>52ee3c4</code></a>
otelzap: Implement Uint methods on encoder (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5609">#5609</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a91e60beace7c1d96302fe359050d705c4723e72"><code>a91e60b</code></a>
fix(deps): update module github.com/aws/aws-sdk-go to v1.53.6 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5616">#5616</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bf9b41d6ada6be766fd905b82987ee525a5a4cbb"><code>bf9b41d</code></a>
[chore] Rebuild .tools as they can be outdated (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5603">#5603</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/d2e306956348d9256d322e7c57a359b6f22e19bb"><code>d2e3069</code></a>
chore(deps): update module google.golang.org/genproto/googleapis/rpc to
v0.0....</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5860ad635d86b1f42b462c3853762fede7b5ff4d"><code>5860ad6</code></a>
fix(deps): update module google.golang.org/genproto/googleapis/api to
v0.0.0-...</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/6f3b2540b48fc979977a802086e6f86fcb16f176"><code>6f3b254</code></a>
fix(deps): update opentelemetry-go monorepo to 49c866f (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5608">#5608</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5f9783291f36776f7890b3a5626ee2099f5711fe"><code>5f97832</code></a>
chore(deps): update codecov/codecov-action action to v4.4.1 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/5613">#5613</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.51.0...zpages/v0.52.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
## Which problem is this PR solving?
-
jaegertracing#5441 (comment)

## Description of the changes
- Rename `Processor` to `PostAggregator`

## How was this change tested?
- `make test`

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

Signed-off-by: pushkarm029 <pushkarmishra029@gmail.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
## Which problem is this PR solving?
-
jaegertracing#5389 (comment)

## Description of the changes
- Refactored `handleRootSpan` logic into a helper method in
aggregator.go.


Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
## Which problem is this PR solving?
- ES tests are often failing due to v2 tests instability
- One one test fails the other matrix jobs are also cancelled

## Description of the changes
- Separate v1 and v2 tests into different matrix steps
- Turn off fail-fast to prevent other jobs from being cancelled

## How was this change tested?
- 

## Checklist
- [ ] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [ ] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 2.2.4 to 3.25.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>CodeQL Bundle v2.17.3</h2>
<p>Bundles CodeQL CLI v2.17.3</p>
<ul>
<li>(<a
href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.17.3">release</a>)</li>
</ul>
<p>Includes the following CodeQL language packs from <a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3"><code>github/codeql@codeql-cli/v2.17.3</code></a>:</p>
<ul>
<li><code>codeql/cpp-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/cpp/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/cpp/ql/src">source</a>)</li>
<li><code>codeql/cpp-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/cpp/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/cpp/ql/lib">source</a>)</li>
<li><code>codeql/csharp-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/csharp/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/csharp/ql/src">source</a>)</li>
<li><code>codeql/csharp-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/csharp/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/csharp/ql/lib">source</a>)</li>
<li><code>codeql/go-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/go/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/go/ql/src">source</a>)</li>
<li><code>codeql/go-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/go/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/go/ql/lib">source</a>)</li>
<li><code>codeql/java-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/java/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/java/ql/src">source</a>)</li>
<li><code>codeql/java-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/java/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/java/ql/lib">source</a>)</li>
<li><code>codeql/javascript-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/javascript/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/javascript/ql/src">source</a>)</li>
<li><code>codeql/javascript-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/javascript/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/javascript/ql/lib">source</a>)</li>
<li><code>codeql/python-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/python/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/python/ql/src">source</a>)</li>
<li><code>codeql/python-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/python/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/python/ql/lib">source</a>)</li>
<li><code>codeql/ruby-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/ruby/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/ruby/ql/src">source</a>)</li>
<li><code>codeql/ruby-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/ruby/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/ruby/ql/lib">source</a>)</li>
<li><code>codeql/swift-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/swift/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/swift/ql/src">source</a>)</li>
<li><code>codeql/swift-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/swift/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.3/swift/ql/lib">source</a>)</li>
</ul>
<h2>CodeQL Bundle v2.17.2</h2>
<p>Bundles CodeQL CLI v2.17.2</p>
<ul>
<li>(<a
href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.17.2">release</a>)</li>
</ul>
<p>Includes the following CodeQL language packs from <a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2"><code>github/codeql@codeql-cli/v2.17.2</code></a>:</p>
<ul>
<li><code>codeql/cpp-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/cpp/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/cpp/ql/src">source</a>)</li>
<li><code>codeql/cpp-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/cpp/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/cpp/ql/lib">source</a>)</li>
<li><code>codeql/csharp-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/csharp/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/csharp/ql/src">source</a>)</li>
<li><code>codeql/csharp-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/csharp/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/csharp/ql/lib">source</a>)</li>
<li><code>codeql/go-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/go/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/go/ql/src">source</a>)</li>
<li><code>codeql/go-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/go/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/go/ql/lib">source</a>)</li>
<li><code>codeql/java-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/java/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/java/ql/src">source</a>)</li>
<li><code>codeql/java-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/java/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/java/ql/lib">source</a>)</li>
<li><code>codeql/javascript-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/javascript/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/javascript/ql/src">source</a>)</li>
<li><code>codeql/javascript-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/javascript/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/javascript/ql/lib">source</a>)</li>
<li><code>codeql/python-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/python/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/python/ql/src">source</a>)</li>
<li><code>codeql/python-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/python/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/python/ql/lib">source</a>)</li>
<li><code>codeql/ruby-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/ruby/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/ruby/ql/src">source</a>)</li>
<li><code>codeql/ruby-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/ruby/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/ruby/ql/lib">source</a>)</li>
<li><code>codeql/swift-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/swift/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/swift/ql/src">source</a>)</li>
<li><code>codeql/swift-all</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/swift/ql/lib/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.2/swift/ql/lib">source</a>)</li>
</ul>
<h2>CodeQL Bundle v2.17.1</h2>
<p>Bundles CodeQL CLI v2.17.1</p>
<ul>
<li>(<a
href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.17.1">release</a>)</li>
</ul>
<p>Includes the following CodeQL language packs from <a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.1"><code>github/codeql@codeql-cli/v2.17.1</code></a>:</p>
<ul>
<li><code>codeql/cpp-queries</code> (<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.1/cpp/ql/src/CHANGELOG.md">changelog</a>,
<a
href="https://github.com/github/codeql/tree/codeql-cli/v2.17.1/cpp/ql/src">source</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<p>Note that the only difference between <code>v2</code> and
<code>v3</code> of the CodeQL Action is the node version they support,
with <code>v3</code> running on node 20 while we continue to release
<code>v2</code> to support running on node 16. For example
<code>3.22.11</code> was the first <code>v3</code> release and is
functionally identical to <code>2.22.11</code>. This approach ensures an
easy way to track exactly which features are included in different
versions, indicated by the minor and patch version numbers.</p>
<h2>[UNRELEASED]</h2>
<ul>
<li>We are rolling out a feature in May/June 2024 that will reduce the
Actions cache usage of the Action by keeping only the newest TRAP cache
for each language. <a
href="https://redirect.github.com/github/codeql-action/pull/2306">#2306</a></li>
</ul>
<h2>3.25.6 - 20 May 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2295">#2295</a></li>
</ul>
<h2>3.25.5 - 13 May 2024</h2>
<ul>
<li>Add a compatibility matrix of supported CodeQL Action, CodeQL CLI,
and GitHub Enterprise Server versions to the <a
href="https://github.com/github/codeql-action/blob/main/README.md">https://github.com/github/codeql-action/blob/main/README.md</a>.
<a
href="https://redirect.github.com/github/codeql-action/pull/2273">#2273</a></li>
<li>Avoid printing out a warning for a missing <code>on.push</code>
trigger when the CodeQL Action is triggered via a
<code>workflow_call</code> event. <a
href="https://redirect.github.com/github/codeql-action/pull/2274">#2274</a></li>
<li>The <code>tools: latest</code> input to the <code>init</code> Action
has been renamed to <code>tools: linked</code>. This option specifies
that the Action should use the tools shipped at the same time as the
Action. The old name will continue to work for backwards compatibility,
but we recommend that new workflows use the new name. <a
href="https://redirect.github.com/github/codeql-action/pull/2281">#2281</a></li>
</ul>
<h2>3.25.4 - 08 May 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.2. <a
href="https://redirect.github.com/github/codeql-action/pull/2270">#2270</a></li>
</ul>
<h2>3.25.3 - 25 Apr 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.17.1. <a
href="https://redirect.github.com/github/codeql-action/pull/2247">#2247</a></li>
<li>Workflows running on <code>macos-latest</code> using CodeQL CLI
versions before v2.15.1 will need to either upgrade their CLI version to
v2.15.1 or newer, or change the platform to an Intel MacOS runner, such
as <code>macos-12</code>. ARM machines with SIP disabled, including the
newest <code>macos-latest</code> image, are unsupported for CLI versions
before 2.15.1. <a
href="https://redirect.github.com/github/codeql-action/pull/2261">#2261</a></li>
</ul>
<h2>3.25.2 - 22 Apr 2024</h2>
<p>No user facing changes.</p>
<h2>3.25.1 - 17 Apr 2024</h2>
<ul>
<li>We are rolling out a feature in April/May 2024 that improves the
reliability and performance of analyzing code when analyzing a compiled
language with the <code>autobuild</code> <a
href="https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes">build
mode</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2235">#2235</a></li>
<li>Fix a bug where the <code>init</code> Action would fail if
<code>--overwrite</code> was specified in
<code>CODEQL_ACTION_EXTRA_OPTIONS</code>. <a
href="https://redirect.github.com/github/codeql-action/pull/2245">#2245</a></li>
</ul>
<h2>3.25.0 - 15 Apr 2024</h2>
<ul>
<li>
<p>The deprecated feature for extracting dependencies for a Python
analysis has been removed. <a
href="https://redirect.github.com/github/codeql-action/pull/2224">#2224</a></p>
<p>As a result, the following inputs and environment variables are now
ignored:</p>
<ul>
<li>The <code>setup-python-dependencies</code> input to the
<code>init</code> Action</li>
<li>The
<code>CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION</code>
environment variable</li>
</ul>
<p>We recommend removing any references to these from your workflows.
For more information, see the release notes for CodeQL Action v3.23.0
and v2.23.0.</p>
</li>
<li>
<p>Automatically overwrite an existing database if found on the
filesystem. <a
href="https://redirect.github.com/github/codeql-action/pull/2229">#2229</a></p>
</li>
<li>
<p>Bump the minimum CodeQL bundle version to 2.12.6. <a
href="https://redirect.github.com/github/codeql-action/pull/2232">#2232</a></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/codeql-action/commit/9fdb3e49720b44c48891d036bb502feb25684276"><code>9fdb3e4</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2300">#2300</a>
from github/update-v3.25.6-63d519c0a</li>
<li><a
href="https://github.com/github/codeql-action/commit/00792ab1e0a5e45d2ff0c2426424bf7044bb27d0"><code>00792ab</code></a>
Update changelog for v3.25.6</li>
<li><a
href="https://github.com/github/codeql-action/commit/63d519c0ae6a4b739e3377a517400c352a7d829b"><code>63d519c</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2295">#2295</a>
from github/update-bundle/codeql-bundle-v2.17.3</li>
<li><a
href="https://github.com/github/codeql-action/commit/0d9161ca1ca47cada43d1520c3ee53b96d4c31b3"><code>0d9161c</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2293">#2293</a>
from github/henrymercer/update-build-mode-autobuild-...</li>
<li><a
href="https://github.com/github/codeql-action/commit/e9e27290e9f6fb2125c88320c1c8cfde73daa118"><code>e9e2729</code></a>
Add changelog note</li>
<li><a
href="https://github.com/github/codeql-action/commit/de1ac31508c6bbe87b7dda97b8eeb62817061fc4"><code>de1ac31</code></a>
Update default bundle to codeql-bundle-v2.17.3</li>
<li><a
href="https://github.com/github/codeql-action/commit/a57c67b89589d2d13d5ac85a9fc4679c7539f94c"><code>a57c67b</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2286">#2286</a>
from github/koesie10/ghec-dr-db-upload</li>
<li><a
href="https://github.com/github/codeql-action/commit/b7ef64ecb1a32c28cb40d1d748bafd2141ad3f7a"><code>b7ef64e</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2294">#2294</a>
from github/dependabot/npm_and_yarn/npm-d3285d5234</li>
<li><a
href="https://github.com/github/codeql-action/commit/e54dea297aa0b91cffca529f0b38a8d62d27e867"><code>e54dea2</code></a>
Update checked-in dependencies</li>
<li><a
href="https://github.com/github/codeql-action/commit/3b42294f03049609faa22c47773030fff8acc188"><code>3b42294</code></a>
Bump the npm group across 1 directory with 4 updates</li>
<li>Additional commits viewable in <a
href="https://github.com/github/codeql-action/compare/v2.2.4...9fdb3e49720b44c48891d036bb502feb25684276">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2.2.4&new-version=3.25.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
…egertracing#5489)

## Which problem is this PR solving?
- `ppc64le` was added in jaegertracing#5482, but even though it has been implemented
in delve (go-delve/delve#2104), it has not yet
been released as of delve@v1.22.1
- since our PR CI does not build all arch, it was not noticed until the
CI on the main branch started failing

## Description of the changes
- Add `ppc64le` back to exclusion list

## How was this change tested?
- only after merging

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
)

Bumps
[step-security/harden-runner](https://github.com/step-security/harden-runner)
from 2.7.0 to 2.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/step-security/harden-runner/releases">step-security/harden-runner's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<p>Release v2.8.0 by <a
href="https://github.com/h0x0er"><code>@​h0x0er</code></a> and <a
href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a>
in <a
href="https://redirect.github.com/step-security/harden-runner/pull/416">step-security/harden-runner#416</a>
This release includes:</p>
<ul>
<li>File Monitoring Enhancements: Adds the capability to view the name
and path of every file written during the build process.</li>
<li>Process Tracking Enhancements: Adds the capability to view process
names and arguments of processes run during the build process.</li>
</ul>
<p>These enhancements are based on insights from the XZ Utils incident,
aimed at improving observability and detections during the build
process.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/step-security/harden-runner/compare/v2...v2.8.0">https://github.com/step-security/harden-runner/compare/v2...v2.8.0</a></p>
<h2>v2.7.1</h2>
<h2>What's Changed</h2>
<p>Release v2.7.1 by <a
href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a>,
<a href="https://github.com/h0x0er"><code>@​h0x0er</code></a>, <a
href="https://github.com/ashishkurmi"><code>@​ashishkurmi</code></a> in
<a
href="https://redirect.github.com/step-security/harden-runner/pull/397">step-security/harden-runner#397</a>
This release:</p>
<ul>
<li>Improves the capability to <a
href="https://www.stepsecurity.io/blog/monitor-outbound-https-requests-from-github-actions-runners">inspect
outbound HTTPS traffic</a> on GitHub-hosted and self-hosted VM
runners</li>
<li>Updates README to add link to <a
href="https://www.youtube.com/watch?v=Yz72qAOrN9s">case study video</a>
on how Harden-Runner detected a supply chain attack on a Google
open-source project</li>
<li>Addresses minor bugs</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/step-security/harden-runner/compare/v2.7.0...v2.7.1">https://github.com/step-security/harden-runner/compare/v2.7.0...v2.7.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/step-security/harden-runner/commit/f086349bfa2bd1361f7909c78558e816508cdc10"><code>f086349</code></a>
Merge pull request <a
href="https://redirect.github.com/step-security/harden-runner/issues/416">#416</a>
from step-security/rc-8</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/b9c325d8cec96c3cecd4f8c5ab6b4f9058e4c586"><code>b9c325d</code></a>
Update image</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/808a771f66e13e2991bc3b6062649d248f41f7b6"><code>808a771</code></a>
Add info about file and process events</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/71714298b4c48ff29a5e1a00d4e7a986f8b3beab"><code>7171429</code></a>
Update agent</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/9ff9d14760a73102d9fa2f47131624137f50ead8"><code>9ff9d14</code></a>
Merge pull request <a
href="https://redirect.github.com/step-security/harden-runner/issues/406">#406</a>
from step-security/dependabot/github_actions/step-sec...</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/ac5fa0194e5c1f994c09fb151efeb386a2486859"><code>ac5fa01</code></a>
Bump step-security/harden-runner from 2.7.0 to 2.7.1</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/a4aa98b93cab29d9b1101a6143fb8bce00e2eac4"><code>a4aa98b</code></a>
Release v2.7.1 (<a
href="https://redirect.github.com/step-security/harden-runner/issues/397">#397</a>)</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/6c3b1c91e8873ae0c705b0709f957c7a6a5eaf10"><code>6c3b1c9</code></a>
Merge pull request <a
href="https://redirect.github.com/step-security/harden-runner/issues/379">#379</a>
from step-security/dependabot/github_actions/step-sec...</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/3498091f2b212c6d1753e8f7fd0354c1253390eb"><code>3498091</code></a>
Bump step-security/harden-runner from 2.6.1 to 2.7.0</li>
<li><a
href="https://github.com/step-security/harden-runner/commit/63a88e2cd75233b3d4417f2b13a25a46914b4b52"><code>63a88e2</code></a>
Merge pull request <a
href="https://redirect.github.com/step-security/harden-runner/issues/378">#378</a>
from step-security/update-readme3</li>
<li>Additional commits viewable in <a
href="https://github.com/step-security/harden-runner/compare/63c24ba6bd7ba022e95695ff85de572c04a18142...f086349bfa2bd1361f7909c78558e816508cdc10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=step-security/harden-runner&package-manager=github_actions&previous-version=2.7.0&new-version=2.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
## Which problem is this PR solving?
- Part of jaegertracing#4722

## Description of the changes
- This PR removes deprecated expvar CLI flags for expvar-backed metrics
- The internal parameters/settings of some components are still exposed
via expvar. The implementation was changed to no longer depend on
go-kit, thus reducing the dependencies

## How was this change tested?
- Tested locally by running the application without the deprecated flags
to ensure that it functions correctly.

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ]  I have added unit tests for the new functionality
- [] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: Joeyyy09 <imt_2021063@iiitm.ac.in>
Signed-off-by: Harshith Mente <109957201+joeyyy09@users.noreply.github.com>
Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
…egertracing#5490)

## Which problem is this PR solving?

Part of jaegertracing#5485

## Description of the changes
* updated `script/es-integration-test.sh` to use docker compose files
* updated `.github/workflows/ci-elasticsearch.yml` now it only passes
the major version for elasticsearch
* updated `.github/workflows/ci-opensearch.yml` now it only passes major
version for opensearch
* added docker compose files at `docker-compose/elasticsearch` and
`docker-compose/opensearch`
* removed` setup_es` and `setup_opensearch` function and a generalized
`setup_db()` function

## How was this change tested?
- CI

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: Your Name <you@example.com>
Signed-off-by: mehul gautam  <mehulsharma4786@gmail.com>
Co-authored-by: Your Name <you@example.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
## Which problem is this PR solving?
- Test failed with a race condition in an unrelated PR:
https://github.com/jaegertracing/jaeger/actions/runs/9307158853/job/25617867008?pr=5496#step:8:196

## Description of the changes
- Grab the lock before reading fields

## How was this change tested?
```
$ go test -race -count 10 ./plugin/sampling/strategystore/adaptive/
ok  	github.com/jaegertracing/jaeger/plugin/sampling/strategystore/adaptive	1.556s
```

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
…aegertracing#5496)

## Which problem is this PR solving?
- fixes: jaegertracing#5495

## Description of the changes
 * removed fork.New factory usage
* identify which internal components use "internal" namespace to report
settings and replace with expvar directly
 * removed internal/metrics/fork/*
 * removed internal/metrics/expvar/*
 * fixed tests

## How was this change tested?
- 

## Checklist
- [ ] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [ ] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: Griffin <prakritimandal611@gmail.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
## Which problem is this PR solving?
- Spurious failure of tests in main due to a data race
https://github.com/jaegertracing/jaeger/actions/runs/9312817206/job/25634207633#step:8:15
- Most likely because the agent logs "http server exiting" from the
server goroutine, which may happen after Close returned and the test
finished, this causing a log to be written to finished testing.T

## Description of the changes
- use WaitGroup and block Close until goroutine is done

## How was this change tested?
```
$ go test -race -count 10 ./cmd/agent/app
ok  	github.com/jaegertracing/jaeger/cmd/agent/app	11.416s
```
but this is not really conclusive since it does not always reproduce the
data race

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
## Which problem is this PR solving?
Part of jaegertracing#5485

## Description of the changes
* In `script/kafka-integration-test.sh` initialized kafka by docker
compose
* updated `.github/workflow/ci-kafka.yml` to take logs from docker
compose
* added comments in `script/kafka-integration-test.sh` and fixed a typo 
* add new locations to dependabot config to allow it to upgrade versions
in the new docker compose files

## How was this change tested?
- CI

## Checklist
- [ ] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [ ] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: Your Name <you@example.com>
Signed-off-by: mehul gautam  <mehulsharma4786@gmail.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
## Which problem is this PR solving?
- Resolves jaegertracing#5499 
## Description of the changes
- Add the es helpers to scripts/package-deploy.sh

## How was this change tested?
- 

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: FlamingSaint <raghuramkannan400@gmail.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
@varshith257 varshith257 force-pushed the deprecate-spanmetrics-processor branch from 61086f0 to 8284c96 Compare June 2, 2024 04:37
varshith257 and others added 4 commits June 2, 2024 10:10
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
Signed-off-by: Vamshi Maskuri <gwcchintu@gmail.com>
@varshith257 varshith257 marked this pull request as ready for review June 2, 2024 05:32
@varshith257
Copy link
Contributor Author

varshith257 commented Jun 2, 2024

@yurishkuro I think the migration guide(referencing processor) in README will be eradicated in v2. Till then it may help others who are still referencing processor

@varshith257
Copy link
Contributor Author

@yurishkuro PTAL and if any changes needed I will incorporate

@yurishkuro
Copy link
Member

no actual code is remove here

@varshith257 varshith257 force-pushed the deprecate-spanmetrics-processor branch from ec4da33 to 9b012c7 Compare June 5, 2024 04:29
@varshith257
Copy link
Contributor Author

The lint check is failing due to other commits added while rebasing earlier before the new DCO method is applied. I think it has been standardized. Will close this PR and submit a new one instead

@varshith257 varshith257 closed this Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants