Skip to content

[chore] Replace extensionauth.Client mentions with protocol-specific mentions#38601

Merged
mx-psi merged 2 commits into
open-telemetry:mainfrom
mx-psi:mx-psi/client-stuff
Mar 13, 2025
Merged

[chore] Replace extensionauth.Client mentions with protocol-specific mentions#38601
mx-psi merged 2 commits into
open-telemetry:mainfrom
mx-psi:mx-psi/client-stuff

Conversation

@mx-psi
Copy link
Copy Markdown
Member

@mx-psi mx-psi commented Mar 13, 2025

Description

Follows #38451 and open-telemetry/opentelemetry-collector/pull/12574.

Removes explicit mentions to extensionauth.Client and replaces them by extensionauth.HTTPClient and extensionauth.GRPCClient

@mx-psi mx-psi merged commit 2026aef into open-telemetry:main Mar 13, 2025
@github-actions github-actions Bot added this to the next release milestone Mar 13, 2025
braydonk added a commit to GoogleCloudPlatform/opentelemetry-operations-collector that referenced this pull request Apr 23, 2025
The structure for components in this repo had a fundamental issue. Once
we introduced components that were specific to Google-Built
OpenTelemetry Collector, we had the issue of otelopscol components
targeting an older version of OpenTelemetry. We don't want to force all
components to be on the same OTel version; when targeting different
distributions, the components need to be at whichever version that
distribution is on.

This PR restructures the component directories to separate them into two
separate directories, one for each distribution the component could be
targeting. The Makefile structure is adjusted around this fact. The new
process for upating OTel components for a distribution is to go into the
Makefile for that distribution's components folder and update the
version variables, then in the main directory call the associated target
to update those components.

This PR also does the OTel version updates for Google-Built
OpenTelemetry Collector to prove that the restructure worked
effectively.

Updates were needed to the client auth extension based on:
open-telemetry/opentelemetry-collector-contrib#38451
open-telemetry/opentelemetry-collector-contrib#38601
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants