Skip to content

Conversation

@SylvainJuge
Copy link
Contributor

Description

When support for the jmx-scraper component was added to the jmxreceiver, it was not yet available in github release assets, hence for automatic update automation it was downloaded from maven central.

Unfortunately, the URL pattern for maven central artifacts was bogus and returned a 404, which in turn produced a constant hash, this failure was silent for the update to 1.49.0, at least for the CI, as any user would have not been able to use it.

We can now use the github release assets URL as jmx-scraper artifact is now available, and thus the URL is consistent with the one used for jmx-metrics artifact.

This was only caught when the update for 1.50.0 triggered a duplicate hash because the same 404 page was hashed and added to the dictionary in #43024.

cc @rogercoll

@SylvainJuge SylvainJuge requested review from a team and atoulme as code owners September 30, 2025 08:48
@github-actions github-actions bot added the first-time contributor PRs made by new contributors label Sep 30, 2025
@github-actions
Copy link
Contributor

Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib.

Important reminders:

A maintainer will review your pull request soon. Thank you for helping make OpenTelemetry better!

@songy23 songy23 merged commit 39e8e7c into open-telemetry:main Sep 30, 2025
186 checks passed
@github-actions github-actions bot added this to the next release milestone Sep 30, 2025
@SylvainJuge SylvainJuge deleted the fix-scraper-url branch October 17, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

first-time contributor PRs made by new contributors receiver/jmx JMX Receiver

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants